Margrete RPC

BpmEvent

A tempo change.

Attributes

attributebpmfloat
= bpm

Beats per minute from this tick onward.

attributet
= t

Tick or position at which the tempo takes effect.

Functions

func__init__(self, t, bpm) -> None
paramself
paramtint | PositionLike
parambpmfloat

Returns

None
func__eq__(self, other) -> bool
paramself
paramotherobject

Returns

bool
func__repr__(self) -> str
paramself

Returns

str
funcfrom_proto(cls, proto) -> BpmEvent
paramcls
paramprotomessages_pb2.BpmEvent

Returns

margrete_rpc.chart.events.BpmEvent
functo_proto(self) -> messages_pb2.BpmEvent
paramself

Returns

margrete_rpc._proto.margrete.rpc.v1.messages_pb2.margrete_rpc._proto.margrete.rpc.v1.messages_pb2.BpmEvent

On this page