martincameron / micromod

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

Stop using global state in C version (and do some insignificant improvements) #16

Open v1993 opened 5 years ago

v1993 commented 5 years ago

I've already explained reasons behind this in #15. This PR does the following:

It is compatible with old version. To keep it this way there's global instance of struct micromod_obj and wrappers around new functions which use it. Old functions are marked with __attribute__ ((deprecated)) but are working.

What this PR doesn't do: