-
Notifications
You must be signed in to change notification settings - Fork 31
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
Merging the experimental branch in main #174
Merged
Merged
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
The Flask server will be used to interact with the backend (Sardine) and the Front will host a specialised CodeMirror instance used by the musician to play music. Two way communication will be handled through ?? (websockets probably).
Adds support for remote code execution
Adds missing ignored lib
148 sardine gui
This is not perfect but at least it is not straight up lying now. It will not report that the Sardine port is actually created, but will just mention that the MIDI Configuration was done in "Automatic" mode.
Signed-off-by: Benjamin Chenebault <benjamin.chenebault@keeneye.tech>
Replace 'r' with new term 'rand' in documentation
… into 148-sardine-gui
You can now use Ziffers patterns for MIDI (derivative of N). The proper sender will be automatically setup as long as you environment is capable of importing the 'ziffers' package. The sender is available through the ZN() alias (ziffers note).
Similar to previous commits, you can now use ZD() to use a Ziffers pattern with SuperDirt. Players are not yet available!
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 branch has way too much in it and it does not concern just the "GUI" anymore. Better make a fresh start from main and open new branches to address some issues.