GUI: channel status, part 4
This commit is contained in:
parent
429119a186
commit
d8daeb1169
7 changed files with 126 additions and 3 deletions
|
|
@ -396,6 +396,15 @@ struct DivChannelModeHints {
|
|||
// - 9: misc 1
|
||||
// - 10: misc 2
|
||||
// - 11: misc 3
|
||||
// - 12: attack
|
||||
// - 13: decay
|
||||
// - 14: sustain
|
||||
// - 15: release
|
||||
// - 16: dec linear
|
||||
// - 17: dec exp
|
||||
// - 18: inc linear
|
||||
// - 19: inc bent
|
||||
// - 20: direct
|
||||
unsigned char type[4];
|
||||
// up to 4
|
||||
unsigned char count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue