[PD] sustain pedal abstraction

2009-08-13 Thread Amos Robinson
1e999], and flow set to 1 it flushes. I thought of doing it that way but felt that using lists would be better. I think after actually implementing it though I've changed my mind. Question: is there a simpler way than these that I'm missing? Thanks, Amos Robinson sustain.pd Description: Binary

Re: [PD] sustain pedal abstraction

2009-08-13 Thread Amos Robinson
Well, that would be exactly what I was looking for. Thanks! I must have skimmed past that last night... On Thu, Aug 13, 2009 at 11:48 PM, Jonathan Wilkesjancs...@yahoo.com wrote: Have you tried using the [bag] object? -Jonathan --- On Thu, 8/13/09, Amos Robinson amos.robin...@gmail.com wrote

Re: [PD] get average value of db in a specified frequency range

2009-07-22 Thread Amos Robinson
I think that something as simple as lop~ (range-top) | hip~ (range-bot) | env~ would work? On Thu, Jul 23, 2009 at 10:07 AM, budi prakosai...@deadmediafm.org wrote: hello all, how to get an average value from sound (db) in a specified frequency range?? thanks!

Re: [PD] searching help about fluid~

2009-06-25 Thread Amos Robinson
I don't have access to a Leopard box at the moment, but I might be able to help if you post the compiler errors? Thanks, Amos Robinson On Fri, Jun 26, 2009 at 6:32 AM, Andres Ferrarian...@yahoo.com wrote: I could not compile fluid ~. pd_darwin with the sources that I asked. You know how I

Re: [PD] How to reset the cicle of a signal

2009-05-31 Thread Amos Robinson
Just send a 0 to the right input, I believe. On Mon, Jun 1, 2009 at 11:52 AM, Gabriel Vinazza gabevina...@gmail.com wrote: How can i reset the cicle of a signal of an osc or a phasor? I mean force it to restart from 0 ___ Pd-list@iem.at mailing

Re: [PD] compiling question

2009-04-07 Thread Amos Robinson
try running in pd/src... aclocal autoconf I think? (caveat: I haven't compiled pd-vanilla before...) On Tue, Apr 7, 2009 at 8:43 PM, Oded Ben-Tal o...@ccrma.stanford.edu wrote: This is a rather silly question but I'm stumped. I'm trying to compile pd-vanilla but am stuck at step one:

Re: [PD] change samplerate locally

2009-03-16 Thread Amos Robinson
Hmm. I thought the DX7 was ~57khz, anyway: http://www.maths.abdn.ac.uk/~bensondj/html/Chowning.html On Tue, Mar 17, 2009 at 2:35 AM, hard off hard@gmail.com wrote: i had a minor breakthrough. upsampling my signal path, by using [block~ 64 1 2] has the same effect on the sound as lowering

Re: [PD] from Chile greetings

2009-03-15 Thread Amos Robinson
On a related note, greetings from Newcastle, Australia. I'm wondering whether there are any other people from Newcastle? On Mon, Mar 16, 2009 at 11:42 AM, Jose Luis Santorcuato santorcuat...@gmail.com wrote: Hi my dear friends, this is my first contact with the community...well i like this

Re: [PD] converting from midi to frequency in just intonation

2009-01-11 Thread Amos Robinson
Oh, that's beautiful; all my dreams come true! I'll have to play with it very soon. On Sun, Jan 11, 2009 at 8:51 PM, Frank Barknecht f...@footils.org wrote: Hallo, Amos Robinson hat gesagt: // Amos Robinson wrote: I was curious to play with just intonation earlier but couldn't find any easy

[PD] converting from midi to frequency in just intonation

2009-01-10 Thread Amos Robinson
Hi all, I was curious to play with just intonation earlier but couldn't find any easy way to calculate an frequency based on a midi note. (It's entirely possible that I just didn't look hard enough, though) So, here's a really simple and ugly cludge just in case. There must be a better way to do

Re: [PD] left mouse click abuse

2009-01-05 Thread Amos Robinson
On Tue, Jan 6, 2009 at 1:16 AM, Frank Barknecht f...@footils.org wrote: Hallo, Andy Farnell hat gesagt: // Andy Farnell wrote: Depends on how big your hands are. My span (Keyboard player) makes up to CTRL+6 comfortable, but 7, 8, 9 and 0 are painful. One hint for Linux users: You can map

Re: [PD] A glitch free delay line abstraction

2009-01-04 Thread Amos Robinson
(Half-asleep, but:) I don't know why the two delwrite~s are there, if they both take the same input and same size? But in any case, I'd prepend the names of the delay lines with $0- as in [delwrite~ $0-A 2000] ($0 is interpolated as the patch id, so then each instance will use a separate delay

Re: [PD] audio delay

2008-12-02 Thread Amos Robinson
I think? that you could easily replace the [rzero~ 1] - [-~] dance with just an [rzero_rev~ 0]? On Wed, Dec 3, 2008 at 12:50 AM, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, joel silvestre hat gesagt: // joel silvestre wrote: I'm searching how to do a sample resolution audio delay. Is it