fix: Synth button shown on section/audio tracks
Synth button was unconditional in TCP. Now gated: track.midiItems?.length > 0 && !track.sections?.length Section tracks: Synth hidden (sections are containers). MIDI tracks: Synth shown. Audio tracks: Synth hidden. FX button stays unconditional for all track types.
This commit is contained in:
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user