Re: [fluid-dev] RPython Bindings

2010-08-15 Thread Corbin Simpson
You may be interested in my Cython bindings, see github.com/MostAwesomeDude/pyfluidsynth. While not complete, they do work. Sending from a mobile, pardon the brevity. ~ C. On Aug 15, 2010 6:17 PM, "Goat Man" wrote: > Hello Fluid Devs! > I am working on a RPython binding that is faster than the c

[fluid-dev] RPython Bindings

2010-08-15 Thread Goat Man
Hello Fluid Devs! I am working on a RPython binding that is faster than the ctypes binding. Project on google code here: http://code.google.com/p/rpyfluidsynth/ Im getting some confusing values from fluid_synth_write_float, i was expecting the float values to be between -1.0 and 1.0, but seems lik