Midi: added MidiDefaultVelocity to be used for test notes etc.
This commit is contained in:
@@ -1103,7 +1103,7 @@ void sfxrInstrumentView::previewSound()
|
||||
sfxrInstrument* s = castModel<sfxrInstrument>();
|
||||
InstrumentTrack* it = s->instrumentTrack();
|
||||
it->silenceAllNotes();
|
||||
it->processInEvent( MidiEvent( MidiNoteOn, 0, it->baseNoteModel()->value(), MidiMaxVelocity ) );
|
||||
it->processInEvent( MidiEvent( MidiNoteOn, 0, it->baseNoteModel()->value(), MidiDefaultVelocity ) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user