Enable sf3 extension (#3895)

Add sf3 file extension, move `sf2` to `soundfonts`.
This commit is contained in:
Tres Finocchiaro
2017-11-14 21:59:58 -05:00
committed by GitHub
parent 28a4eb27f2
commit 77b4985a2d
4 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ const QString TEMPLATE_PATH = "templates/";
const QString PRESETS_PATH = "presets/";
const QString SAMPLES_PATH = "samples/";
const QString GIG_PATH = "samples/gig/";
const QString SF2_PATH = "samples/sf2/";
const QString SF2_PATH = "samples/soundfonts/";
const QString LADSPA_PATH ="plugins/ladspa/";
const QString DEFAULT_THEME_PATH = "themes/default/";
const QString TRACK_ICON_PATH = "track_icons/";