OSC: simplify code.

This commit is contained in:
Len Ovens 2017-05-10 07:10:44 -07:00
parent 2b33d35e5c
commit 50e362ffd3
2 changed files with 27 additions and 43 deletions

View file

@ -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);