mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
OSC: Actually set feedback on first /strip/command
This commit is contained in:
parent
24d5f1a624
commit
d42da9046e
1 changed files with 6 additions and 0 deletions
|
|
@ -1439,6 +1439,12 @@ OSC::get_surface (lo_address addr)
|
|||
s.nstrips = s.strips.size();
|
||||
_surface.push_back (s);
|
||||
|
||||
// set bank and strip feedback
|
||||
_set_bank(s.bank, addr);
|
||||
|
||||
// Set global/master feedback
|
||||
global_feedback (s.feedback, addr, s.gainmode);
|
||||
|
||||
return &_surface[_surface.size() - 1];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue