You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i made the experience that some keys (in my case enter / shift) have a different keycode with webassembly, it is not blocked.
i found the right keycodes by printing it in webassembly (in the browser).
the [key] and [keyup] objects in a patch don't seem to work in PdWebParty, either locally or when shared.
here's an attempt to make it work: https://pdwebparty.herokuapp.com/?url=https://raw.githubusercontent.com/yannseznec/PdWebPartyTutorials/main/key_Test.pd
I guess the browser is blocking keyboard input? so I'm not sure if it's possible to fix.
The text was updated successfully, but these errors were encountered: