fix instrument load preview
This commit is contained in:
parent
54c6a05710
commit
f31f9a454d
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue