OSC fix plugin numbering:
ignore non-plugin processors for OSC /ardour/routes/plugin/parameter fixes issue with hidden internal processors. (rec-en track adds a hidden [meter] processor at the top, internal returns on busses have returns etc.)
This commit is contained in:
parent
a563007fcc
commit
17e1e2641b
@ -984,7 +984,7 @@ OSC::route_plugin_parameter (int rid, int piid, int par, float val)
|
||||
return -1;
|
||||
}
|
||||
|
||||
boost::shared_ptr<Processor> redi=r->nth_processor (piid);
|
||||
boost::shared_ptr<Processor> redi=r->nth_plugin (piid);
|
||||
|
||||
if (!redi) {
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user