Re: [PD] opposite behaviour of [delay]

2015-10-21 Thread Matt Barber
While we're talking about ways to limit output of message delays (etc.), check out also the [debounce] abstraction in extended. Alexandre's attached idiom is quite common in other areas, too, like protecting a [readsf~] from all input until it has finished playing, or halting all input to a synth

Re: [PD] opposite behaviour of [delay]

2015-10-21 Thread Liam Goodacre
If you'll allow more than one object, then a combination of [onebang] or [once] with [delay] should do what you're looking for. You'll need to reset them each time, but it should still be simpler than using spigots. Incidentally, from you title I was hoping that you were asking for a [delay] ob

Re: [PD] LyonPotpourri 3.0 and fftease on deken?

2015-10-21 Thread Eric Lyon
For FFTease ports, I recommend using the following code as a basis: https://github.com/ericlyon/fftease3.0-32bit -Eric ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] opposite behaviour of [delay]

2015-10-21 Thread Dan Wilcox
There’s also the rjlib vanilla implementation m_speedlimit. Dan Wilcox @danomatika danomatika.com robotcowboy.com > On Oct 21, 2015, at 2:41 PM, pd-list-requ...@lists.iem.at wrote: > > From: Alexandre Torr

Re: [PD] LyonPotpourri 3.0 and fftease on deken?

2015-10-21 Thread Antoine Villeret
well... most externals are using the same build system unified a while ago by Hans and other to maintain Pd-extended. so building them is quite straightforward. I've just checkout http://git.puredata.info/cgit/svn2git/libraries/fftease.git/ (thanks iohannes for providing this !) and build it while

Re: [PD] LyonPotpourri 3.0 and fftease on deken?

2015-10-21 Thread Alexandre Torres Porres
> afaik you just have to have an account on puredata.info to > upload deken package, don't you ? I really have no idea what you need... but I assume you need to compile the objects in every system (and right there I can't do it). But it'd be nice if there was a tutorial on how to handle and do it,

Re: [PD] LyonPotpourri 3.0 and fftease on deken?

2015-10-21 Thread Antoine Villeret
Why don't you do it ? afaik you just have to have an account on puredata.info to upload deken package, don't you ? And if you don't have one, you can fill a form to ask one. Cheers a -- do it yourself http://antoine.villeret.free.fr 2015-10-21 22:38 GMT+02:00 Alexandre Torres Porres : > If I co

[PD] WG: opposite behaviour of [delay]

2015-10-21 Thread Ingo
It behaves slightly different to your abstraction - IMHO better. It does not block the last bang or whatever. It delays it until the scheduled time is over. Depends on what you need or want. Ingo ___ > Von: Pd-list [mailto:pd-list-boun...@lists.iem.at] Im Auftr

[PD] LyonPotpourri 3.0 and fftease on deken?

2015-10-21 Thread Alexandre Torres Porres
If I could, I'd do it, but I don't, so... would anybody who's uploading libraries to deken do it? ;) Are there such people who's "doing it"? Anyway, I think these libraries are worth it. cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and accoun

Re: [PD] opposite behaviour of [delay]

2015-10-21 Thread Alexandre Torres Porres
yeah, [speedlim] is not what I'm looking for, it doesn't really behave like my patch, it's quite different. So I'm still wondering if there is such a thing or just my patch cheers 2015-10-21 18:32 GMT-02:00 Ingo : > It behaves slightly different to your abstraction - IMHO better. > It does not

Re: [PD] opposite behaviour of [delay]

2015-10-21 Thread João Pais
but notice that speedlim doesn't loose the last bang, it reschedules it. so there will be an extra bang coming out when the delay time is over. Joao thanks! 2015-10-21 17:30 GMT-02:00 IOhannes m zmölnig : On 10/21/2015 08:36 PM, Jonathan Wilkes via Pd-list wrote: Max and Pd's cyclone libra

Re: [PD] opposite behaviour of [delay]

2015-10-21 Thread Alexandre Torres Porres
thanks! 2015-10-21 17:30 GMT-02:00 IOhannes m zmölnig : > On 10/21/2015 08:36 PM, Jonathan Wilkes via Pd-list wrote: > > Max and Pd's cyclone library have [speedlim] > > and iemlib, btw. > > > gsdmr > IOhannes > > > ___ > Pd-list@lists.iem.at mailing li

Re: [PD] opposite behaviour of [delay]

2015-10-21 Thread IOhannes m zmölnig
On 10/21/2015 08:36 PM, Jonathan Wilkes via Pd-list wrote: > Max and Pd's cyclone library have [speedlim] and iemlib, btw. gsdmr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and acco

Re: [PD] connection problem with oggamp~ object

2015-10-21 Thread Antoine Villeret
Hi, I never used oggamp but according to the message report, your stream is quite strange with 1Hz and 44100 channels Maybe metada have been swapped and then libvorbis fails to decode the stream ? Can you play the same stream with another software / decoder ? Best Antoine -- do it yourself http

[PD] connection problem with oggamp~ object

2015-10-21 Thread julien poidevin
Hello everyone, I start with pure data, I use windows7, I try to use the oggamp object to capture a streaming flow and use it as raw material. At least I want to capture 4 channels at the same time and spatialize it. But I have problems with the buffer, which is charged and discharged continuous

Re: [PD] opposite behaviour of [delay]

2015-10-21 Thread Jonathan Wilkes via Pd-list
Max and Pd's cyclone library have [speedlim] -Jonathan On Wednesday, October 21, 2015 2:07 PM, Alexandre Torres Porres wrote: howdy, [delay] ignores multiple input bangs and considers only the "last" from the help file: "sending a "bang" to a [delay] which is already set will resch

[PD] opposite behaviour of [delay]

2015-10-21 Thread Alexandre Torres Porres
howdy, [delay] ignores multiple input bangs and considers only the "last" from the help file: "sending a "bang" to a [delay] which is already set will reschedule its output, cancelling the old one." What if I wanted the opposite, like, further bangs will be ignored and not reschedule the output.

[PD] connection problem with oggamp~ object

2015-10-21 Thread julien poidevin
Hello everyone, I start with pure data, I use windows7, might be little you help me, I try to use the oggamp object to capture a streaming flow and use it as raw material. but I have problems with the buffer, which is charged and discharged continuously, so that it is not stable and that the soun