implement relative pitch macro mode
This commit is contained in:
parent
77b4e57c58
commit
d211170e86
70 changed files with 469 additions and 158 deletions
|
|
@ -48,6 +48,10 @@ class DivPlatformLynx: public DivDispatch {
|
|||
unsigned char pan;
|
||||
bool active, insChanged, freqChanged, keyOn, keyOff, inPorta;
|
||||
signed char vol, outVol;
|
||||
void macroInit(DivInstrument* which) {
|
||||
std.init(which);
|
||||
pitch2=0;
|
||||
}
|
||||
Channel():
|
||||
std(),
|
||||
fd(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue