diff options
author | David Robillard <d@drobilla.net> | 2007-06-08 02:17:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-06-08 02:17:40 +0000 |
commit | c335e2b88b051a1a14b0806ffabb257c2a0d0e74 (patch) | |
tree | b0a024b901f20254b3354cb7bb03f581b435c245 /src/PatchagePort.h | |
parent | 5a2358e39602607757fedd08a7355bede3cb8739 (diff) | |
download | patchage-c335e2b88b051a1a14b0806ffabb257c2a0d0e74.tar.gz patchage-c335e2b88b051a1a14b0806ffabb257c2a0d0e74.tar.bz2 patchage-c335e2b88b051a1a14b0806ffabb257c2a0d0e74.zip |
Monitor/change ALSA connections without refreshing entire canvas (much faster).
Waiting on JACK to provide the notification to do the same....
git-svn-id: http://svn.drobilla.net/lad/patchage@531 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchagePort.h')
-rw-r--r-- | src/PatchagePort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchagePort.h b/src/PatchagePort.h index 6109fba..4552b85 100644 --- a/src/PatchagePort.h +++ b/src/PatchagePort.h @@ -32,7 +32,7 @@ using namespace FlowCanvas; using std::string; using std::list; -enum PortType { JACK_AUDIO, JACK_MIDI, ALSA_MIDI }; +enum PortType { JACK_ANY, JACK_AUDIO, JACK_MIDI, ALSA_MIDI }; /** A Port on a PatchageModule |