MIDI-OX User Forum (http://www.midiox.com/cgi-bin/yabb/YaBB.pl)
MIDI-OX >> Mapping Questions >> All notes off
(Message started by: Gidroman on Nov 12th, 2009, 6:40am)

Title: All notes off
Post by Gidroman on Nov 12th, 2009, 6:40am
Hello all!

My synthesizer always sends a signal "All notes Off" when key release, but i need that there was a signal "Note off" for the released key. Please help me to make it.

Sorry for my bad English.

P.S.: here that I receive by pressing and key release

Code:
TIMESTAMP IN PORT STATUS DATA1 DATA2 CHAN NOTE EVENT              
0038D1BA   9   1     C0    00    --    1  ---  PC: Acc. Grand Piano  
0038D1BC   9   1     B0    7B    00    1  ---  CC: All Notes Off    
0038D1BD   9   1     90    3C    1D    1  C  4 Note On              
0038D3A1   9   1     B0    7B    00    1  ---  CC: All Notes Off    


Title: Re: All notes off
Post by Jamie OConnell on Nov 22nd, 2009, 7:01pm
It sounds like this must be a monophnic synth?  "All notes off" will silence anything playing.  In this case you could do it by scripting and filtering the 'All notes off'.  You wouldn't even need an array as only one note can sound at a time -- just remeber which note is playing and issue a note on with zero velocity, or a note off using the remembered note number.



MIDI-OX User Forum » Powered by YaBB 1 Gold - SP 1.3.1!
YaBB © 2000-2003. All Rights Reserved.