summaryrefslogtreecommitdiffstats
path: root/src/Configuration.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 18:08:42 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 21:09:38 +0100
commit042a3d2004d47e7d4c5b11d26e23b70c1c716aac (patch)
treef2dc52c2320db13f1eebcc4e2d6371ce379cdf8e /src/Configuration.hpp
parenta22750e70aec9d5109dde2d4cb647f7f1e736f95 (diff)
downloadpatchage-042a3d2004d47e7d4c5b11d26e23b70c1c716aac.tar.gz
patchage-042a3d2004d47e7d4c5b11d26e23b70c1c716aac.tar.bz2
patchage-042a3d2004d47e7d4c5b11d26e23b70c1c716aac.zip
Move PortType to its own header
Diffstat (limited to 'src/Configuration.hpp')
-rw-r--r--src/Configuration.hpp10
1 files changed, 1 insertions, 9 deletions
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 <boost/optional.hpp>
@@ -25,15 +26,6 @@
#include <map>
#include <string>
-enum class PortType
-{
- jack_audio,
- jack_midi,
- alsa_midi,
- jack_osc,
- jack_cv,
-};
-
#define N_PORT_TYPES 5
struct Coord