Elektrine lite

← Feed

@aeva@mastodon.gamedev.place

Post #2373958

2026-05-09 22:30 UTC

@Doomed_Daniel@mastodon.gamedev.place looks like it might be specific to playing MIDI files which is not quite what I want

Replies (2)

  • @screwlisp@gamerplus.org 2026-05-09 22:45

    @aeva@mastodon.gamedev.place I feel like https://midish.org/ could be a starting place to chase something down from. @Doomed_Daniel@mastodon.gamedev.place

    Open ##2373959

  • @aeva@mastodon.gamedev.place @Doomed_Daniel@mastodon.gamedev.place the native midi library literally wants to play to the OS’s MIDI interfaces, which sucks for several technical reasons. SDL_mixer will decode midi with either a built-in copy of Timidity or FluidSynth, and plays through SDL’s audio (which supports sndio and Haiku’s BSoundPlayer). Maybe useful? https://github.com/libsdl-org/SDL_mixer

    Open ##2373962