keyOffAffectsArp is now per-channel
This commit is contained in:
parent
5fbaf71105
commit
65ab3a2b5d
13 changed files with 19 additions and 9 deletions
|
|
@ -34,7 +34,7 @@ class DivPlatformSMS: public DivDispatch {
|
|||
void acquire(short* bufL, short* bufR, size_t start, size_t len);
|
||||
int dispatch(DivCommand c);
|
||||
void tick();
|
||||
bool keyOffAffectsArp();
|
||||
bool keyOffAffectsArp(int ch);
|
||||
int init(DivEngine* parent, int channels, int sugRate);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue