vige / sailmidi

MIDI controller for Sailfish OS
GNU General Public License v3.0
3 stars 1 forks source link

Add support for wild midi softsynth #1

Open poetaster opened 8 months ago

poetaster commented 8 months ago

Not sure if it's in scope. Both lpr and ade have wildmidi libs up on open repos. https://openrepos.net/content/ade/libwildmidi https://github.com/Mindwerks/wildmidi/

I've just started poking around. In any case, on the 10III with an LPK (midi routed to a baremetal pi minidexed dx7) it works without issue.

vige commented 8 months ago

Thanks for the idea. Since the library is already in openrepos, that's definitely possible to do. However I have a feeling that would require pretty much completely separate implementation, as wildmidi processes entire midi files and not midi events. Then again the implementation would be really simple. I'll definitely think about it.