Update README.md

This commit is contained in:
Jason Bou-Samra
2024-03-17 12:52:40 +11:00
committed by GitHub
parent 7c753f7f31
commit ed6e4ca2d9
+7 -4
View File
@@ -1,4 +1,4 @@
**<p>TinyMOD<br>** # TinyMOD
Written by Tammo "kb" Hinrichs in 2007<br> Written by Tammo "kb" Hinrichs in 2007<br>
This source code is hereby placed into the public domain. Use, distribute, This source code is hereby placed into the public domain. Use, distribute,
modify, misappropriate and generally abuse it as you wish. Giving credits modify, misappropriate and generally abuse it as you wish. Giving credits
@@ -17,7 +17,7 @@ at the top. Code for testing is at the bottom.</p>
<p>You'll need some kind of sound output that calls back the player providing <p>You'll need some kind of sound output that calls back the player providing
it a stereo interleaved single float buffer to write into (0dB=1.0).</p> it a stereo interleaved single float buffer to write into (0dB=1.0).</p>
<p>Changelog:</p> ## Changelog:
2024-03-09: (modifications by Jason Bou-Samra) 2024-03-09: (modifications by 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
@@ -36,5 +36,8 @@ it a stereo interleaved single float buffer to write into (0dB=1.0).</p>
2007-12-06: 2007-12-06:
* 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.
TO COMPILE:<br> ## 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
Jason Bou-Samra