Using Hydra inside Strudel
You can write hydra code in strudel! All you have to do is to call await initHydra() at the top:
H patterns
There is a special function H that allows you to use a pattern as an input to hydra:
detectAudio
To use hydra audio capture, call initHydra with {detectAudio:true} configuration param:
You might now be able to see this properly here: open in REPL
Similar to detectAudio, all the available hydra options can be passed to initHydra.
feedStrudel
Using the feedStrudel option, you can transform strudel visualizations with hydra: