diff options
author | David Robillard <d@drobilla.net> | 2007-06-08 17:01:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-06-08 17:01:52 +0000 |
commit | 5c24064f179d2d3b838d9b4bcfeb1d6c516ea3bb (patch) | |
tree | b54ce73a2bdc402685d3c2dcf2154d88a511a84e /src/PatchagePort.h | |
parent | b11af4da2f170107124f5fb171a826d7ebb003fb (diff) | |
download | patchage-5c24064f179d2d3b838d9b4bcfeb1d6c516ea3bb.tar.gz patchage-5c24064f179d2d3b838d9b4bcfeb1d6c516ea3bb.tar.bz2 patchage-5c24064f179d2d3b838d9b4bcfeb1d6c516ea3bb.zip |
Use new Jack connection notifications instead of a full refresh (huge performance improvement).
git-svn-id: http://svn.drobilla.net/lad/patchage@536 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 4552b85..6109fba 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_ANY, JACK_AUDIO, JACK_MIDI, ALSA_MIDI }; +enum PortType { JACK_AUDIO, JACK_MIDI, ALSA_MIDI }; /** A Port on a PatchageModule |