Margrete RPC

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
= dir

The note's direction (:class:ExtapDirection).

Functions

func__init__(self, *, t, x, w, dir=ExtapDirection.UP, _info=None, _id=None) -> None

Create an ex-tap. See :class:Tap for t/x/w; dir sets the flick direction (:class:ExtapDirection).

paramself
paramtint | PositionLike
paramxint
paramwint
paramdirExtapDirectionLike | int
= ExtapDirection.UP
param_infoNoteInfo | None
= None
param_idint | None
= None

Returns

None
func_base_raw(self) -> RawNote
paramself

Returns

margrete_rpc.chart.notes.raw.RawNote
func_str_parts(self) -> list[str]
paramself

Returns

list[str]
funcconverted(self, target, **overrides) -> T

Return a new note of type target with this note's geometry.

paramself
paramtargettype[T]
paramoverridesAny
= {}

Returns

margrete_rpc.chart.notes.ground.Extap.converted[T]

On this page