This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Make event debugging a separate option.
tags/non-sequencer-v1.9.4
Jonathan Moore Liles
17 years ago
parent
7e22c27576
commit
c9b604502c
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+1
-1
jack.C
+ 2
- 0
Makefile
View File
@@ -30,6 +30,8 @@ ifeq ($(USE_LASH),1)
CXXFLAGS+=-DUSE_LASH `pkg-config --cflags lash-1.0`
endif
# uncomment this line to print each playback event to the console (not RT safe)
# CXXFLAGS+= -DDEBUG_EVENTS
SRCS= \
canvas.C \
+ 1
- 1
jack.C
View File
@@ -150,7 +150,7 @@ midi_write_event ( int port, const midievent *e )
return;
}
#if
n
def
N
DEBUG
#ifdef DEBUG
_EVENTS
e->pretty_print();
#endif
Write
Preview
Loading…
Cancel
Save