Working version of keyboard with variable lengths; tests and cleanup

This commit is contained in:
Aria
2025-12-10 13:27:11 -06:00
parent 597c941991
commit 103b27c21f
3 changed files with 75 additions and 49 deletions
+5
View File
@@ -131,6 +131,10 @@ const midin = () => {
return (ccNum) => strudel.ref(() => 0); // returns ref with default value 0
};
const keyboard = async () => {
return () => strudel.silence;
};
const sysex = ([id, data]) => {};
// TODO: refactor to evalScope
@@ -150,6 +154,7 @@ evalScope(
*/
{
midin,
keyboard,
sysex,
// gist,
// euclid,