I'm working on Python bindings for Fluidsynth. The following code, in
Cython, makes no sound and locks up my ALSA until the connection times out.
cpdef test(self):
cdef fluid_event_t* event
cdef int ticks
ticks = self.ticks
event = new_fluid_event()
fl
Hello Kevin,
Thank you kindly for the contribution :) I hope you find yourself in
better standing soon also.
I'm looking forward to improving FluidSynth, releasing 1.1.0 and
getting Swami 2.0 released soon too.
Cheers!
Josh
Quoting Kevin Fishburne :
I just made a pretty patheti