Skip to content

christiangerbig/Trackertools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trackertools

Description

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)

User Stories

  • 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

ROUTES:

  • 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

Models: Request-Model

{
  email: String,
  message: String,
}

Links

Git

Repository

Heroku

Deployment

External documentation

ProTracker documentation ProTracker module format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published