Skip to content

LeStahL/wavesabre-executable-msx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wavesabre-executable-msx

WaveSabre executable music example code.

Build instructions

How to change the track

  • Place a DAW project file containing your track in the Track/ subdirectory (or anywhere else, if you must).
  • Either open CMakeLists.txt and change the variables for EXECUTABLE_NAME, TRACK_NAME, TRACK_AUTHOR, TRACK_PROJECT_FILE, PRECALC or N_RENDER_THREADS according to your needs. Make sure to change TRACK_PROJECT_FILE to exactly the path you chose to save your project file to, or override them by supplying -DEXECUTABLE_NAME="YourName" in the command line of the first CMake command above.
  • If you edited the defaults in your CMakeLists.txt, remove the Cache using rm CMakeCache.txt in your build folder and re-run the cmake commands from the build instructions.

Licenses