-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
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
Add bindings for Rock Band and Riffmaster guitar solo buttons #925
Open
wyrdough
wants to merge
16
commits into
YARC-Official:engine-fixes
Choose a base branch
from
wyrdough:fivefret-solo
base: engine-fixes
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+150
−49
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Moved measure calculation to CountdownDisplay as needed * Fix for TrackView UI scaling on exotic aspect ratios * Adjust countdown font size to prevent frequent auto-resizing
* Moved measure calculation to CountdownDisplay as needed * Fix for TrackView UI scaling on exotic aspect ratios * Adjust countdown font size to prevent frequent auto-resizing
Feedback on the shader effect stuff in the last couple of commits would be greatly appreciated. |
This has been updated to use an object for solo effects. All shader stuff relating to solos has also been removed. The engine modifier icon is not yet final and I'm sure changes to the texture on the solo object will be required, but I believe the code is in a good enough state to merit review. |
wyrdough
changed the title
Add bindings for solo buttons
Add bindings for solo buttons and track effects for solo sections
Dec 29, 2024
wyrdough
force-pushed
the
fivefret-solo
branch
2 times, most recently
from
December 31, 2024 19:26
f0704c3
to
201ec87
Compare
An interim icon was added to the ModifierIcons sprite sheet to support this change.
wyrdough
force-pushed
the
fivefret-solo
branch
from
January 19, 2025 19:28
62cad56
to
f4a17fa
Compare
wyrdough
changed the title
Add bindings for solo buttons and track effects for solo sections
Add bindings for Rock Band and Riffmaster guitar solo buttons
Jan 19, 2025
RileyTheFox
force-pushed
the
engine-fixes
branch
from
January 31, 2025 01:55
5ba9c49
to
44a6502
Compare
RileyTheFox
force-pushed
the
engine-fixes
branch
from
February 7, 2025 02:01
44a6502
to
23688e0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds bindings for solo buttons as found on Rock Band guitars and the Riffmaster and changes the default bindings for those devices to bind solo buttons as solo buttons instead of regular buttons.
See YARG.Core PR #224 for engine support.
Related graphical effects are included in #936