more changes to autoNoteOn
now that there's a second prefer ins type, we get rid of DIV_INS_AMIGA check
This commit is contained in:
parent
f2b974acc5
commit
c0df205f2d
2 changed files with 4 additions and 1 deletions
|
|
@ -523,6 +523,9 @@ class DivEngine {
|
|||
// get preferred instrument type
|
||||
DivInstrumentType getPreferInsType(int ch);
|
||||
|
||||
// get alternate instrument type
|
||||
DivInstrumentType getPreferInsSecondType(int ch);
|
||||
|
||||
// get song system name
|
||||
const char* getSongSystemName();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue