mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
OSC: simplify code.
This commit is contained in:
parent
2b33d35e5c
commit
50e362ffd3
2 changed files with 27 additions and 43 deletions
|
|
@ -70,8 +70,8 @@ class OSCSelectObserver
|
|||
void text_message (std::string path, std::string text);
|
||||
void text_with_id (std::string path, uint32_t id, std::string name);
|
||||
void monitor_status (boost::shared_ptr<PBD::Controllable> controllable);
|
||||
void gain_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
|
||||
void gain_automation (std::string path);
|
||||
void gain_message ();
|
||||
void gain_automation ();
|
||||
void trim_message (std::string path, boost::shared_ptr<PBD::Controllable> controllable);
|
||||
// sends stuff
|
||||
void send_init (void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue