Gustav Louw
Gustav Louw
Try googling the sentence with the blanked out words
Thanks. The high CPU usage is likely coming from the implementation of SDL_Atomic Set and Get. I do not know too much about them, and I do regret using them....
That's right, the proper fix would be to get rid of the consumer thread. I can probably turn down the sample rate as well. I do not think sine waves...
Not sure if you're still interested, but I removed the atomic sets / gets. Performance should be desirable. As for certain midi compatibility, this will be forever ongoing. I'm currently...
Cool, yeah. I guess minimidi works well with general midi (https://en.wikipedia.org/wiki/General_MIDI) which is supported really well when exporting Guitar Pro files (found on ultimate-guitar.com) as midi with tuxguitar: https://www.youtube.com/watch?v=CVJd5w0Kk00. I'm...