Air
An air note: an upward/diagonal flick attached above a ground note.
Its geometry (t/p, x, w) must match the ground note it is attached to
(see :attr:_AirAttachable.air). Carries a :attr:dir direction and an
:attr:inverted flag.
Attributes
attributedirAirDirection= dirThe air direction (:class:AirDirection).
attributet= resolve_tick(t)attributex= xattributew= wattributeinvertedboolWhether the air note is inverted (downward).
attribute__repr__= __str__Functions
func__init__(self, dir, *, t, x, w, _info=None, _id=None) -> NoneCreate an air note.
paramselfparamdirAirDirectionLike | intAir direction (:class:AirDirection).
paramtint | PositionLikeAbsolute tick or :data:Position tuple (must match the host ground note).
paramxintLeft lane index (must match the host ground note).
paramwintWidth in lane units (must match the host ground note).
param_infoNoteInfo | None= Noneparam_idint | None= NoneReturns
Nonefuncvalidate(self) -> NoneparamselfReturns
Nonefuncto_raw(self, *, skip_validation=False) -> RawNoteparamselfparamskip_validationbool= FalseReturns
margrete_rpc.chart.notes.raw.RawNotefunc__str__(self) -> strparamselfReturns
str