From e050a7bfa17f86de89afff3341bd9c0581daae19 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Thu, 27 Dec 2007 23:49:40 +0000 Subject: [PATCH] add shortcuts to GarageBand audio data for SAE git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2815 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/sfdb_ui.cc | 5 +++++ 1 file changed, 5 insertions(+) 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;