diff options
author | Tim E. Real <termtech@rogers.com> | 2010-10-16 02:08:48 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-10-16 02:08:48 +0000 |
commit | 250b9712f41aacb2b5dc3660878b55b5935f2c6f (patch) | |
tree | 6fa260828dc5c5cb630b0dcb2ebd6ae592d3c372 /muse2/muse/globals.h | |
parent | 0e4fa958b9cab8ab68147df204abe0e33ee5e405 (diff) |
See ChangeLog
Diffstat (limited to 'muse2/muse/globals.h')
-rw-r--r-- | muse2/muse/globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/muse/globals.h b/muse2/muse/globals.h index 5fdaf754..d7e3ac70 100644 --- a/muse2/muse/globals.h +++ b/muse2/muse/globals.h @@ -184,6 +184,10 @@ extern RouteMenuMap gRoutingMenuMap; // Whether the routes popup was shown by clicking the output routes button, or input routes button. extern bool gIsOutRoutingPopupMenu; +// p3.3.55 +#define JACK_MIDI_OUT_PORT_SUFFIX "_out" +#define JACK_MIDI_IN_PORT_SUFFIX "_in" + extern uid_t euid, ruid; extern void doSetuid(); extern void undoSetuid(); |