NO-OP: whitespace

This commit is contained in:
Paul Davis
2025-05-13 16:43:14 -06:00
parent 32ea051fb7
commit 2b1c1804c5

View File

@@ -3003,9 +3003,9 @@ MIDITrigger::estimate_midi_patches ()
{
/* first, initialize all our slot's patches to GM defaults, to make playback deterministic */
for (uint8_t chan = 0; chan < 16; ++chan) {
_patch_change[chan].set_channel(chan);
_patch_change[chan].set_bank( chan == 9 ? 120 : 0 );
_patch_change[chan].set_program( 0 );
_patch_change[chan].set_channel (chan);
_patch_change[chan].set_bank (chan == 9 ? 120 : 0);
_patch_change[chan].set_program (0);
}
std::shared_ptr<SMFSource> smfs = std::dynamic_pointer_cast<SMFSource> (_region->source(0));