Update README.md

This commit is contained in:
Jason Bou-Samra
2024-03-23 19:34:33 +11:00
committed by GitHub
parent ed6e4ca2d9
commit a0a0c6d26d
+5 -4
View File
@@ -19,25 +19,26 @@ it a stereo interleaved single float buffer to write into (0dB=1.0).</p>
## Changelog: ## Changelog:
2024-03-09: (modifications by Jason Bou-Samra) 2024-03-09: (Jason Bou-Samra)
* changes to main() routine to make executable from Linux command line interface * changes to main() routine to make executable from Linux command line interface
* modularised paula and modplayer classes into seperate files * modularised paula and modplayer classes into seperate files
* added sound output using port audio * added sound output using port audio
* sprinkled comments throughout source code, and general source tidyup * sprinkled comments throughout source code, and general source tidyup
* created makefile * created makefile
2007-12-07: 2007-12-07: (Tammo "kb" Hinrichs)
* fixed 40x and 4x0 vibrato effects (jogeir - tiny tunes) * fixed 40x and 4x0 vibrato effects (jogeir - tiny tunes)
* fixed pattern loop (olof gustafsson - pinball illusions) * fixed pattern loop (olof gustafsson - pinball illusions)
* fixed fine volslide down (olof gustafsson - pinball illusions) * fixed fine volslide down (olof gustafsson - pinball illusions)
* included some external header files * included some external header files
* cleanups * cleanups
2007-12-06: 2007-12-06: (Tammo "kb" Hinrichs)
* first "release". Note to self: Don't post stuff on pouet.net when drunk. * first "release". Note to self: Don't post stuff on pouet.net when drunk.
## Compilation ## Compilation
type `make` or `g++ -o tinymod pkg-config --libs alsa tinymod.cpp -lm -L . -l:libportaudio.a` on the command line type `make` or `g++ -o tinymod pkg-config --libs alsa tinymod.cpp -lm -L . -l:libportaudio.a` on the command line
## Author ## Author(s)
Tammo "kb" Hinrichs<br>
Jason Bou-Samra Jason Bou-Samra