Hi Olivier,
Apple gcc 4.2.1, Apple Python 2.6.1, on OX 10.6.7, using JackPilot or
system audio.
There is definitely something funky going on with the examples for me.
The nuage example is now giving this as an error.
File "examples/nuages.py", line 24, in <module>
tabs.append(SndTable(snds[i]))
File "/Library/Python/2.6/site-packages/pyolib/tables.py", line
1114, in __init__
_size, _dur, _snd_sr, _snd_chnls = sndinfo(p)
So I tried some another example, freqmod. A (loud) burst and then
nothing. So I tried the simple sine wave example and it worked fine,
the gui and vumeter and everything. So now I am just confused. I am
going to re-fetch the library, see if that helps. I'll let you know.
Cheers,
Carmine
On Apr 26, 6:27 pm, Olivier Bélanger <
belan...@gmail.com> wrote:
> Hi Carmine,
>
> The VuMeter error is just a side effect of something else... When it
> receives an amplitude of "inf".
>
> You got it with nuages example ? Just tested it, works fine here...
>
> What is your system ? Python version ? compiler ?
>
> Olivier
>
> 2011/4/26 Carmine Casciato <
casci...@gmail.com>