Hermann

Results 333 comments of Hermann

The update_map is part of machine (machine.cpp line 112). The machine (machine.cpp line 2600) send a request (every 60ms) to ask for the values of the paramters in the update_map....

Yes, it is mostly in use for output parameters but it could be used for any parameter.

Yes, it indicate if the plugin run before or after the amp.

Hi Hubert Oh, yes, that is broken. Thanks for the hint. we need to define a additional `display_msg_1` method in ./wscript which takes the additional 'self' argument to fix the...

A fix for the error handling is pushed to git.

The only way to handle that is by the user then. Means, don't use the --optimization flag but set the flags you need for your target host.

That's a good one. I can't remember if that was available at the time I implemented the optimization flag, but you ar right, seemd to be time to move on....

> FYI it is possible that the lscpu tool is not installed Yes, I would leave the old check as fallback. > On my Raspberry Pi 400 using the 64-bits...

Nice. First that means you've already successful build guitarix for OS X. When you use the configure flag --no-lv2 you could skip the build of the lv2 plugs and finish...

> * download [ladspa.h](https://www.ladspa.org/ladspa_sdk/ladspa.h.txt), place in `/usr/local/include` This shouldn't be needed, as, when guitarix didn't find ladspa.h during configure, it will use it's own included one, which is exactly the...