allow loading .brr samples directly
This commit is contained in:
parent
d7c885774e
commit
cbdf23efa7
3 changed files with 45 additions and 8 deletions
|
|
@ -1556,9 +1556,9 @@ void FurnaceGUI::openFileDialog(FurnaceGUIFileDialogs type) {
|
|||
if (!dirExists(workingDirSample)) workingDirSample=getHomeDir();
|
||||
hasOpened=fileDialog->openLoad(
|
||||
"Load Sample",
|
||||
{"compatible files", "*.wav *.dmc",
|
||||
{"compatible files", "*.wav *.dmc *.brr",
|
||||
"all files", ".*"},
|
||||
"compatible files{.wav,.dmc},.*",
|
||||
"compatible files{.wav,.dmc,.brr},.*",
|
||||
workingDirSample,
|
||||
dpiScale
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue