Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 515888
Collapse All | Expand All

(-)a/src/audio/midi.c (-1 / +7 lines)
Lines 29-34 Link Here
29
29
30
#define SHAVING (0.01) //seconds to shave off a note start time to ensure stopping before noteon is sent, and starting with noteon first note may depend of speed of machine??? FIXME 
30
#define SHAVING (0.01) //seconds to shave off a note start time to ensure stopping before noteon is sent, and starting with noteon first note may depend of speed of machine??? FIXME 
31
31
32
#ifndef HAVE_PORTAUDIO 
33
gdouble get_playback_speed (void) 
34
{ 
35
 return 1.0; 
36
} 
37
void set_playback_speed (double speed) {} 
38
#endif 
32
39
33
static volatile gboolean playing = FALSE; 
40
static volatile gboolean playing = FALSE; 
34
41
35
- 

Return to bug 515888