mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
NOOP, whitespace
This commit is contained in:
parent
410cf8e79d
commit
9f842f3247
1 changed files with 202 additions and 203 deletions
|
|
@ -974,11 +974,10 @@ OSC::route_set_send_gain_dB (int rid, int sid, float val)
|
|||
int
|
||||
OSC::route_plugin_parameter (int rid, int piid, int par, float val)
|
||||
{
|
||||
if (!session) {
|
||||
if (!session)
|
||||
return -1;
|
||||
}
|
||||
|
||||
boost::shared_ptr<Route> r = session->route_by_remote_id (rid);
|
||||
boost::shared_ptr<Route> r = session->route_by_remote_id (rid)
|
||||
|
||||
if (!r) {
|
||||
PBD::error << "OSC: Invalid Remote Control ID '" << rid << "'" << endmsg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue