mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
add shortcuts to GarageBand audio data for SAE
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2815 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a29a7b7bef
commit
e050a7bfa1
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue