Re: [Pythonsound-devel] error in bpf.py?
Status: Beta
Brought to you by:
mupuxeddu
|
From: Paul W. <pw_...@sl...> - 2004-07-19 14:00:14
|
On Sun, Jul 18, 2004 at 07:10:54PM -0400, christopher ariza wrote:
>
>
> i think there is a bug here from PowerSegment in bpf.py:
>
> if dict.has_key('periodic'):
> periodic = dict['exp']
> else:
> periodic = 0
>
> seems like it should be:
>
> if dict.has_key('periodic'):
> periodic = dict['periodic']
> else:
> periodic = 0
>
> is omde still under development? i can commit these changes myself if
> necessary, as i am still actively using and adding parameter gens from
> omde to athenaCL.
AFAIK pythonsound is basically dead.
This is the first message I've seen about it in a loooong time.
I have not used it in well over a year, and last
I heard Maurizio had given up on it in favor of CLM.
Maurizio, if you're reading this, is that true?
--
Paul Winkler
http://www.slinkp.com
|