Margrete RPC

Tap

A basic tap note on the ground lane.

Ground notes are placed by timing and lane geometry: pass an absolute tick or :data:Position tuple as t, a left lane index x, and a width w. An :class:Air note may be attached above a ground note.

Functions

func__init__(self, *, t, x, w, _info=None, _id=None) -> None

Create a tap.

paramself
paramtint | PositionLike

Absolute tick or :data:Position tuple.

paramxint

Left lane index.

paramwint

Width in lane units (at least 1).

param_infoNoteInfo | None
= None
param_idint | None
= None

Returns

None
funcconverted(self, target, **overrides) -> T

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

paramself
paramtargettype[T]

The note class to convert to.

paramoverridesAny
= {}

Returns

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

On this page