This collection includes four tools for the music editor ProTracker, which make the work with standard ProTracker sound modules more comfortable:
- TonePortaStep (calculate the tone portamento slide for the portamento effect command)
- VolSlideStep (calculate the volume slide up or down for the volume effect command)
- SearchFxCmd (find effect commands with their pattern positions in a loaded ProTracker module)
- UsedFxCmd (get an overview which effect commands are used in the patterns of a loaded ProTracker module)
- 404
- 404 page when user goes to a page that doesn’t exist
- Homepage
- What the app is about.
- Header
- Links to access all tools and Link to Homepage
- Footer
- Links to my GitHub and LinkedIn
- TonePortaStep
- Input fields for the calculation and links to About and Help
- VolSlideStep
- Input fields for the calculation and links to About and Help
- SearchFxCmd
- Input fields for the serch amd and links to About and Help
- UsedFxCmd
- Links to About
- Contact
- Form to send a message
-
GET /
- renders homepage
-
GET /toneportastep
- renders tonePortaStep page
-
GET /volslidestep
- renders volSlideStep page
-
GET /searchfxcmd
- renders searchFxCmd page
-
GET /usedfxcmd
- renders usedFxCmd page
-
GET /contact
- renders contact page
- option to send a message
-
POST /contact
- redirects to homepage
- create request
Models: Request-Model
{
email: String,
message: String,
}