Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Fix Whammy Bar and Touchbar #40

@jloehr

Description

@jloehr

Change mapping of those two from Rotation (RX & RY) to Z and RZ.

Also on

GuitarState->WhammyBar = 0xFF & ((0x1F & GuitarData[2]) << 3);

GuitarState->WhammyBar = 0xFF & ((0x1F & GuitarData[2]) << 3);
GuitarState->TouchBar = 0xFF & ((0x1F & GuitarData[3]) << 3);

Index 2 is the TouchBar and Index 3 is the Whammy Bar. So swap those.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions