mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
OSC: mark session dirty if setup changes
This commit is contained in:
parent
1a6a72b57a
commit
3e3791b72e
3 changed files with 11 additions and 1 deletions
|
|
@ -660,6 +660,12 @@ OSC::get_unix_server_url()
|
|||
return url;
|
||||
}
|
||||
|
||||
void
|
||||
OSC::gui_changed ()
|
||||
{
|
||||
session->set_dirty();
|
||||
}
|
||||
|
||||
void
|
||||
OSC::listen_to_route (boost::shared_ptr<Stripable> strip, lo_address addr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue