Extap
An ex-tap note carrying a flick :attr:dir direction.
Same geometry as :class:Tap, plus a directional attribute. See :class:Tap for the
constructor's timing/lane arguments.
Attributes
attributedirExtapDirection= dirThe note's direction (:class:ExtapDirection).
Functions
func__init__(self, *, t, x, w, dir=ExtapDirection.UP, _info=None, _id=None) -> NoneCreate an ex-tap. See :class:Tap for t/x/w; dir sets the
flick direction (:class:ExtapDirection).
paramselfparamtint | PositionLikeparamxintparamwintparamdirExtapDirectionLike | int= ExtapDirection.UPparam_infoNoteInfo | None= Noneparam_idint | None= NoneReturns
Nonefunc_base_raw(self) -> RawNoteparamselfReturns
margrete_rpc.chart.notes.raw.RawNotefunc_str_parts(self) -> list[str]paramselfReturns
list[str]funcconverted(self, target, **overrides) -> TReturn a new note of type target with this note's geometry.
paramselfparamtargettype[T]paramoverridesAny= {}Returns
margrete_rpc.chart.notes.ground.Extap.converted[T]