Skip to main content

addBeat

Description​

Adds a new beat to this masterbar following the slicing logic required by the MidiTickLookup.

addBeat(beat: Beat, beatPlaybackStart: number, sliceStart: number, sliceDuration: number): void
ParameterSummary
beatAll

The beat to add to this masterbat

beatPlaybackStartAll

The original start of this beat. This time is relevant for highlighting.

sliceStartAll

The slice start to which this beat should be added. This time is relevant for creating new slices.

sliceDurationAll

The slice duration to which this beat should be added. This time is relevant for creating new slices.

Returns​

The first item of the chain which was affected.