summaryrefslogtreecommitdiff
path: root/libs/surfaces/websockets/feedback.h
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-02-22 12:49:52 +0100
committerRobin Gareus <robin@gareus.org>2020-02-22 23:10:24 +0100
commitbb448080b6f980e669222cc67dbbc6db9e7fb1fd (patch)
treeb2258df3e9260d70aa1d7725df55f6ba8fc2ffe0 /libs/surfaces/websockets/feedback.h
parentd8d70adab89a845da29fa6381bcda3ace341c7cb (diff)
Remove locally defined classes
Diffstat (limited to 'libs/surfaces/websockets/feedback.h')
-rw-r--r--libs/surfaces/websockets/feedback.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/surfaces/websockets/feedback.h b/libs/surfaces/websockets/feedback.h
index 3d04cf6d47..1b939d32c6 100644
--- a/libs/surfaces/websockets/feedback.h
+++ b/libs/surfaces/websockets/feedback.h
@@ -35,6 +35,11 @@ class ArdourFeedback : public SurfaceComponent
int start ();
int stop ();
+ void update_all (std::string, TypedValue) const;
+ void update_all (std::string, uint32_t, TypedValue) const;
+ void update_all (std::string, uint32_t, uint32_t, TypedValue) const;
+ void update_all (std::string, uint32_t, uint32_t, uint32_t, TypedValue) const;
+
private:
Glib::Threads::Mutex _client_state_lock;
@@ -49,11 +54,6 @@ class ArdourFeedback : public SurfaceComponent
void observe_strip_plugin_param_values (uint32_t, uint32_t,
boost::shared_ptr<ARDOUR::PluginInsert>);
- void update_all (std::string, TypedValue) const;
- void update_all (std::string, uint32_t, TypedValue) const;
- void update_all (std::string, uint32_t, uint32_t, TypedValue) const;
- void update_all (std::string, uint32_t, uint32_t, uint32_t, TypedValue) const;
-
};
#endif // ardour_feedback_h