diff options
Diffstat (limited to 'src/adlmidi.h')
-rw-r--r-- | src/adlmidi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/adlmidi.h b/src/adlmidi.h index 0a4ed91..89e853f 100644 --- a/src/adlmidi.h +++ b/src/adlmidi.h @@ -52,13 +52,13 @@ struct ADL_MIDIPlayer unsigned int SkipForward; unsigned int QuitWithoutLooping; unsigned int ScaleModulators; - long double delay; - long double carry; + double delay; + double carry; /* The lag between visual content and audio content equals */ /* the sum of these two buffers. */ - long double mindelay; - long double maxdelay; + double mindelay; + double maxdelay; /* For internal usage */ int stored_samples; /* num of collected samples */ |