1.0.1 • Published 3 months ago

@strudel/hydra v1.0.1

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
3 months ago

@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!

options

You can also pass options to the initHydra function. These can be used to set hydra options + these strudel specific options:

  • feedStrudel: sends the strudel canvas to s0. The strudel canvas is used to draw pianoroll, spiral, scope etc..

Usage via npm

npm i @strudel/hydra

Then add the import to your evalScope:

import { evalScope } from '@strudel/core';

evalScope(
  import('@strudel/hydra')
)
1.0.1

3 months ago

1.0.0

4 months ago

0.10.0

4 months ago

0.11.0

4 months ago

0.9.0

7 months ago