Sebastien Piquemal
Sebastien Piquemal
Hi @kikohs ! That's great news ! Input ports info is bundled with the wasm file as metadata, which you can read through [a "private" API](https://github.com/sebpiq/WebPd_compiler/blob/fc19ce344244efbc0b1d1df9d37bb49716daefb9/src/engine-assemblyscript/bindings/engine-core-bindings.ts#L191). Otherwise it is accessible...
It's pretty easy to do. In fact it's what I do in the online compiler which you linked above. Online compiling of wasm module can be a bit slow, but...
@kikohs Just popping in to mention that I haven't forgotten about this ! I'm working on making it possible for WebPd to be imported by an app, and then the...
Hi @kikohs ! Finally managed to do this ! I setup a little test repo here : https://github.com/sebpiq/WebPd_example-compiler-browser Please have a look at the code and let me know if...
@kikohs two options : 1. you could for now run WebPd only in JS mode instead of wasm : no dependencies needed then ! Only the `webpd-bundle.js` file, which is...
@kikohs any progress ? I'm doing a lot of work on the library these days, so if you still need help, don't hesitate.
@kikohs sure ! Although it depends on the user to name their controls. If one names their sliders / knobs / ... properly, you can get exactly that. The data...
@kikohs here are the examples : https://github.com/sebpiq/WebPd_example-compiler-browser The `run-example` html page shows an example of how to inspect a patch to find its ports The `build-example` is the previous example...
Release `1.0.0-alpha.7` should fix this for most patches. However it still fails with some files (see https://github.com/AssemblyScript/assemblyscript/issues/2810), but I cannot tell why.
Hi Andrew! Sorry you had problems... With 350 clients I am not surprised. I made a concert with ~150 clients myself and the server had errors all the time, but...