From 042a3d2004d47e7d4c5b11d26e23b70c1c716aac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Nov 2020 18:08:42 +0100 Subject: Move PortType to its own header --- src/Configuration.hpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/Configuration.hpp') diff --git a/src/Configuration.hpp b/src/Configuration.hpp index c39ab01..81b9e84 100644 --- a/src/Configuration.hpp +++ b/src/Configuration.hpp @@ -17,6 +17,7 @@ #ifndef PATCHAGE_CONFIGURATION_HPP #define PATCHAGE_CONFIGURATION_HPP +#include "PortType.hpp" #include "SignalDirection.hpp" #include @@ -25,15 +26,6 @@ #include #include -enum class PortType -{ - jack_audio, - jack_midi, - alsa_midi, - jack_osc, - jack_cv, -}; - #define N_PORT_TYPES 5 struct Coord -- cgit v1.2.1