forked from Mdashdotdashn/LittleGPTracker
-
Notifications
You must be signed in to change notification settings - Fork 22
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
End preview #23
Merged
Merged
End preview #23
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
Added a small patch that enables browsing while holding "A". |
I'd like if all samples stopped playing when I leave sample selection window |
Browse preview samples by holding "A" and navigating up or down Hold "A" and press sideways for folder navigation Solves #22
djdiskmachine
added a commit
that referenced
this pull request
Jan 23, 2024
* First stable release! 1.3o-1: Fixed errors when random naming projects (shoutouts to 256k!) Start sample navigation behavior adjusted New: When in Phrase or Table view, FX commands have a help legend at the top of the screen (#68) Official builds for: Miyoo mini Win32 CHIP Raspberry Pi PSP Deb32 Bugs: SCREENMULT no longer applies for PSP (47) Disable default mapping for MIYOO to not conflict with mapping.xml (53) Shoutouts to fpiesik and Sacaredo for help debugging Includes: * Random project name generator! (#54) When entering New in load screen or Save As, select Regen to generate a random name Add manual entry Co-authored-by: djdiskmachine <djdiskmachine@proton.me> * Stop playing back samples on exit of sample browser (#23) Hold "A" and navigating up or down to quicker preview when browsing samples Hold "A" and press sideways for folder navigation * Adds filter attenuation (#9) * Piggy Tracker config & mapping guides (#14) Co-authored-by: INFU <66220663+INFU-AV@users.noreply.github.com> * Change default colors dark theme pink hue default (#15) Co-authored-by: djdiskmachine <djdiskmachine@proton.me> * Improve sample browser (#52) (#55) Preview with start Browse preview with start + up / down Load sample with start + right Navigate up in folder structure with start + left Bump build number Hold A and press up to ".." to navigate one level up B navigation no longer wraps around but stays at end points Co-authored-by: djdiskmachine <djdiskmachine@proton.me> * Unify cursor color (#24) Cursor now has the same color everywhere Co-authored-by: djdiskmachine <djdiskmachine@proton.me> * Add save as (#12) Save As option in Project page Mdashdotdashn#1 Shoutouts yoyz! Co-authored-by: yoyz <yoyz@users.noreply.github.com> * Miyoo mini release (#43) Co-authored-by: Nine <Nine-H@users.noreply.github.com> * Add ability to change font (#50) Co-authored-by: subnixr <subnixr@gmx.com> * Update license License changed from MIT to CC BY-NC-SA 4.0
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.
Piggy is notorious for not stopping playback of long samples.
This patch only plays a sample as long as the preview button is pressed down,
@INFU-AV is this reasonable behavior to you?