add getPreferInsType

This commit is contained in:
tildearrow 2022-01-15 22:11:40 -05:00
parent 848373cb07
commit 3a340b99f4
2 changed files with 103 additions and 20 deletions

View file

@ -243,6 +243,9 @@ class DivEngine {
// - 5: FM operator
int getChannelType(int ch);
// get preferred instrument type
DivInstrumentType getPreferInsType(int ch);
// get sys name
const char* getSystemName(DivSystem sys);