From 48efe6c2933c00b02df66b4795ecc92baf06f6b6 Mon Sep 17 00:00:00 2001 From: Colin Fletcher Date: Fri, 14 Jun 2013 18:59:57 +0100 Subject: [PATCH] Add config variable for Freesound download folder location. --- libs/ardour/ardour/rc_configuration_vars.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index f19f8fe808..d8440f24f3 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -192,6 +192,7 @@ CONFIG_VARIABLE (bool, sound_midi_notes, "sound-midi-notes", false) CONFIG_VARIABLE (bool, use_plugin_own_gui, "use-plugin-own-gui", true) CONFIG_VARIABLE (uint32_t, max_recent_sessions, "max-recent-sessions", 10) CONFIG_VARIABLE (double, automation_thinning_factor, "automation-thinning-factor", 20.0) +CONFIG_VARIABLE (std::string, freesound_download_dir, "freesound-download-dir", Glib::get_home_dir() + "/Freesound/snd") /* denormal management */