Clay Shippy
Clay Shippy
was wondering what pin to get the audio out of, in the example was not sure.
what code did you use to play the midi ?
https://fossies.org/linux/vlc/modules/codec/fluidsynth.c found this, looks good
https://github.com/netpipe/AgAudio , i should have fluidlite midi soon hopefully
would be nice to have an alsa example of the same or sdl sound
https://github.com/netpipe/emscripten-projects/blob/master/SDL/SDL_sound/playsound/playsound_simple.c https://gist.github.com/ghedo/963382/815c98d1ba0eda1b486eb9d80d9a91a81d995283 https://stackoverflow.com/questions/68414260/playing-pcm-audio-wav-on-linux
[ALSA-example.zip](https://github.com/divideconcept/FluidLite/files/7494172/ALSA-example.zip) working great :)
[openaldemo.c.zip](https://github.com/divideconcept/FluidLite/files/7511733/openaldemo.c.zip) -- needs work still in the buffer converter
[sdldemo.cpp.zip](https://github.com/divideconcept/FluidLite/files/7511745/sdldemo.cpp.zip) -- still needs work
https://stackoverflow.com/questions/39997137/how-do-i-make-a-qaudiooutput-object-play-from-a-buffer https://github.com/netpipe/qCow-Synth/ trying a bit with qt