I am trying, unfortunately in vain, to get a pd patch to work in the browser. It starts quickly and correctly shows the main patch in the browser window.
The console of the developer tools of the different browsers (chrome/brave/firefox) does not find any error, nevertheless there is no sound and when I press the start button manually the start button disappears and I get the following information:
webpd-latest.js:9585 [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)
what do i have to do in that case?
the chrome dev tools console shows me 5 messages. In my opinion, there should be far more, since various externals (zexy, list-abs, iemnet) have not yet been initialized.
are the unavailable Expressions the pd expr~? There should actually be 11 of them
a friend then helped me with the correct initialization of the abstractions in the index.html file.:
Hello!
I am trying, unfortunately in vain, to get a pd patch to work in the browser. It starts quickly and correctly shows the main patch in the browser window.
The console of the developer tools of the different browsers (chrome/brave/firefox) does not find any error, nevertheless there is no sound and when I press the start button manually the start button disappears and I get the following information:
webpd-latest.js:9585 [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)
what do i have to do in that case?
the chrome dev tools console shows me 5 messages. In my opinion, there should be far more, since various externals (zexy, list-abs, iemnet) have not yet been initialized.
are the unavailable Expressions the pd expr~? There should actually be 11 of them
a friend then helped me with the correct initialization of the abstractions in the index.html file.:
index.txt
any advice is highly appreciated!
where can i upload the patch to check?
Thanks in advance Markus Brandt