Re: [PD] Trying to implement switch ramp

2007-10-04 Thread Frank Barknecht
Hallo, Thomas O Fredericks hat gesagt: // Thomas O Fredericks wrote: vsnapshot~? Where can I find it's help? (I use Ubuntu PD(not extended) and PD 0.40-2) Sorry, I was wrong of course: As Roman correclty mentioned, it's not really possible to use switch-and-ramp with vline~/vsnapshot~.

Re: [PD] Trying to implement switch ramp

2007-10-04 Thread Miller Puckette
This seems to be a fundamental limitation with block-based DSP panguages - you can get 1-sample DSP/control/DSP turnaround only if you're content to wait for the next block boundary -- if you want to be able to name any sample you want, then the minimum turnaround delay is one block. I waxed a

Re: [PD] Trying to implement switch ramp

2007-10-03 Thread Frank Barknecht
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote: On Tue, 2007-10-02 at 13:52 -0400, Thomas O Fredericks wrote: Actually, it kind of works, but there is an annoying glitch (when you replace the lines with vlines inside mix.switch.ramp~ the clicking is even worse). [line~] and

Re: [PD] Trying to implement switch ramp

2007-10-03 Thread Thomas O Fredericks
vsnapshot~? Where can I find it's help? (I use Ubuntu PD(not extended) and PD 0.40-2) I still see inconsistencies in the patch I submitted I will try to make something a little clearer: please try the new attached patches and tell me why the little bit before the ramp changes size (I suspect

Re: [PD] Trying to implement switch ramp

2007-10-03 Thread Thomas O Fredericks
Are there any objects to make ramps smaller than one second? Tom On 10/3/07, Thomas O Fredericks [EMAIL PROTECTED] wrote: vsnapshot~? Where can I find it's help? (I use Ubuntu PD(not extended) and PD 0.40-2) I still see inconsistencies in the patch I submitted I will try to make something

Re: [PD] Trying to implement switch ramp

2007-10-03 Thread Roman Haefeli
On Wed, 2007-10-03 at 09:30 -0400, Thomas O Fredericks wrote: Are there any objects to make ramps smaller than one second? you mean smaller than one millisecond? [vline~] can do it for sure. roman ___ Der

Re: [PD] Trying to implement switch ramp

2007-10-03 Thread Roman Haefeli
On Wed, 2007-10-03 at 09:26 -0400, Thomas O Fredericks wrote: vsnapshot~? Where can I find it's help? (I use Ubuntu PD(not extended) and PD 0.40-2) there is no help-file for [vsnapshot~] yet, afaik. but the way it works could probably be derived from the name, respectively from the 'v' in its

[PD] Trying to implement switch ramp

2007-10-02 Thread Thomas O Fredericks
Hi, I am trying to implement the switch ramp that the list was talking about. Attached you will find the abstraction and a patch showing the bug. Why doesn't this work? Actually, it kind of works, but there is an annoying glitch (when you replace the lines with vlines inside mix.switch.ramp~ the

Re: [PD] Trying to implement switch ramp

2007-10-02 Thread Roman Haefeli
On Tue, 2007-10-02 at 13:52 -0400, Thomas O Fredericks wrote: Hi, I am trying to implement the switch ramp that the list was talking about. Attached you will find the abstraction and a patch showing the bug. hm, your buggy patc sounds right to me, though i see the deformation in the array.