Hi all,
I am building a simple synth for my MIDI keyboard. I was wondering if it was possible to stop every note when it is off. You know what I mean ? I don't want them to last forever, or a fixed amount of time : I want them to stop whenever I release the key. This should be pretty trivial... as I am kind of new to MIDI instruments.
Also, I am interested in any MIDI synth patch there is around. Any suggestion ?
Regards,
Alexandre Quessy http://alexandre.quessy.net
Alexandre Quessy wrote:
Hi all,
I am building a simple synth for my MIDI keyboard. I was wondering if it was possible to stop every note when it is off. You know what I mean ? I don't want them to last forever, or a fixed amount of time : I want them to stop whenever I release the key. This should be pretty trivial... as I am kind of new to MIDI instruments.
Usually the MIDI keyboard sends a noteon message with velocity zero when you release a key. The noteoff message seems not to be commenly used at all. Martin
On 4/4/06, Martin Peach martinrp@vax2.concordia.ca wrote:
Usually the MIDI keyboard sends a noteon message with velocity zero when you release a key. The noteoff message seems not to be commenly used at all. Martin
All right, thanks !
I was familiar with ADSR, don't worry. But not with the 0 velocity message of notein.
The doc/7.stuff/synth example is much interesting to get me well started with my MIDI keyboard.
aalex