Hold
A ground hold: a long note held from its begin to a single end joint.
Construct with the begin geometry, then set the end with :meth:with_step (or
:meth:add_step). An :class:Air note may be attached via :attr:air.
Functions
funcwith_step(self, *, t, x, w) -> SelfReturn a copy whose end joint is set (or moved) to the given timing/geometry.
paramselfparamtint | PositionLikeparamxintparamwintReturns
typing.Selffuncconverted(self, target, **overrides) -> TReturn a new note of type target carrying this note's geometry and joints.
paramselfparamtargettype[T]paramoverridesAny= {}Returns
margrete_rpc.chart.notes.long.Hold.converted[T]functo_raw(self, *, skip_validation=False) -> RawNoteConvert to a :class:RawNote tree (begin note with joint children).
paramselfparamskip_validationbool= FalseReturns
margrete_rpc.chart.notes.raw.RawNote