mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
498 B
498 B
@strudel/hydra
This package integrates hydra-synth into strudel.
Usage in Strudel
This package is imported into strudel by default. To activate Hydra, place this code at the top of your code:
await initHydra();
Then you can use hydra below!
Usage via npm
npm i @strudel/hydra
Then add the import to your evalScope:
import { evalScope } from '@strudel.cycles/core';
evalScope(
import('@strudel/hydra')
)