From c335e2b88b051a1a14b0806ffabb257c2a0d0e74 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Jun 2007 02:17:40 +0000 Subject: 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 --- src/PatchagePort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PatchagePort.h') 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 -- cgit v1.2.1