Fix operator overriding mess

This commit is contained in:
2024-05-15 16:23:28 +02:00
parent 461cfcbd7a
commit 39ed936b75
4 changed files with 84 additions and 36 deletions

View File

@ -76,7 +76,7 @@ I personally dislike the `Pbind(\qdklsj)` or `Ndef(\qkljsdf)` syntax. The `\` sy
- Operators for creating SuperCollider patterns on-the-fly:
- `=>` (Pbind): basic musical pattern
- `->` (Pmono): monophonic expression pattern
- `==` (Looper): looper/sampler (**WIP**, currently broken)
- `==>` (Looper): looper/sampler (**WIP**, currently broken)
- `>>` (Note): MIDI Note Pattern
- `>>+` (CC): MIDI CC Pattern
@ -348,4 +348,4 @@ Contributions are welcome! If you have a technique/method that you think is wort
## About the website
There is a [small companion website](https://bubobubobubobubo.github.io/BuboQuark/#/) that initially came with the repo but it is not really important. It will be used to host a few tutorials when everything will take shape in the future.
There is a [small companion website](https://bubobubobubobubo.github.io/BuboQuark/#/) that initially came with the repo but it is not really important. It will be used to host a few tutorials when everything will take shape in the future.