less marimbas!

This commit is contained in:
Ben Loftis 2022-02-07 19:43:34 -06:00
parent e0b14f0231
commit 54b3a3bf6b

View File

@ -1705,8 +1705,10 @@ MIDITrigger::MIDITrigger (uint32_t n, TriggerBox& b)
, _start_offset (0, 0, 0) , _start_offset (0, 0, 0)
, _legato_offset (0, 0, 0) , _legato_offset (0, 0, 0)
{ {
#if 0 /* for prototype + testing only */
Evoral::PatchChange<MidiBuffer::TimeType> pc (0, 0, 12, 0); Evoral::PatchChange<MidiBuffer::TimeType> pc (0, 0, 12, 0);
set_patch_change (pc); set_patch_change (pc);
#endif
_channel_map.assign (16, -1); _channel_map.assign (16, -1);
} }