tekt
tekt
The OSC.send function is currently implemented as follows: `if( this.socket.readyState === 1) { [.......] }else{ console.log("INVALID OSC MESSAGE FORMATION", arguments); } }` and when the socket is ready, it does:...
Based on ArtOfCode tutorial: https://www.youtube.com/watch?v=pmS-F6RJhAk
It also ignores the Swap Inputs setting.
Many snippets could replace tests. There are some things that are needed in tests that would be overkill in snippets. So maybe only those parts go into separate toxes.
- [x] Unused settings in inputHandler - [x] Parts of inputHandler that are only relevant in devel (i.e. docs) - [x] Stage init code - [x] Centralize shared tables with...
https://www.shadertoy.com/view/ldcGWH https://www.shadertoy.com/view/wljSz1 https://www.shadertoy.com/view/4tlcWj
Only include parameters and code that's actually needed.
For some reason the typeSpec isn't updating until you navigate into its network. Seems to be inconsistently reproducible.