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:
tildearrow 2025-10-31 05:03:58 -05:00
parent e8aeb45a12
commit 08a27be76f
5 changed files with 165 additions and 18 deletions

View file

@ -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);