summaryrefslogtreecommitdiffstats
path: root/src/Configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration.hpp')
-rw-r--r--src/Configuration.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Configuration.hpp b/src/Configuration.hpp
index 3ea564b..e58e170 100644
--- a/src/Configuration.hpp
+++ b/src/Configuration.hpp
@@ -25,18 +25,18 @@
enum class ModuleType
{
- Input,
- Output,
- InputOutput
+ input,
+ output,
+ input_output,
};
enum class PortType
{
- JACK_AUDIO,
- JACK_MIDI,
- ALSA_MIDI,
- JACK_OSC,
- JACK_CV
+ jack_audio,
+ jack_midi,
+ alsa_midi,
+ jack_osc,
+ jack_cv,
};
#define N_PORT_TYPES 5