lucianoiam

Results 25 comments of lucianoiam

I don't recall which library does OB-Xd use but can confirm this also affects DPF plugins.

Hi, just checked and this computer's CPU is i7-8569U According to Intel it supports SSE 4.1 and 4.2 https://www.intel.com/content/www/us/en/products/sku/191050/intel-core-i78569u-processor-8m-cache-up-to-4-70-ghz/specifications.html

The complete command is `wamrc --target=x86_64 -o dsp/build/x86_64.aot` Line 1714 is not being called when using the line above, *but* removing `--target` causes 1714 to be called *and* also the...

[cJSON](https://github.com/DaveGamble/cJSON) presents itself as an ultralightweight library released under MIT license. It is used by my Windows webview to parse messages form JavaScript. It is quite straightforward, have a look...

Nice touch from LV2 didn't know that. The DPF+HTML project comes with some HTML UI examples, the canonical [gain](https://github.com/lucianoiam/hiphop/tree/master/examples/webgain) and a trivial [synth drum](https://github.com/lucianoiam/hiphop/tree/master/examples/jitdrum). There is a third one [here](https://github.com/lucianoiam/hiphop/tree/master/examples/astone)...

I saw some VST3 related commits, good stuff. Ok on the examples branch, will add a skeleton project for the file browser. JavaScript call will match C++'s as done for...

FYI there is a new mini-example [here](https://github.com/lucianoiam/hiphop/tree/master/examples/filechooser) . Once the file chooser can be called from ExternalWindow I will update the new example accordingly.

That worked, thanks a lot!. Also removed the parameter calls.

That example was removed because there is a [more complete example](https://github.com/lucianoiam/hiphop/tree/master/examples/hotswap) that also includes a file chooser. Finally this was handed over to the web views rather than trying to...

> * accessing the plugin type, for display purpose in the editor +1 on this. I am using a cheap hack in a project to workaround the lack of this...