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) -> NoneCreate a tap.
paramselfparamtint | PositionLikeAbsolute tick or :data:Position tuple.
paramxintLeft lane index.
paramwintWidth in lane units (at least 1).
param_infoNoteInfo | None= Noneparam_idint | None= NoneReturns
Nonefuncconverted(self, target, **overrides) -> TReturn a new note of type target with this note's geometry.
paramselfparamtargettype[T]The note class to convert to.
paramoverridesAny= {}Returns
margrete_rpc.chart.notes.ground.Tap.converted[T]