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 89e853f..0a4ed91 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; - double delay; - double carry; + long double delay; + long double carry; /* The lag between visual content and audio content equals */ /* the sum of these two buffers. */ - double mindelay; - double maxdelay; + long double mindelay; + long double maxdelay; /* For internal usage */ int stored_samples; /* num of collected samples */ |