sebpiq / WebPd

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

[sig~] -> [lop~] not working on Chrome #103

Closed sebpiq closed 1 year ago

sebpiq commented 8 years ago

Connecting [sig~] -> [lop~] doesn't produce the expected result on chrome.

#N canvas 311 159 475 507 10;
#X obj 102 98 sig~;
#X obj 103 142 osc~;
#X obj 102 120 lop~ 0.2;
#X obj 103 165 dac~;
#X floatatom 102 77 5 0 0 0 - - -;
#X connect 0 0 2 0;
#X connect 1 0 3 0;
#X connect 2 0 1 0;
#X connect 4 0 0 0;