Show
Ignore:
Timestamp:
02/10/09 12:49:42 (4 years ago)
Author:
wolke
Message:

apply rec. button patch from pablomme and merge 772:780 from trunk

Location:
branches/new_fx_rack_and_sample_fun
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/new_fx_rack_and_sample_fun

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/new_fx_rack_and_sample_fun/libs/hydrogen/src/sampler/sampler.cpp

    r742 r781  
    796796 
    797797                if ( mSong->get_mode() == Song::PATTERN_MODE || 
    798                 ( !Preferences::getInstance()->__recordsong && pEngine->getState() != STATE_PLAYING )){ 
     798                ( pEngine->getState() != STATE_PLAYING )){ 
    799799                        PatternList *pPatternList = mSong->get_pattern_list(); 
    800800                        if ( ( selectedpattern != -1 )