absolute C64 duty macros!

exclusive to .fur format
This commit is contained in:
tildearrow 2022-01-10 16:54:58 -05:00
parent 3fdcd3a4fc
commit 9f6bb570c9
3 changed files with 24 additions and 8 deletions

View file

@ -7,9 +7,9 @@ class DivMacroInt {
DivInstrument* ins;
int volPos, arpPos, dutyPos, wavePos;
public:
unsigned char vol;
signed char arp;
unsigned char duty, wave;
int vol;
int arp;
int duty, wave;
bool hasVol, hasArp, hasDuty, hasWave;
bool hadVol, hadArp, hadDuty, hadWave;
bool finishedVol, finishedArp, finishedDuty, finishedWave;