mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to workaround bug in Glib
git-svn-id: svn://localhost/ardour2/branches/3.0@6329 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c38e02285f
commit
b8b55ef003
18 changed files with 183 additions and 214 deletions
|
|
@ -27,7 +27,7 @@ ControlProtocol*
|
|||
new_osc_protocol (ControlProtocolDescriptor* /*descriptor*/, Session* s)
|
||||
{
|
||||
OSC* osc = new OSC (*s, Config->get_osc_port());
|
||||
|
||||
|
||||
osc->set_active (true);
|
||||
|
||||
return osc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue