mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
make custom lxvst path work..
This commit is contained in:
parent
92601f56f9
commit
d7dc62b340
1 changed files with 1 additions and 1 deletions
|
|
@ -1126,7 +1126,7 @@ private:
|
||||||
ResponseType r = (ResponseType) pd->run ();
|
ResponseType r = (ResponseType) pd->run ();
|
||||||
pd->hide();
|
pd->hide();
|
||||||
if (r == RESPONSE_ACCEPT) {
|
if (r == RESPONSE_ACCEPT) {
|
||||||
printf("%s", pd->get_serialized_paths().c_str());
|
_rc_config->set_plugin_path_lxvst(pd->get_serialized_paths());
|
||||||
}
|
}
|
||||||
delete pd;
|
delete pd;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue