feat: first draft of multi-unit view

This commit is contained in:
qm210
2024-11-10 23:23:06 +01:00
parent 8d71cf3ca7
commit 5be1743204
14 changed files with 497 additions and 296 deletions

View File

@ -66,7 +66,8 @@ type (
// when linkInstrTrack is false, editing an instrument does not change
// the track. when true, editing an instrument changes the tracks (e.g.
// reordering or deleting instrument can delete track)
linkInstrTrack bool
linkInstrTrack bool
enableMultiUnits bool
voiceLevels [vm.MAX_VOICES]float32