mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 05:38:34 +00:00
add H function to plug patterns into Hydra
This commit is contained in:
parent
0f7b3e9f84
commit
22c9829fea
@ -11,3 +11,5 @@ export async function initHydra() {
|
||||
s0.init({ src: testCanvas });
|
||||
}
|
||||
}
|
||||
|
||||
export const H = (p) => () => p.queryArc(getTime(), getTime())[0].value;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user