MidiMessage_NoteOff$json top-level constant

  1. @Deprecated('Use midiMessageDescriptor instead')
Map<String, Object> const MidiMessage_NoteOff$json

Implementation

@$core.Deprecated('Use midiMessageDescriptor instead')
const MidiMessage_NoteOff$json = {
  '1': 'NoteOff',
  '2': [
    {'1': 'note', '3': 1, '4': 1, '5': 13, '10': 'note'},
    {'1': 'velocity', '3': 2, '4': 1, '5': 13, '10': 'velocity'},
  ],
};