summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 16:45:38 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 17:39:10 +0100
commite2982b5f760a862e091992dc0424b2f78c6b724b (patch)
treea18732fb244aab23317d311622f80902ae38a2da /src/AlsaDriver.hpp
parent8889e2c2d03a414c9e917a598ebfb213c5a28503 (diff)
downloadpatchage-e2982b5f760a862e091992dc0424b2f78c6b724b.tar.gz
patchage-e2982b5f760a862e091992dc0424b2f78c6b724b.tar.bz2
patchage-e2982b5f760a862e091992dc0424b2f78c6b724b.zip
Rename ModuleType to SignalDirection
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r--src/AlsaDriver.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp
index 33d8542..caaaf39 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -70,12 +70,12 @@ private:
static void* refresh_main(void* me);
void _refresh_main();
- PatchageModule* find_module(uint8_t client_id, ModuleType type);
+ PatchageModule* find_module(uint8_t client_id, SignalDirection type);
PatchageModule* find_or_create_module(Patchage* patchage,
uint8_t client_id,
const std::string& client_name,
- ModuleType type);
+ SignalDirection type);
void create_port_view_internal(snd_seq_addr_t addr,
PatchageModule*& parent,