[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] RPython Bindings
From: |
Corbin Simpson |
Subject: |
Re: [fluid-dev] RPython Bindings |
Date: |
Sun, 15 Aug 2010 19:31:41 -0700 |
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" <address@hidden> wrote:
> 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 like it
> averages -5.0 and 10.0, and sometimes it can go as higher than 60. Another
> thing that is confusing me is that the high and low values should be equal
> if the sign is flipped, because its a real signal. Instead it seems like
> the signal is shifted up slightly (into the positive), or sometimes by as
> much as half into the positive. (using fluidsynth 1.1.1)
>
> thanks,
> -hart