fix instrument load preview
This commit is contained in:
parent
54c6a05710
commit
f31f9a454d
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ struct DivChannelState {
|
|||
|
||||
struct DivNoteEvent {
|
||||
signed char channel;
|
||||
unsigned char ins;
|
||||
short ins;
|
||||
signed char note, volume;
|
||||
bool on, nop, insChange, fromMIDI;
|
||||
DivNoteEvent(int c, int i, int n, int v, bool o, bool ic=false, bool fm=false):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue