-
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 dev branch with new features #225
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
- Silence is now '_' - Repairing ' and . to their previous function
Limiting these operators to be in MIDI note bounds (0-127)
There is now a get and set functions for internal variables The amphibian variables have been renamed setA and getA
Time operators are now functions
Added a global scale mechanism to SPL: - there is a global scale, defaulting to "major". You can change it using the (setscl scale) function. - you can get a few notes from the scale using the (scl *x ::scale forced_scale) function
Real euclidian rhythms (using numbers) has been added with the numclid or e function (aliased).
- remove uvloop message when the software starts - try to adjust the coloring system for windows users
- Refactored some basic articles concerning the SPL syntax - Ready for the refactoring of the Function Library section
- Done working on Math Page - Done working on Time Page
I forgot some functions and had to rediscover some of them. Also deleted the tangent related functions because they are not really useful. I can add then easily again if someone complains about this.
Here comes even more documentation. Let's go, I want to be done with this.
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 is adding new features to the SPL language. It also features a small refactoring of the function library part of the documentation. It is not entirely finished but it is already better compared to what it was previously.