martincameron / micromod

Music player libraries for MOD, S3M and XM formats.
BSD 3-Clause "New" or "Revised" License
159 stars 28 forks source link

Added a SDL Player for the IBXM library, base off the player for micromod. #17

Closed wel97459 closed 4 years ago

wel97459 commented 4 years ago

This is a port of the SDL player used with the Micromod library that functions with the IBXM library.

wel97459 commented 4 years ago

I need to have a closer look, I have been working on porting IBXM over to the ESP32 hardware and have it functioning well. When I was porting IBXM it would keep crashing the CPU when it would free all the memory resources. And the default panning array was the resource that would crash it when calling free() and would give a heap corruption error. And so by making the array, one element bigger that seemed to fix the issue. But going back I'm not sure that it was really the issue after all.

I'm going to close this pull request for the moment, and all make a new one with just the player.