From 5d1f579900182f283a1c21ad4e59daf7f035e219 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Nov 2008 01:32:38 +0000 Subject: Move patch to /patch via HTTP to give a place for RESTful access to other things. Implement HTTP access to plugins. Work towards client being able to use HTTP to connect. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1712 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/HTTPEngineSender.cpp | 44 ++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 25 deletions(-) (limited to 'src/client/HTTPEngineSender.cpp') diff --git a/src/client/HTTPEngineSender.cpp b/src/client/HTTPEngineSender.cpp index 733e0ac7..312c10ba 100644 --- a/src/client/HTTPEngineSender.cpp +++ b/src/client/HTTPEngineSender.cpp @@ -63,14 +63,12 @@ HTTPEngineSender::attach(int32_t ping_id, bool block) void HTTPEngineSender::register_client(ClientInterface* client) { - } void HTTPEngineSender::unregister_client(const string& uri) { - } @@ -78,28 +76,24 @@ HTTPEngineSender::unregister_client(const string& uri) void HTTPEngineSender::load_plugins() { - } void HTTPEngineSender::activate() { - } void HTTPEngineSender::deactivate() { - } void HTTPEngineSender::quit() { - } @@ -108,23 +102,23 @@ HTTPEngineSender::quit() void HTTPEngineSender::new_patch(const string& path, - uint32_t poly) + uint32_t poly) { } void HTTPEngineSender::new_port(const string& path, - uint32_t index, - const string& data_type, - bool is_output) + uint32_t index, + const string& data_type, + bool is_output) { } void HTTPEngineSender::new_node(const string& path, - const string& plugin_uri) + const string& plugin_uri) { } @@ -135,16 +129,16 @@ HTTPEngineSender::new_node(const string& path, */ void HTTPEngineSender::new_node_deprecated(const string& path, - const string& plugin_type, - const string& library_name, - const string& plugin_label) + const string& plugin_type, + const string& library_name, + const string& plugin_label) { } void HTTPEngineSender::rename(const string& old_path, - const string& new_name) + const string& new_name) { } @@ -163,44 +157,44 @@ HTTPEngineSender::clear_patch(const string& patch_path) void HTTPEngineSender::connect(const string& src_port_path, - const string& dst_port_path) + const string& dst_port_path) { } void HTTPEngineSender::disconnect(const string& src_port_path, - const string& dst_port_path) + const string& dst_port_path) { } void HTTPEngineSender::disconnect_all(const string& parent_patch_path, - const string& node_path) + const string& node_path) { } void HTTPEngineSender::set_port_value(const string& port_path, - const Raul::Atom& value) + const Raul::Atom& value) { } void HTTPEngineSender::set_voice_value(const string& port_path, - uint32_t voice, - const Raul::Atom& value) + uint32_t voice, + const Raul::Atom& value) { } void HTTPEngineSender::set_program(const string& node_path, - uint32_t bank, - uint32_t program) + uint32_t bank, + uint32_t program) { } @@ -213,8 +207,8 @@ HTTPEngineSender::midi_learn(const string& node_path) void HTTPEngineSender::set_variable(const string& obj_path, - const string& predicate, - const Raul::Atom& value) + const string& predicate, + const Raul::Atom& value) { } -- cgit v1.2.1