sebpiq / WebPd

Run your Pure Data patches on the web.
GNU Lesser General Public License v3.0
932 stars 89 forks source link

loadad patch has no issues but doesn`t sound #123

Closed sehnsucht closed 1 year ago

sehnsucht commented 2 years ago

browser

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?

Screen Shot 04-08-22 at 11 49 AM

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