summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
l---------hosts/event.lv21
l---------hosts/lv2_event.h1
l---------hosts/lv2_event_helpers.h1
-rw-r--r--hosts/lv2_jack_host.c6
-rw-r--r--hosts/lv2_uri_map.h1
l---------hosts/uri-map.lv21
6 files changed, 5 insertions, 6 deletions
diff --git a/hosts/event.lv2 b/hosts/event.lv2
new file mode 120000
index 0000000..5e8f78b
--- /dev/null
+++ b/hosts/event.lv2
@@ -0,0 +1 @@
+../../lv2/ext/event.lv2 \ No newline at end of file
diff --git a/hosts/lv2_event.h b/hosts/lv2_event.h
deleted file mode 120000
index 9deea12..0000000
--- a/hosts/lv2_event.h
+++ /dev/null
@@ -1 +0,0 @@
-../../lv2/ext/event/lv2_event.h \ No newline at end of file
diff --git a/hosts/lv2_event_helpers.h b/hosts/lv2_event_helpers.h
deleted file mode 120000
index 846659f..0000000
--- a/hosts/lv2_event_helpers.h
+++ /dev/null
@@ -1 +0,0 @@
-../../lv2/ext/event/lv2_event_helpers.h \ No newline at end of file
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c
index ebeb96b..438421f 100644
--- a/hosts/lv2_jack_host.c
+++ b/hosts/lv2_jack_host.c
@@ -26,9 +26,9 @@
#include <jack/jack.h>
#include <jack/midiport.h>
#include "slv2/slv2.h"
-#include "lv2_uri_map.h"
-#include "lv2_event.h"
-#include "lv2_event_helpers.h"
+#include "uri-map.lv2/uri-map.h"
+#include "event.lv2/event.h"
+#include "event.lv2/event-helpers.h"
#include "jack_compat.h"
#define MIDI_BUFFER_SIZE 1024
diff --git a/hosts/lv2_uri_map.h b/hosts/lv2_uri_map.h
deleted file mode 100644
index 7448585..0000000
--- a/hosts/lv2_uri_map.h
+++ /dev/null
@@ -1 +0,0 @@
-link ../../lv2/ext/uri-map/lv2_uri_map.h \ No newline at end of file
diff --git a/hosts/uri-map.lv2 b/hosts/uri-map.lv2
new file mode 120000
index 0000000..0c13eb8
--- /dev/null
+++ b/hosts/uri-map.lv2
@@ -0,0 +1 @@
+../../lv2/ext/uri-map.lv2 \ No newline at end of file