add H function to plug patterns into Hydra

This commit is contained in:
Felix Roos 2023-10-26 16:05:10 +02:00
parent 0f7b3e9f84
commit 22c9829fea

View File

@ -11,3 +11,5 @@ export async function initHydra() {
s0.init({ src: testCanvas });
}
}
export const H = (p) => () => p.queryArc(getTime(), getTime())[0].value;