prepare to move things around
speed dial commands and speed delays will be moved to e0-ff in order to accelerate command check process (one cmp as opposed to a large command call table)
This commit is contained in:
parent
a2269bc2b1
commit
ecc60a3a64
4 changed files with 100 additions and 111 deletions
|
|
@ -36,7 +36,7 @@ struct DivCSChannelState {
|
|||
|
||||
int note, pitch;
|
||||
int volume, volMax, volSpeed, volSpeedTarget;
|
||||
int vibratoDepth, vibratoRate, vibratoPos;
|
||||
int vibratoDepth, vibratoRate, vibratoPos, vibratoRange, vibratoShape;
|
||||
int portaTarget, portaSpeed;
|
||||
unsigned char arp, arpStage, arpTicks, loopCount;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue