diff options
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/EventBuffer.cpp | 4 | ||||
-rw-r--r-- | src/engine/EventBuffer.hpp | 4 | ||||
-rw-r--r-- | src/engine/JackMidiDriver.cpp | 2 | ||||
-rw-r--r-- | src/engine/LV2EventBuffer.cpp | 4 | ||||
-rw-r--r-- | src/engine/LV2EventBuffer.hpp | 4 | ||||
-rw-r--r-- | src/engine/LV2Info.hpp | 4 | ||||
-rw-r--r-- | src/engine/events/SetPortValue.cpp | 2 | ||||
-rw-r--r--[l---------] | src/engine/lv2_contexts.h | 2 |
8 files changed, 13 insertions, 13 deletions
diff --git a/src/engine/EventBuffer.cpp b/src/engine/EventBuffer.cpp index 5e3e8b4a..f8b97595 100644 --- a/src/engine/EventBuffer.cpp +++ b/src/engine/EventBuffer.cpp @@ -20,8 +20,8 @@ #include <iostream> #include "ingen-config.h" #include "EventBuffer.hpp" -#include "lv2ext/lv2_event.h" -#include "lv2ext/lv2_event_helpers.h" +#include "event.lv2/event.h" +#include "event.lv2/event-helpers.h" using namespace std; diff --git a/src/engine/EventBuffer.hpp b/src/engine/EventBuffer.hpp index 5f33f2de..b35fb13e 100644 --- a/src/engine/EventBuffer.hpp +++ b/src/engine/EventBuffer.hpp @@ -18,8 +18,8 @@ #ifndef EVENTBUFFER_H #define EVENTBUFFER_H -#include "lv2ext/lv2_event.h" -#include "lv2ext/lv2_event_helpers.h" +#include "event.lv2/event.h" +#include "event.lv2/event-helpers.h" #include "interface/DataType.hpp" #include "Buffer.hpp" #include "LV2EventBuffer.hpp" diff --git a/src/engine/JackMidiDriver.cpp b/src/engine/JackMidiDriver.cpp index 8c6a7020..61aacc06 100644 --- a/src/engine/JackMidiDriver.cpp +++ b/src/engine/JackMidiDriver.cpp @@ -22,7 +22,7 @@ #include "raul/midi_events.h" #include "module/World.hpp" #include "shared/LV2Features.hpp" -#include "lv2ext/lv2_event_helpers.h" +#include "event.lv2/event-helpers.h" #include "shared/LV2URIMap.hpp" #include "JackMidiDriver.hpp" #include "JackAudioDriver.hpp" diff --git a/src/engine/LV2EventBuffer.cpp b/src/engine/LV2EventBuffer.cpp index 88b7ad22..3f11790e 100644 --- a/src/engine/LV2EventBuffer.cpp +++ b/src/engine/LV2EventBuffer.cpp @@ -20,8 +20,8 @@ #include <iostream> #include "ingen-config.h" #include "LV2EventBuffer.hpp" -#include "lv2ext/lv2_event.h" -#include "lv2ext/lv2_event_helpers.h" +#include "event.lv2/event.h" +#include "event.lv2/event-helpers.h" using namespace std; diff --git a/src/engine/LV2EventBuffer.hpp b/src/engine/LV2EventBuffer.hpp index 755352c6..ce75d7cb 100644 --- a/src/engine/LV2EventBuffer.hpp +++ b/src/engine/LV2EventBuffer.hpp @@ -18,8 +18,8 @@ #ifndef LV2EVENTBUFFER_H #define LV2EVENTBUFFER_H -#include "lv2ext/lv2_event.h" -#include "lv2ext/lv2_event_helpers.h" +#include "event.lv2/event.h" +#include "event.lv2/event-helpers.h" namespace Ingen { diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp index f689e45f..2486efca 100644 --- a/src/engine/LV2Info.hpp +++ b/src/engine/LV2Info.hpp @@ -29,8 +29,8 @@ #include "module/World.hpp" #include "shared/LV2URIMap.hpp" #include "shared/LV2Features.hpp" -#include "lv2ext/lv2_uri_map.h" -#include "lv2ext/lv2_event.h" +#include "uri-map.lv2/uri-map.h" +#include "event.lv2/event.h" namespace Ingen { diff --git a/src/engine/events/SetPortValue.cpp b/src/engine/events/SetPortValue.cpp index cd845d3f..55919828 100644 --- a/src/engine/events/SetPortValue.cpp +++ b/src/engine/events/SetPortValue.cpp @@ -16,7 +16,7 @@ */ #include <sstream> -#include "lv2ext/lv2_event.h" +#include "event.lv2/event.h" #include "shared/LV2URIMap.hpp" #include "shared/LV2Features.hpp" #include "module/World.hpp" diff --git a/src/engine/lv2_contexts.h b/src/engine/lv2_contexts.h index a9c613f2..14e54b3b 120000..100644 --- a/src/engine/lv2_contexts.h +++ b/src/engine/lv2_contexts.h @@ -1 +1 @@ -../../../lv2/ext/contexts/lv2_contexts.h
\ No newline at end of file +link ../../../lv2/ext/contexts.lv2/contexts.h
\ No newline at end of file |