diff options
author | Tim E. Real <termtech@rogers.com> | 2012-11-17 12:02:30 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2012-11-17 12:02:30 +0000 |
commit | 92800b0f31abb9182d717edd4e921cdb0c74464d (patch) | |
tree | 034642c799cb58514720583f4386f86c37f87b54 /muse2/muse/globals.h | |
parent | 09ac0c4c9a32cdba453812c4ac1199414fcc2719 (diff) |
Added: Auto-start Jack upon MusE startup. Command-line disable switch -J added.
Diffstat (limited to 'muse2/muse/globals.h')
-rw-r--r-- | muse2/muse/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/globals.h b/muse2/muse/globals.h index 915486e1..da8221b9 100644 --- a/muse2/muse/globals.h +++ b/muse2/muse/globals.h @@ -85,6 +85,7 @@ extern bool loadDSSI; extern bool usePythonBridge; extern bool useLASH; extern bool useAlsaWithJack; +extern bool noAutoStartJack; extern bool realTimeScheduling; extern int realTimePriority; |