misc fixes and new effects
- fix 8-bit samples - 0C effect - E3 effect
This commit is contained in:
parent
ccd5acf1e4
commit
c0f7f12c89
4 changed files with 35 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ struct DivChannelState {
|
|||
std::vector<DivDelayedCommand> delayed;
|
||||
int note, pitch, portaSpeed, portaNote;
|
||||
int volume, volSpeed, cut, rowDelay, volMax;
|
||||
int vibratoDepth, vibratoRate, vibratoPos;
|
||||
int vibratoDepth, vibratoRate, vibratoPos, vibratoDir;
|
||||
int tremoloDepth, tremoloRate, tremoloPos;
|
||||
unsigned char arp, arpStage;
|
||||
bool doNote, legato;
|
||||
|
|
@ -26,6 +26,7 @@ struct DivChannelState {
|
|||
vibratoDepth(0),
|
||||
vibratoRate(0),
|
||||
vibratoPos(0),
|
||||
vibratoDir(0),
|
||||
tremoloDepth(0),
|
||||
tremoloRate(0),
|
||||
tremoloPos(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue