We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom scale requires special handling, which was forgotten in some places. Examples:
abyssbox-source/editor/RecordingSetupPrompt.ts
Line 155 in 1b84f6f
abyssbox-source/editor/KeyboardLayout.ts
Line 28 in 1b84f6f
The text was updated successfully, but these errors were encountered:
Both of these files are nearly identical to UltraBox, so either the issue is found elsewhere or UltraBox also has this issue
Sorry, something went wrong.
No branches or pull requests
Custom scale requires special handling, which was forgotten in some places.
Examples:
abyssbox-source/editor/RecordingSetupPrompt.ts
Line 155 in 1b84f6f
Missing handling causes incorrect note recording prompt layout for custom scale.
abyssbox-source/editor/KeyboardLayout.ts
Line 28 in 1b84f6f
Missing handling causes note recording to always use the default setup of the scale, ignoring what the user has set.
The text was updated successfully, but these errors were encountered: