mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
fix paths for testing samples
This commit is contained in:
parent
14621f3634
commit
a82b05b49c
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ TriggerBox::load_some_samples ()
|
||||||
try {
|
try {
|
||||||
for (size_t n = 0; paths[n]; ++n) {
|
for (size_t n = 0; paths[n]; ++n) {
|
||||||
|
|
||||||
string dir = "/usr/local/music/samples/Loops\ \(WAV\)/ASHRAM\ Afro\ Percussion\ Loops/";
|
string dir = "/usr/local/music/samples/Loops (WAV)/ASHRAM Afro Percussion Loops/";
|
||||||
string path = dir + paths[n];
|
string path = dir + paths[n];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue