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
commit
c996e6b79a
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save