TrackLane struct
A TrackLane belongs to a Track (can have many TrackLanes in a Track) and contains Regions.
Contents
- Reference
Only Tracks that have Regions can have TrackLanes, such as InstrumentTrack and AudioTrack.
Public variables
- int pos
- Position in the Track.
- char* name
- Name of lane, e.g.
- int y
- TrackLaneWidget for this lane.
- double height
- Position of handle.
- int mute
- Muted or not.
- int solo
- Soloed or not.
- ZRegion** regions
- Regions in this track.
- uint8_t midi_ch
- MIDI channel, if MIDI lane, starting at 1.
- CustomButtonWidget* buttons
- Buttons used by the track widget.
- Track* track
- Owner track.