[Csnd] sustain pedal
Date | 2009-11-15 17:26 |
From | charles virot |
Subject | [Csnd] sustain pedal |
Hi everyone, I have a problem with my sustain pedal in midi realtime mode. I want to use my pedal to triggs some pitch, but not as a sustain pedal. But by default csound use it as a sustain pedal (it cancell the note off) How can i use it like a normal controller ? I use csound with linux. Thanks for your help. Charles. |
Date | 2009-11-15 17:52 |
From | Victor Lazzarini |
Subject | [Csnd] Re: sustain pedal |
I think this is not Csound but your controller that is not sending a NOTEOFF when the pedal is down. Csound would not do that, it only responds to MIDI channel messages. If the controller is sending a control change message instead, then Csound would react to it. I might be wrong, but I think this is probably what is happening. If you want to check , try running a MIDI monitor program in your computer to see if that is really the case. Victor On 15 Nov 2009, at 17:26, charles virot wrote: > Hi everyone, > I have a problem with my sustain pedal in midi realtime mode. > I want to use my pedal to triggs some pitch, but not as a sustain > pedal. > But by default csound use it as a sustain pedal (it cancell the note > off) > How can i use it like a normal controller ? > I use csound with linux. > > Thanks for your help. > Charles. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2009-11-15 18:58 |
From | charles virot |
Subject | [Csnd] Re: Re: sustain pedal |
hi, Thanks for your help Victor. I'll check what you said tomorrow. But it's strange, because before using Csound, i used Pure Data, and these two event were totally indepandents. I received 0 or 128 on the controller n°64 and it didn't affect the NOTEOFF. Keep in touch. Charles. 2009/11/15 Victor Lazzarini <Victor.Lazzarini@nuim.ie> I think this is not Csound but your controller that is not sending a NOTEOFF when the pedal is down. Csound would not do that, it only responds to MIDI channel messages. If the controller is sending a control change message instead, then Csound would react to it. |
Date | 2009-11-15 19:08 |
From | Victor Lazzarini |
Subject | [Csnd] Re: Re: Re: sustain pedal |
I might be wrong about it. Victor On 15 Nov 2009, at 18:58, charles virot wrote: hi, |