mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
OSC: set global variables in global space - crash fix
This commit is contained in:
parent
444497b571
commit
1cfd8b2203
1 changed files with 3 additions and 3 deletions
|
|
@ -37,10 +37,10 @@ OSCGlobalObserver::OSCGlobalObserver (Session& s, lo_address a, uint32_t gm, std
|
|||
: gainmode (gm)
|
||||
,feedback (fb)
|
||||
{
|
||||
addr = lo_address_new (lo_address_get_hostname(a) , lo_address_get_port(a));
|
||||
session = &s;
|
||||
_last_frame = -1;
|
||||
if (feedback[4]) {
|
||||
addr = lo_address_new (lo_address_get_hostname(a) , lo_address_get_port(a));
|
||||
session = &s;
|
||||
_last_frame = -1;
|
||||
|
||||
// connect to all the things we want to send feed back from
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue