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] 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
*From:* Pd-list <pd-list-boun...@lists.iem.at> on behalf of Roman Haefeli <reduz...@gmail.com> *Sent:* 08 January 2017 11:00 *To:* pd-l...@mail.iem.at *Subject:* [PD] Graphical envelope generator with breakpoints Hey all I'm wondering if someone

[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).