Skip to content
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 22 commits into from
Jun 11, 2023
Merged

Merging dev branch with new features #225

merged 22 commits into from
Jun 11, 2023

Conversation

Bubobubobubobubo
Copy link
Owner

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.

- 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.
@Bubobubobubobubo Bubobubobubobubo merged commit d98bbd3 into main Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant