GUI: chord input
looks like a horrid hack, but it works I'll improve some of the code at some point
This commit is contained in:
parent
e8aeb45a12
commit
08a27be76f
5 changed files with 165 additions and 18 deletions
|
|
@ -1202,6 +1202,10 @@ class DivEngine {
|
|||
// set whether autoNoteIn is mono or poly
|
||||
void setAutoNotePoly(bool poly);
|
||||
|
||||
// get next viable channel with an offset
|
||||
// chan is the base channel, off is the offset and ins is the instrument.
|
||||
int getViableChannel(int chan, int off, int ins);
|
||||
|
||||
// go to order
|
||||
void setOrder(unsigned char order);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue