comparison main/MainWindow.h @ 54:ec77936c268e

* Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows) * Add ability to open more than one audio file at once from the command line * Add plugin input source selection (with some caveats) * Show name of file being decoded in Ogg/mp3 decode progress dialog
author Chris Cannam
date Thu, 12 Oct 2006 14:56:28 +0000
parents 47bff9f88882
children 77c083741589
comparison
equal deleted inserted replaced
53:94f1c2747de4 54:ec77936c268e
62 ReplaceMainModel, 62 ReplaceMainModel,
63 CreateAdditionalModel, 63 CreateAdditionalModel,
64 AskUser 64 AskUser
65 }; 65 };
66 66
67 bool openSomeFile(QString path); 67 bool openSomeFile(QString path, AudioFileOpenMode = AskUser);
68 bool openAudioFile(QString path, AudioFileOpenMode = AskUser); 68 bool openAudioFile(QString path, AudioFileOpenMode = AskUser);
69 bool openLayerFile(QString path); 69 bool openLayerFile(QString path);
70 bool openSessionFile(QString path); 70 bool openSessionFile(QString path);
71 bool saveSessionFile(QString path); 71 bool saveSessionFile(QString path);
72 bool commitData(bool mayAskUser); // on session shutdown 72 bool commitData(bool mayAskUser); // on session shutdown