mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
use the same location for MIDNAM files as the packaging/install uses
git-svn-id: svn://localhost/ardour2/branches/3.0@13989 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8584c29933
commit
7ae98e92ed
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ namespace ARDOUR {
|
|||
SearchPath
|
||||
midi_patch_search_path ()
|
||||
{
|
||||
SearchPath spath (ardour_config_search_path());
|
||||
SearchPath spath (ardour_data_search_path());
|
||||
spath.add_subdirectory_to_paths(midi_patch_dir_name);
|
||||
|
||||
bool midi_patch_path_defined = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue