remove loop command from command stream
it is unused
This commit is contained in:
parent
334d4bab67
commit
134954412d
5 changed files with 20 additions and 24 deletions
|
|
@ -38,7 +38,7 @@ struct DivCSChannelState {
|
|||
int volume, volMax, volSpeed, volSpeedTarget;
|
||||
int vibratoDepth, vibratoRate, vibratoPos, vibratoRange, vibratoShape;
|
||||
int portaTarget, portaSpeed;
|
||||
unsigned char arp, arpStage, arpTicks, loopCount;
|
||||
unsigned char arp, arpStage, arpTicks;
|
||||
|
||||
unsigned int callStack[DIV_MAX_CSSTACK];
|
||||
unsigned char callStackPos;
|
||||
|
|
@ -66,7 +66,6 @@ struct DivCSChannelState {
|
|||
arp(0),
|
||||
arpStage(0),
|
||||
arpTicks(0),
|
||||
loopCount(0),
|
||||
callStackPos(0),
|
||||
tracePos(0) {
|
||||
for (int i=0; i<DIV_MAX_CSTRACE; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue