martincameron / micromod

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

Obtain frequency of channels #10

Closed mkalte666 closed 7 years ago

mkalte666 commented 7 years ago

Greetings,

I found your project because, to learn a bit, i wanted to build a small .mod playing floppy drive machine. Micromod-c runs well on stm32!

However because of the nature of floppy drives, i cannot use the sampled output but need the frequency. I kinda threw that into the lib in a fork - maybe you would like that in the lib, too!

https://github.com/martincameron/micromod/compare/master...mkalte666:master

martincameron commented 7 years ago

Good to hear you've made use of it!

I'm trying to keep the C version as small as possible, so I'd rather functions like these were kept out of the base library. Hope you don't mind!

Thanks, Martin

On 16/10/2016, mkalte notifications@github.com wrote:

Greetings,

I found your project because, to learn a bit, i wanted to build a small .mod playing floppy drive machine. Micromod-c runs well on stm32!

However because of the nature of floppy drives, i cannot use the sampled output but need the frequency. I kinda threw that into the lib in a fork - maybe you would like that in the lib, too!

https://github.com/martincameron/micromod/compare/master...mkalte666:master

You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/martincameron/micromod/issues/10

mkalte666 commented 7 years ago

I see why you are suggesting this. Very well, that ill crawl back into the dark pit that is my weekend project idea blob ^^ Im just trying to help, and maybe someone needed that specific feature, so writing it down here was what came to mind.

Keep up the good work!