- Timestamp:
- 02/11/09 17:23:22 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/new_fx_rack_and_sample_fun/libs/hydrogen/src/IO/midi_input.cpp
r742 r785 267 267 AudioEngine::get_instance()->get_sampler()->note_on( offnote ); 268 268 } 269 AudioEngine::get_instance()->get_sampler()->setPlayingNotelenght( pInstr, notelenght * fStep, __noteOnTick ); 269 if(Preferences::getInstance()->getRecordEvents()) 270 AudioEngine::get_instance()->get_sampler()->setPlayingNotelenght( pInstr, notelenght * fStep, __noteOnTick ); 270 271 } 271 272 }