Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Cmd.Track

Description

Get track-specific Cmds. Essentially, this detects the type of track under the selection, and then returns cmds from one of Cmd.NoteTrack, Cmd.PitchTrack, or Cmd.ControlTrack. This also handles per-instrument and per-scale cmds.

Synopsis

Documentation

event_and_note_step :: Cmd.M m => m TimeStep.TimeStep Source #

Like TimeStep.event_step, step to start and end of events. But also step to the start and end of the events of a parent note track, if any.