hydra-synth / hydra

Livecoding networked visuals in the browser
https://hydra.ojack.xyz
GNU Affero General Public License v3.0
2.15k stars 261 forks source link

a.show() seems to have no effect #190

Closed jrefano closed 2 years ago

jrefano commented 2 years ago

should this be literally showing a waveform somewhere similarly to how you see on https://meyda.js.org? i can get my code to respond to sound input but this implies there's a way to see the frequencies? sorry if i am misunderstanding. thanks

geikha commented 2 years ago

no, it usually shows the different bins. there should be a small canvas at the lower right section of the screen showing them. however there are many changes being done to the editor now (most specifically, changing to using the choo framework) and that small canvas just hasn't been ported yet, this will be fixed soon enough

ojack commented 2 years ago

caused by https://github.com/hydra-synth/hydra-synth/issues/114

ojack commented 2 years ago

fixed in v1.3.4 :)