Merge branch 'main' into glossing/kabelsalat
This commit is contained in:
commit
eb96d3ad63
18 changed files with 466 additions and 181 deletions
|
|
@ -7367,6 +7367,10 @@ exports[`runs examples > example "midicmd" example index 0 1`] = `
|
|||
]
|
||||
`;
|
||||
|
||||
exports[`runs examples > example "midikeys" example index 0 1`] = `[]`;
|
||||
|
||||
exports[`runs examples > example "midikeys" example index 1 1`] = `[]`;
|
||||
|
||||
exports[`runs examples > example "midin" example index 0 1`] = `
|
||||
[
|
||||
"[ 0/1 → 1/4 | note:c cutoff:0 resonance:0 s:sawtooth ]",
|
||||
|
|
|
|||
|
|
@ -131,6 +131,10 @@ const midin = () => {
|
|||
return (ccNum) => strudel.ref(() => 0); // returns ref with default value 0
|
||||
};
|
||||
|
||||
const midikeys = async () => {
|
||||
return () => strudel.silence;
|
||||
};
|
||||
|
||||
const sysex = ([id, data]) => {};
|
||||
|
||||
// TODO: refactor to evalScope
|
||||
|
|
@ -150,6 +154,7 @@ evalScope(
|
|||
*/
|
||||
{
|
||||
midin,
|
||||
midikeys,
|
||||
sysex,
|
||||
// gist,
|
||||
// euclid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue