Re: [PD] legato portamento

2017-07-03 Thread Dan Wilcox
> From: Simon Iten <itensi...@gmail.com <mailto:itensi...@gmail.com>> > Subject: Re: [PD] legato portamento > Date: July 3, 2017 at 11:26:42 AM GMT+2 > To: Roman Haefeli <reduz...@gmail.com <mailto:reduz...@gmail.com>> > Cc: pd-list@lists.iem.at <mailto:pd

Re: [PD] legato portamento

2017-07-03 Thread Simon Iten
> On 3 Jul 2017, at 10:41, Roman Haefeli wrote: > > You not always want to mute the first note when a second note with the > same pitch is triggered, regardless whether such an instrument exists > or not. When creating software instruments, I often explicitly allow to >

Re: [PD] legato portamento

2017-07-03 Thread Simon Iten
exactly my point. but guitar is really a weird instrument. i play bass, much better. > On 3 Jul 2017, at 10:11, IOhannes m zmoelnig wrote: > > On 2017-07-02 22:53, Simon Iten wrote: >> (can there sound more then one note on the same pitch on the same >> instrument?) > > you

Re: [PD] legato portamento

2017-07-03 Thread Roman Haefeli
On Mon, 2017-07-03 at 10:11 +0200, IOhannes m zmoelnig wrote: > On 2017-07-02 22:53, Simon Iten wrote: > > > > (can there sound more then one note on the same pitch on the same > > instrument?) > you mean, something like that weirdo one: http://bit.ly/1G68IQb ? :-) You not always want to mute

Re: [PD] legato portamento

2017-07-03 Thread Ingo
Some MIDI keyboards send more than one note on when a sustain pedal is pressed - even on the same MIDI channel. Most sound generators wouldn't know which note to stop at the note off at ths point ... Theoretically you could also use two different MIDI controllers although most likely they

Re: [PD] legato portamento

2017-07-03 Thread IOhannes m zmoelnig
On 2017-07-02 22:53, Simon Iten wrote: > (can there sound more then one note on the same pitch on the same instrument?) you mean, something like that weirdo one: http://bit.ly/1G68IQb ? gmasdr IOhannes signature.asc Description: OpenPGP digital signature

Re: [PD] legato portamento

2017-07-02 Thread Simon Iten
e note off 64, what should happen? (for example if you merge two midi-streams) > > > Mensaje telepatico asistido por maquinas. > > > From: Simon Iten <itensi...@gmail.com> > Sent: Sunday, July 2, 2017 8:53 PM > To: Lucas Cordiviola > Cc: Cyrille Henry; pd

Re: [PD] legato portamento

2017-07-02 Thread Lucas Cordiviola
64, there is *only* one velocity possible, not more than one. Mensaje telepatico asistido por maquinas. From: Simon Iten <itensi...@gmail.com> Sent: Sunday, July 2, 2017 8:53 PM To: Lucas Cordiviola Cc: Cyrille Henry; pd-list@lists.iem.at Subject: Re: [PD

Re: [PD] legato portamento

2017-07-02 Thread Simon Iten
yes, but the array solution is more robust since it takes pitch into account as well, so it works with multiple note ons and offs for the same note (and a mismatch of those). i think it is not totally clear if a note off for a given pitch should mute all the notes sounding at that pitch. (can

Re: [PD] legato portamento

2017-07-02 Thread Lucas Cordiviola
017 10:29 AM To: Cyrille Henry Cc: pd-list@lists.iem.at Subject: Re: [PD] legato portamento and to close this, i have gone through 1000+ midi messages from my controller and stumbled across an error there…on very short notes there sometimes are two note ons sent for the same note and only one note

Re: [PD] legato portamento

2017-07-02 Thread Simon Iten
and to close this, i have gone through 1000+ midi messages from my controller and stumbled across an error there…on very short notes there sometimes are two note ons sent for the same note and only one note off is sent afterwards. time to debug there! in the meantime i created an abstraction

Re: [PD] legato portamento

2017-06-28 Thread Simon Iten
ok, some more interesting things i found out: with your counter cyrille i don’t get stack overflow anymore, it still glitches though. if i connect my controller to ableton live and route midi through there to pd it does not glitch. so ableton does seem to change the midi stream? cheers > On

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
ah sorry :-) > On 27 Jun 2017, at 23:37, cyrille henry wrote: > > have a look at the attachement patch in my mail. > > Le 27/06/2017 à 23:31, Simon Iten a écrit : >> ok, what would be a simpler counter? sorry i don’t see another approach atm. >> cheers >> simon >>> On 27 Jun

Re: [PD] legato portamento

2017-06-27 Thread cyrille henry
have a look at the attachement patch in my mail. Le 27/06/2017 à 23:31, Simon Iten a écrit : ok, what would be a simpler counter? sorry i don’t see another approach atm. cheers simon On 27 Jun 2017, at 23:25, cyrille henry wrote: hello, i would try a more simple counter, but

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
ok, what would be a simpler counter? sorry i don’t see another approach atm. cheers simon > On 27 Jun 2017, at 23:25, cyrille henry wrote: > > hello, > i would try a more simple counter, but i don't see any obvious problem, and I > can't test the patch. > cheers > c > > > Le

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
thanks johannes, good advice. i replaced the notein with a makenote (and your random select chain) and set the metro duration one below the note duration (to get overlapping notes) i can go down to 5ms notes and it does not glitch. i also changed the fanouts to triggers as suggested and changed

Re: [PD] legato portamento

2017-06-27 Thread IOhannes m zmölnig
On 06/27/2017 09:03 PM, Simon Iten wrote: > it works fine here as well as long as I don't send very fast runs (20 notes > per second and more) did you try with fast midi input? for testing, try to get rid of any hardware device, and replace it by a stub (e.g. [metro]+[random 4]+[select 0 1 2

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
at> on behalf of Simon Iten < > itensi...@gmail.com> > *Sent:* Tuesday, June 27, 2017 2:04 PM > *To:* Pd-List > *Subject:* [PD] legato portamento > > dear list, > > i try to make a monoponic bass synth patch that glides from note to note, > but only when more than one

Re: [PD] legato portamento

2017-06-27 Thread Lucas Cordiviola
behalf of Simon Iten <itensi...@gmail.com> Sent: Tuesday, June 27, 2017 2:04 PM To: Pd-List Subject: [PD] legato portamento dear list, i try to make a monoponic bass synth patch that glides from note to note, but only when more than one note is pressed. here is my attempt that works, but if

[PD] legato portamento

2017-06-27 Thread Simon Iten
dear list, i try to make a monoponic bass synth patch that glides from note to note, but only when more than one note is pressed. here is my attempt that works, but if i play very fast i get stuck notes and a stack overflow error. this seems to come from the counter. when i remove the counter