mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-25 06:37:29 +01:00
prh: Small fix to /cue/send/enable feedback string
This commit is contained in:
parent
f0387f07bd
commit
18060e597e
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ OSCCueObserver::send_init()
|
|||
}
|
||||
|
||||
boost::shared_ptr<Processor> proc = boost::dynamic_pointer_cast<Processor> (send);
|
||||
proc->ActiveChanged.connect (send_connections, MISSING_INVALIDATOR, boost::bind (&OSCCueObserver::send_enabled_message, this, X_("/cue/send_enable"), i + 1, proc->enabled()), OSC::instance());
|
||||
proc->ActiveChanged.connect (send_connections, MISSING_INVALIDATOR, boost::bind (&OSCCueObserver::send_enabled_message, this, X_("/cue/send/enable"), i + 1, proc->enabled()), OSC::instance());
|
||||
send_enabled_message (X_("/cue/send/enable"), i + 1, proc->enabled());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue