fix instrument load preview

This commit is contained in:
tildearrow 2024-01-20 02:34:21 -05:00
parent 54c6a05710
commit f31f9a454d

View file

@ -174,7 +174,7 @@ struct DivChannelState {
struct DivNoteEvent { struct DivNoteEvent {
signed char channel; signed char channel;
unsigned char ins; short ins;
signed char note, volume; signed char note, volume;
bool on, nop, insChange, fromMIDI; bool on, nop, insChange, fromMIDI;
DivNoteEvent(int c, int i, int n, int v, bool o, bool ic=false, bool fm=false): DivNoteEvent(int c, int i, int n, int v, bool o, bool ic=false, bool fm=false):