mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Added .ogg files to Load sample filter
This commit is contained in:
parent
7d350441cc
commit
6bfd6a86e1
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ void Gui::selectLoadSample( int track, int scene )
|
||||||
fnfc.title("Pick a file");
|
fnfc.title("Pick a file");
|
||||||
fnfc.type(Fl_Native_File_Chooser::BROWSE_FILE);
|
fnfc.type(Fl_Native_File_Chooser::BROWSE_FILE);
|
||||||
|
|
||||||
fnfc.filter("Audio\t{*.aiff,*.wav,*.flac}");
|
fnfc.filter("Audio\t{*.aiff,*.wav,*.flac,*.ogg}");
|
||||||
|
|
||||||
std::string defLoadPath = gui->getDiskReader()->getLastLoadedSamplePath();
|
std::string defLoadPath = gui->getDiskReader()->getLastLoadedSamplePath();
|
||||||
fnfc.directory( defLoadPath.c_str() ); // default directory to use
|
fnfc.directory( defLoadPath.c_str() ); // default directory to use
|
||||||
|
|
Loading…
Add table
Reference in a new issue