Skip to content

Commit

Permalink
-Added .ogg files to Load sample filter
Browse files Browse the repository at this point in the history
  • Loading branch information
harryhaaren committed Dec 10, 2013
1 parent 7d35044 commit 6bfd6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.cxx
Expand Up @@ -263,7 +263,7 @@ void Gui::selectLoadSample( int track, int scene )
fnfc.title("Pick a 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();
fnfc.directory( defLoadPath.c_str() ); // default directory to use
Expand Down

0 comments on commit 6bfd6a8

Please sign in to comment.