website/src/pages/learn/faq.mdx aktualisiert

updated the section on switch angel's prebake. Now refers to the readme for instructions.
This commit is contained in:
scrappy_fiddler
2025-12-01 18:22:26 +01:00
parent 4ec68fcd1d
commit 39bff8900f
+2 -6
View File
@@ -265,13 +265,9 @@ Try adding `.punchcard()` after the `release(.2)` for a visualization.
Methods like `trancegate()`, `rlpf()` and `acidenv()` are currently not pattern methods which come natively with strudel.
It's part of a script for strudel which was written by Switch Angel and published [here](https://github.com/switchangel/strudel-scripts/blob/main/allscripts.js)
They are part of a script/prebake for strudel which was written by Switch Angel and published [here](https://github.com/switchangel/strudel-scripts)
Note that this script defines functions and registers methods which `trancegate()` will depend on so just pasting the `trancegate()` method from that script alone will not suffice, but you will also need the `fill` method.
If you copy the full script into your strudel, be mindful of lines which try to load local samples - these should be deleted or prefixed with `//` as a comment.
If you paste these functions into your strudel session, hit "Update" and delete the source of the functions, the functions will still be availabe until you do a browser refresh.
You can find the instructions how to use that script in the readme.md there.
## Is there difference between `n` and `note`?