Changeset 285
- Timestamp:
- 07/28/08 22:47:30 (5 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
gui/src/SongEditor/SongEditor.cpp (modified) (2 diffs)
-
gui/src/SoundLibrary/SoundLibraryPanel.cpp (modified) (1 diff)
-
libs/hydrogen/src/local_file_mgr.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/SongEditor/SongEditor.cpp
r270 r285 39 39 #include "../PatternEditor/PatternEditorPanel.h" 40 40 #include "../HydrogenApp.h" 41 #include "../InstrumentRack.h" 41 42 #include "../widgets/Button.h" 42 43 #include "../PatternFillDialog.h" … … 992 993 _ERRORLOG( "Error saving the pattern" ); 993 994 } 994 } 995 996 #ifdef WIN32 997 Sleep ( 10 ); 998 #else 999 usleep ( 10000 ); 1000 #endif 1001 HydrogenApp::getInstance()->getInstrumentRack()->getSoundLibraryPanel()->updateDrumkitList(); 1002 } 1003 1004 995 1005 996 1006 void SongEditorPatternList::patternPopup_edit() -
trunk/gui/src/SoundLibrary/SoundLibraryPanel.cpp
r283 r285 200 200 QString filenameforpattern = absPath + "/patterns/"; 201 201 202 202 203 203 if (pInfo) { 204 204 std::vector<QString> patternListforDrumkit = mng.getPatternsForDrumkit( pInfo->getName() ); -
trunk/libs/hydrogen/src/local_file_mgr.cpp
r284 r285 39 39 #include <hydrogen/fx/Effects.h> 40 40 41 #include "gui/src/HydrogenApp.h"42 #include "gui/src/InstrumentRack.h"43 41 44 42 #include <cstdlib> … … 245 243 246 244 247 #ifdef WIN32248 Sleep ( 5 );249 #else250 usleep ( 5000 );251 #endif252 245 253 246 return 0; // ok