Re: [PD] Midi note handling for monophonic synth

2013-02-25 Thread Joe White
Hey Claudio, Thanks, that's a nice solution! I like vanilla ice cream as well :) It's shame that there aren't any nice in-built array methods, I've come up against various problems where having a mutable array would be super useful. In the end I preferred to implement a few lines of C rather

Re: [PD] Midi note handling for monophonic synth

2013-02-23 Thread claudio nervi
Joe White white.joe4 at gmail.com writes: Hi all, I'm implementing a synth in Pd using midi/notein as an input.  One problem I keep coming up against is handling note off messages. This guy's blog post describes the issue - 

[PD] Midi note handling for monophonic synth

2011-04-21 Thread Joe White
Hi all, I'm implementing a synth in Pd using midi/notein as an input. One problem I keep coming up against is handling note off messages. This guy's blog post describes the issue - http://kemptonmooney.com/2010/09/pure-data-midi-note-off-solution/ However, I think his solution is not exactly

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread Claude Heiland-Allen
Hi Joe, On 21/04/11 12:48, Joe White wrote: Hi all, I'm implementing a synth in Pd using midi/notein as an input. One problem I keep coming up against is handling note off messages. This guy's blog post describes the issue - http://kemptonmooney.com/2010/09/pure-data-midi-note-off-solution/

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread Ingo
von Joe White Gesendet: Donnerstag, 21. April 2011 13:48 An: pd-list@iem.at Betreff: [PD] Midi note handling for monophonic synth Hi all, I'm implementing a synth in Pd using midi/notein as an input.  One problem I keep coming up against is handling note off messages. This guy's blog post

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread Joe White
: [PD] Midi note handling for monophonic synth Hi all, I'm implementing a synth in Pd using midi/notein as an input. One problem I keep coming up against is handling note off messages. This guy's blog post describes the issue - http://kemptonmooney.com/2010/09/pure-data-midi-note-off-solution

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread Ingo
: Donnerstag, 21. April 2011 14:47 An: Ingo Cc: pd-list@iem.at Betreff: Re: [PD] Midi note handling for monophonic synth Hi Ingo, Thanks for the reply, [coll] and [poly] definitely look useful. However, I forget to mention I'm using Pd Vanilla :( The information you provided is really helpful though

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread Joe White
2011 13:27:26 +0100 From: Claude Heiland-Allen cla...@goto10.org Subject: Re: [PD] Midi note handling for monophonic synth To: pd-list@iem.at Message-ID: 4db022ae.9010...@goto10.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi Joe, On 21/04/11 12:48, Joe White wrote: Hi all

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread martin brinkmann
On 04/21/2011 01:48 PM, Joe White wrote: http://kemptonmooney.com/2010/09/pure-data-midi-note-off-solution/ this does not happen here, using the method from the monosynth example in the pd-help. (stripnote), 3. c10. however the sound stops, if the last pressed key is released. if this is not

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread Joe White
Hi Martin, I looked at the monosynth tutorial but it seemed like that only remembered the second-last note played, it's not really scaleable. After spending hours trying in Pd, I ended up making an external to handle it. It basically orders any currently held notes and forgets them as they are