GUI: channel status, part 4

This commit is contained in:
tildearrow 2023-10-27 18:08:37 -05:00
parent 429119a186
commit d8daeb1169
7 changed files with 126 additions and 3 deletions

View file

@ -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;