Margrete RPC

Direction

The full set of note directions as wire-level integer codes.

Each note type uses a relevant subset, exposed through the readable string enums :class:AirDirection, :class:ExtapDirection, and :class:FlickDirection.

Attributes

attributeNONE
= messages_pb2.DIRECTION_NONE
attributeAUTO
= messages_pb2.DIRECTION_AUTO
attributeUP
= messages_pb2.DIRECTION_UP
attributeDOWN
= messages_pb2.DIRECTION_DOWN
attributeCENTER
= messages_pb2.DIRECTION_CENTER
attributeLEFT
= messages_pb2.DIRECTION_LEFT
attributeRIGHT
= messages_pb2.DIRECTION_RIGHT
attributeUP_LEFT
= messages_pb2.DIRECTION_UPLEFT
attributeUP_RIGHT
= messages_pb2.DIRECTION_UPRIGHT
attributeDOWN_LEFT
= messages_pb2.DIRECTION_DOWNLEFT
attributeDOWN_RIGHT
= messages_pb2.DIRECTION_DOWNRIGHT
attributeROTATE_LEFT
= messages_pb2.DIRECTION_ROTATE_LEFT
attributeROTATE_RIGHT
= messages_pb2.DIRECTION_ROTATE_RIGHT
attributeIN_OUT
= messages_pb2.DIRECTION_INOUT
attributeOUT_IN
= messages_pb2.DIRECTION_OUTIN

On this page