Show
Ignore:
Timestamp:
02/11/09 17:23:22 (4 years ago)
Author:
wolke
Message:

add a pre delete "beta" function. this function need some more work and testing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/new_fx_rack_and_sample_fun/libs/hydrogen/src/IO/midi_input.cpp

    r742 r785  
    267267                        AudioEngine::get_instance()->get_sampler()->note_on( offnote ); 
    268268                } 
    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 ); 
    270271        } 
    271272}