mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
OSC: Make sure observers are restarted if port changes
This commit is contained in:
parent
ea0808de2d
commit
5e4aa5455e
1 changed files with 1 additions and 1 deletions
|
|
@ -2094,7 +2094,7 @@ OSC::set_surface_port (uint32_t po, lo_message msg)
|
||||||
it++;
|
it++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
set_surface_feedback ((uint32_t) sur->feedback.to_ulong(), msg);
|
refresh_surface (msg);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue