summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2007-12-27 23:49:40 +0000
committerBen Loftis <ben@glw.com>2007-12-27 23:49:40 +0000
commite050a7bfa17f86de89afff3341bd9c0581daae19 (patch)
treec3c4f2fba991bb771117bd1c231e2c6dce1788d8 /gtk2_ardour/sfdb_ui.cc
parenta29a7b7bef6713931f130a295cefd20fb0f21d3b (diff)
add shortcuts to GarageBand audio data for SAE
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2815 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index 5448e17adb..2db82f3536 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -392,6 +392,11 @@ SoundFileBrowser::SoundFileBrowser (Gtk::Window& parent, string title, ARDOUR::S
found_search_btn (_("Search"))
{
+ if (ARDOUR::Profile->get_sae()) {
+ chooser.add_shortcut_folder_uri("file:///Library/GarageBand/Apple Loops");
+ chooser.add_shortcut_folder_uri("file:///Library/Application Support/GarageBand/Instrument Library/Sampler/Sampler Files");
+ }
+
VBox* vbox;
HBox* hbox;