absolute C64 duty macros!
exclusive to .fur format
This commit is contained in:
parent
3fdcd3a4fc
commit
9f6bb570c9
3 changed files with 24 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue