mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-24 00:53:35 -05:00
feat: first draft of multi-unit view
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user