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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user