- Timestamp:
- 02/10/09 12:49:42 (4 years ago)
- Location:
- branches/new_fx_rack_and_sample_fun
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
libs/hydrogen/src/sampler/sampler.cpp (modified) (1 diff)
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 796 796 797 797 if ( mSong->get_mode() == Song::PATTERN_MODE || 798 ( !Preferences::getInstance()->__recordsong &&pEngine->getState() != STATE_PLAYING )){798 ( pEngine->getState() != STATE_PLAYING )){ 799 799 PatternList *pPatternList = mSong->get_pattern_list(); 800 800 if ( ( selectedpattern != -1 )