aboutsummaryrefslogtreecommitdiffstats
path: root/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/port.h b/src/port.h
index 44f8411..6b5e522 100644
--- a/src/port.h
+++ b/src/port.h
@@ -6,6 +6,7 @@
#include "attributes.h"
#include "lv2_evbuf.h"
+#include "types.h"
#include "lilv/lilv.h"
@@ -14,16 +15,6 @@
JALV_BEGIN_DECLS
-typedef enum { FLOW_UNKNOWN, FLOW_INPUT, FLOW_OUTPUT } PortFlow;
-
-typedef enum {
- TYPE_UNKNOWN,
- TYPE_CONTROL,
- TYPE_AUDIO,
- TYPE_EVENT,
- TYPE_CV
-} PortType;
-
typedef struct {
const LilvPort* lilv_port; ///< LV2 port
PortType type; ///< Data type