fbpx


The MIDI Forum

  Monday, 14 February 2022
  4 Replies
  8.2K Visits
13
Votes
Undo
  Subscribe
I am developing a midi program and I have a question. When you disconnect a midi device before you receive the note off, does the sound always turn off? Because I have a casio organ and it turns off, is it standard?

I also found that with the midi event Bn 7B 00 it turns off all the notes that were sounding on channel 'n'. Is it equivalent to sending a noteoff for each note? Is it standard for all? Is there a general turn off for all channels?
Thanks :D
Accepted Answer
0
Votes
Undo
That depends on circumstances. When you're playing live and a note-off message might get lost, it can make sense to have a big red button to turn off all notes.

For a DIN MIDI cable, you cannot reliably detect when it is re-plugged.

The MIDI specification says that device manuals should have a MIDI implementation chart.
Carlos changed the title from Active event when losing connection to Active event note on when losing connection — 1 year ago
1. See: https://www.midi.org/midi-articles/about-midi-part-3-midi-messages
The Active Sensing signal is used to help eliminate "stuck notes" which may occur if a MIDI cable is disconnected during playback of a MIDI sequence. Without Active Sensing, if a cable is disconnected during playback, then some notes may be left playing indefinitely because they have been activated by a Note On message, but the corresponding Note Off message will never be received.


2. CC 123 (hex 7B) is the Control Change message "All Notes Off", defined by the MIDI 1.0 specification. See:
https://www.midi.org/specifications-old/item/table-3-control-change-messages-data-bytes-2

The MIDI 1.0 standard document is available for download:
https://www.midi.org/specifications/midi1-specifications/m1-v4-2-1-midi-1-0-detailed-specification-96-1-4
1 year ago
·
#13707
0
Votes
Undo
According to what I read Active Sensing signal is not implemented in all devices, so should my program when recovering the connection take care of turning off the notes that were playing or just ignore it and assume that the user has already taken care of the problem?

Is there any way to know which features work on 100% of all midi organs, for example Local Control On/Off (7A) doesn't work on my organ.
Accepted Answer
0
Votes
Undo
That depends on circumstances. When you're playing live and a note-off message might get lost, it can make sense to have a big red button to turn off all notes.

For a DIN MIDI cable, you cannot reliably detect when it is re-plugged.

The MIDI specification says that device manuals should have a MIDI implementation chart.
1 year ago
·
#13723
0
Votes
Undo
So you can't tell with a MIDI DIN if it was reconnected. Are there usb-midi organs that keep playing when they lose connection?
Carlos selected the reply #13716 as the answer for this post — 1 year ago
  • Page :
  • 1
There are no replies made for this post yet.