Re: [fluid-dev] RPython Bindings

2010-08-18 Thread Corbin Simpson
On Tue, Aug 17, 2010 at 4:53 PM, Goat Man wrote: > Hello Corbin, > i don't have access to svn at the moment so i'm simply uploading the source > file as a download, check the downloads page. > > Any clues on why fluid_synth_write_float returns floats in range of -30.0 to > about +60.0, surely ther

Re: [fluid-dev] RPython Bindings

2010-08-17 Thread Goat Man
Hello Corbin, i don't have access to svn at the moment so i'm simply uploading the source file as a download, check the downloads page. Any clues on why fluid_synth_write_float returns floats in range of -30.0 to about +60.0, surely there must be a fixed range? -hart On Mon, Aug 16, 2010 at 4:09

Re: [fluid-dev] RPython Bindings

2010-08-16 Thread Corbin Simpson
On Sun, Aug 15, 2010 at 7:31 PM, Corbin Simpson wrote: > 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

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