Testing Impulse Tracker music file PCM creation and playback - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3) +---- Forum: Programs (https://staging.qb64phoenix.com/forumdisplay.php?fid=7) +---- Thread: Testing Impulse Tracker music file PCM creation and playback (/showthread.php?tid=852) |
Testing Impulse Tracker music file PCM creation and playback - mnrvovrfc - 09-04-2022 A silly program to test Impulse Tracker module playback, and PCM data creation from it on QB64 Phoenix Edition v3.1: Code: (Select All) option _explicit Download the Impulse Tracker music file from here: https://modarchive.org/module.php?189056 Press [ESC] to quit the program. Create executable and copy the IT file you downloaded into the same folder. I'm sorry about hardwiring the value of "afile$". This should work with any module format, the problem is that the longer the song file is, the longer "_SNDOPEN" takes to load it into RAM. Now this could apply to music tracker modules despite their usually being much smaller than MP3 and WAV and formats like that. |