summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-27 19:20:53 +0000
committerDavid Robillard <d@drobilla.net>2012-04-27 19:20:53 +0000
commitfd1e2ef17c7799e8c5d5965932c3bec1570262bd (patch)
tree7fbe21dd87d688ae2d1a124e479e36698cf63bad /ingen
parent6dfca027bb8981322b6d2671d687b1e970a4f6f1 (diff)
downloadingen-fd1e2ef17c7799e8c5d5965932c3bec1570262bd.tar.gz
ingen-fd1e2ef17c7799e8c5d5965932c3bec1570262bd.tar.bz2
ingen-fd1e2ef17c7799e8c5d5965932c3bec1570262bd.zip
Implement connecting via atom interface.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4285 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r--ingen/shared/AtomReader.hpp2
-rw-r--r--ingen/shared/URIs.hpp6
2 files changed, 5 insertions, 3 deletions
diff --git a/ingen/shared/AtomReader.hpp b/ingen/shared/AtomReader.hpp
index 7cbacd29..f57dffa7 100644
--- a/ingen/shared/AtomReader.hpp
+++ b/ingen/shared/AtomReader.hpp
@@ -41,6 +41,8 @@ public:
void write(const LV2_Atom* msg);
private:
+ void get_uri(const LV2_Atom* in, Raul::Atom& out);
+
void get_props(const LV2_Atom_Object* obj,
Ingen::Resource::Properties& props);
diff --git a/ingen/shared/URIs.hpp b/ingen/shared/URIs.hpp
index 0014961f..c4086bb5 100644
--- a/ingen/shared/URIs.hpp
+++ b/ingen/shared/URIs.hpp
@@ -60,7 +60,7 @@ public:
const Quark atom_eventTransfer;
const Quark atom_supports;
const Quark doap_name;
- const Quark ingen_Connection;
+ const Quark ingen_Edge;
const Quark ingen_Internal;
const Quark ingen_Node;
const Quark ingen_Patch;
@@ -70,17 +70,17 @@ public:
const Quark ingen_canvasX;
const Quark ingen_canvasY;
const Quark ingen_controlBinding;
- const Quark ingen_destination;
const Quark ingen_document;
const Quark ingen_enabled;
const Quark ingen_engine;
+ const Quark ingen_head;
const Quark ingen_nil;
const Quark ingen_node;
const Quark ingen_polyphonic;
const Quark ingen_polyphony;
const Quark ingen_sampleRate;
const Quark ingen_selected;
- const Quark ingen_source;
+ const Quark ingen_tail;
const Quark ingen_uiEmbedded;
const Quark ingen_value;
const Quark lv2_AudioPort;