diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-11-05 21:01:37 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-11-05 21:01:37 +0300 |
commit | 3bcaac365e914b82f80839e047ebedd6b81fc634 (patch) | |
tree | 61105b57fac1fed72f5562ee47f7829bb0af1fb0 /src/adlmidi_private.hpp | |
parent | 44b9892c91476fe4e64b67f3868322b097003335 (diff) | |
download | libADLMIDI-3bcaac365e914b82f80839e047ebedd6b81fc634.tar.gz libADLMIDI-3bcaac365e914b82f80839e047ebedd6b81fc634.tar.bz2 libADLMIDI-3bcaac365e914b82f80839e047ebedd6b81fc634.zip |
Tri-state for deep-tremolo/vibrato/sm/adlib-percussion modes
By default every flag will have "auto" type which means mode will be set in dependence on a bank.
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index a0f2a51..42e24e2 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -629,14 +629,14 @@ public: unsigned int AdlBank; unsigned int NumFourOps; unsigned int NumCards; - bool HighTremoloMode; - bool HighVibratoMode; - bool AdlPercussionMode; + int HighTremoloMode; + int HighVibratoMode; + int AdlPercussionMode; bool LogarithmicVolumes; int VolumeModel; - unsigned int SkipForward; - bool loopingIsEnabled; - bool ScaleModulators; + //unsigned int SkipForward; + bool loopingIsEnabled; + int ScaleModulators; double delay; double carry; |