[PD] "AIFF floating-point file format unavailable"

2017-01-08 Thread Alexandre Torres Porres
when trying to write an aiff in soundfiler with the -bytes 4 flag I get: AIFF floating-point file format unavailable I just wanna be sure, is this a restriction of AIFF format or Pd? cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] Graphical envelope generator with breakpoints

2017-01-08 Thread Chris McCormick
Hi Roman, I don't think any of these does exactly what you want but maybe close: https://raw.githubusercontent.com/chr15m/s-abstractions/master/trunk/s-env.pd https://raw.githubusercontent.com/chr15m/s-abstractions/master/trunk/s-env-help.pd

Re: [PD] New Blankets Support: *PdCon, *Pd-weekends, *Artists-in-Transit *equipment grants -- and more

2017-01-08 Thread João Pais
Hello, * On Saturday *January 15 the NB Benevolent netcast show will be dedicated to promote: *-- Widening the Worldwide Welcome to Puredata --* and the guest on January 15 will be Miller Puckette, whom some of you may have heard of. I was having a look at it, but I

Re: [PD] Graphical envelope generator with breakpoints

2017-01-08 Thread João Pais
a kind of first version of that is in my [jmmmp/bezier]. I had hoped of continue to develop it until it could have all those features, but it didn't happen yet (I guess I didn't need it yet). Hey all I'm wondering if someone implemented a graphical envelope generator with mouse-draggable

Re: [PD] Graphical envelope generator with breakpoints

2017-01-08 Thread Roman Haefeli
Hey Liam & Fred Jan Thanks for your suggestions. On Son, 2017-01-08 at 13:06 +0100, Fred Jan Kraan wrote: > Fred Jan > > On 08-01-17 12:39, Liam Goodacre wrote: > > > > There is [envgen] from the ggee library, but you're probably > > looking for > > a Vanilla solution. External is fine.

Re: [PD] Graphical envelope generator with breakpoints

2017-01-08 Thread Fred Jan Kraan
Fred Jan On 08-01-17 12:39, Liam Goodacre wrote: There is [envgen] from the ggee library, but you're probably looking for a Vanilla solution. The tof library contains [breakpoints] and [breakpoints~], which are derived from [envgen]. I would also like to see this done in data structures.

[PD] Graphical envelope generator with breakpoints

2017-01-08 Thread Roman Haefeli
Hey all I'm wondering if someone implemented a graphical envelope generator with mouse-draggable breakpoints. I think it probably could be done using data structures, however my stumbling block is that I can't think of a way to disallow point movement to x(n) > x(n+1), respectively x(n) < x(n-1).