Mercurial > hg > sonic-visualiser
diff 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 |
line wrap: on
line diff
--- a/main/MainWindow.h Wed Oct 11 16:18:51 2006 +0000 +++ b/main/MainWindow.h Thu Oct 12 14:56:28 2006 +0000 @@ -64,7 +64,7 @@ AskUser }; - bool openSomeFile(QString path); + bool openSomeFile(QString path, AudioFileOpenMode = AskUser); bool openAudioFile(QString path, AudioFileOpenMode = AskUser); bool openLayerFile(QString path); bool openSessionFile(QString path);