MIDI import: set default pitch bend range to +/-2 semitones

AFAIK, this is how the General MIDI standard says it should be.
This commit is contained in:
Raine M. Ekman
2015-04-25 13:49:06 +03:00
parent 06d87174e4
commit 542250e127

View File

@@ -249,6 +249,8 @@ public:
it->setName( tn );
}
lastEnd = 0;
// General MIDI default
it->pitchRangeModel()->setInitValue( 2 );
}
return this;
}