GUI: channel status, part 3

This commit is contained in:
tildearrow 2023-10-27 04:23:35 -05:00
parent e28af73746
commit 20a5d9c089
5 changed files with 89 additions and 12 deletions

View file

@ -388,7 +388,14 @@ struct DivChannelModeHints {
// - 1: volume
// - 2: pitch
// - 3: panning
// - 4: ???
// - 4: chip primary
// - 5: chip secondary
// - 6: mixing
// - 7: DSP
// - 8: note
// - 9: misc 1
// - 10: misc 2
// - 11: misc 3
unsigned char type[4];
// up to 4
unsigned char count;