From bb3fc091e0a5b9d1faa9198f3a72d1d332ddc85f Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 18 Oct 2017 03:03:49 +0300 Subject: Wave recording in demo tool and disable loop by default --- src/adlmidi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/adlmidi.h') diff --git a/src/adlmidi.h b/src/adlmidi.h index 5aa913b..c82ef63 100644 --- a/src/adlmidi.h +++ b/src/adlmidi.h @@ -49,7 +49,7 @@ struct ADL_MIDIPlayer unsigned int LogarithmicVolumes; int VolumeModel; unsigned int SkipForward; - unsigned int QuitWithoutLooping; + unsigned int loopingIsEnabled; unsigned int ScaleModulators; double delay; double carry; -- cgit v1.2.3