summaryrefslogtreecommitdiffstats
path: root/src/Configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration.hpp')
-rw-r--r--src/Configuration.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Configuration.hpp b/src/Configuration.hpp
index 2f502be..a80c581 100644
--- a/src/Configuration.hpp
+++ b/src/Configuration.hpp
@@ -27,9 +27,9 @@
enum ModuleType { Input, Output, InputOutput };
-enum PortType { JACK_AUDIO, JACK_MIDI, ALSA_MIDI };
+enum PortType { JACK_AUDIO, JACK_MIDI, ALSA_MIDI, JACK_OSC, JACK_CV };
-#define N_PORT_TYPES 3
+#define N_PORT_TYPES 5
struct Coord {
Coord(double x_=0, double y_=0) : x(x_), y(y_) {}