aaronsgiles / ymfm

BSD-licensed Yamaha FM sound cores (OPM, OPN, OPL, and others)
BSD 3-Clause "New" or "Revised" License
259 stars 40 forks source link

All chip support #19

Closed 110-kenichi closed 2 years ago

110-kenichi commented 2 years ago

Do you have a plant to support all sound chips implemented by MAME?

I'm developing a DAW/MIDI synth with MAME engine. ( https://github.com/110-kenichi/mame )

However, it became very difficult to get the MAME engine source after big sound refactoring into the application. ( This is because the stream_sample_t class has been changed to read_stream_view/write_stream_view. ) So, I would like to change my MAME sound engine to the ymfm sound engine.

aaronsgiles commented 2 years ago

Sorry, not planning to support all chips. I may extend ymfm in the future for some other types of chips, but it's not a short-term effort so I wouldn't bank on it.

110-kenichi commented 2 years ago

I see. Thank you!