summaryrefslogtreecommitdiffstats
path: root/src/Patchage.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-14 20:19:36 +0000
committerDavid Robillard <d@drobilla.net>2010-12-14 20:19:36 +0000
commit14921f4a865f0eb06b45cd70e3ee71e42a8148e0 (patch)
treea6309f596f6a8bcfb7886d31f3cd995e22948799 /src/Patchage.hpp
parent293ecec183eaf2f7fe04e1b4c291155f3fd5ac25 (diff)
downloadpatchage-14921f4a865f0eb06b45cd70e3ee71e42a8148e0.tar.gz
patchage-14921f4a865f0eb06b45cd70e3ee71e42a8148e0.tar.bz2
patchage-14921f4a865f0eb06b45cd70e3ee71e42a8148e0.zip
Add -J (or --no-jack) option to avoid auto-connecting to JACK at startup (fix ticket #524).
Better --help output, support -h as well. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2683 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r--src/Patchage.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp
index 86d40f3..ee3eba5 100644
--- a/src/Patchage.hpp
+++ b/src/Patchage.hpp
@@ -127,6 +127,7 @@ protected:
std::set< boost::shared_ptr<FlowCanvas::Module> > _pending_resize;
JackDriver* _jack_driver;
+ bool _jack_driver_autoattach;
StateManager* _state_manager;
Gtk::Main* _gtk_main;