This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Merge pull request
#153
from escitalopram/fix-midi-cpu-hogging
Fix CPU hogging of the midi_thread()
tags/v1.9.11-RC1
Stéphane Letz
9 years ago
parent
22e843fc6a
400f318adb
commit
c996e6b79a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
linux/alsa/alsa_rawmidi.c
+ 1
- 1
linux/alsa/alsa_rawmidi.c
View File
@@ -43,7 +43,7 @@ enum {
NANOSLEEP_RESOLUTION = 7000
};
#define NFRAMES_INF
INT
_MAX
#define NFRAMES_INF
ULLONG
_MAX
enum {
#ifndef JACK_MIDI_DEBUG
Write
Preview
Loading…
Cancel
Save