Post #2373963
2026-05-10 23:46 UTC
@icculus@mastodon.gamedev.place @Doomed_Daniel@mastodon.gamedev.place Ah yeah, that solves a different problem than the one I have. My program is a synthesizer, which among other things can receive midi input from sequencers and midi devices. Eventually I'd also like it to be able to emit midi. I already have dedicated backends for alsa and wasapi, but it would be nice to have a generic backend that covered other platforms of interest for porting (BSD, Haiku, wasm, osx, and probably others eventually) as a stopgap to make porting faster.
Replies (1)
-
@aeva@mastodon.gamedev.place 2026-05-10 23:48
@icculus@mastodon.gamedev.place @Doomed_Daniel@mastodon.gamedev.place it certainly would be convenient if that could be SDL since I'm already using SDL for other things, but imagine writing music software is probably an atypical use case for SDL