-
Couldn't load subscription status.
- Fork 0
Druselka #5
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
Draft
pahund
wants to merge
20
commits into
main
Choose a base branch
from
druselka
base: main
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.
Conversation
This file contains hidden or 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
Bug fix: the correct rack is now toggled.
…electing parameters for clip setup mode.
… rendered red on screen.
…ed. Previously, they would continue playing when the app was started again.
…en UI are updated.
Add case for clip state “empty” to pad MIDI sender. Use pad MIDI sender and sim pad updater in performance mode updater. Add unit test for performance mode updater. Add case for clip state “empty” to sim pad control sender.
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.
Version 0.0.1-beta.4 “Druselka”
Features
Add rack configuration dialogue box for assigning racks to pads and selecting parameters for clip setup mode.
Store application state in user directory when application is terminated.
Bug fixes
When the app is shut down while clips are playing, they are now stopped. Previously, they would continue playing when the app was started again.
Initialisation of on-screen user interface now works properly. Previously, there was an error “could not find dictionary”.
The correct rack is now toggled, previously there was an “off-by-one” error.
Empty pads are now properly initialised, previously, pad 1 was always rendered red on screen.
Refactorings
Refactoring: consistently not using triple dashes for send/receive.