09-13-2024, 12:44 AM
(09-13-2024, 12:04 AM)a740g Wrote: Regarding the point you made about the count of sounds, I'm quite sure you can get past 127 because the sequencer masks the topmost bit. So, anything above 127 would be a repeated sound from the 0-127 range.
See here:
https://github.com/QB64-Phoenix-Edition/...er.cpp#L62
Thanks. Yeah I believe you're right. Some of the 128+ sound a little off somehow, like they don't cut off right, but not an issue since I don't expect to use them. Perhaps I will put in a limit on that variable when I add error checking. I've added rest notes tonight, trying to see if doing a program number change in the notes during a song will work too, to jump to a new sound on the fly for that track. I can't see anything else to add.
- Dav