mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-22 05:05:26 -04:00
add H function to plug patterns into Hydra
This commit is contained in:
@@ -11,3 +11,5 @@ export async function initHydra() {
|
||||
s0.init({ src: testCanvas });
|
||||
}
|
||||
}
|
||||
|
||||
export const H = (p) => () => p.queryArc(getTime(), getTime())[0].value;
|
||||
|
||||
Reference in New Issue
Block a user