Rippert
Rippert
What do you think about using the GitHub WIKI? it's basically just a bunch of markdown pages and is also a separate project page that you can push and pull...
What I observe is that there is one realtime thread owned by Jack, and one (using the `-D` CLI switch, two without) owned by guitarix (also more if running any...
I did find the Documentation folder, and I will run Doygen on it as described. I see I also should have Graphviz installed, anything else I should have for the...
I found guitarix/trunk/src/gx_head/engine/jsonrpc.cpp There is a `get_rack_unit_order`, `Insert_rack_unit `and `remove_rack_unit`, just need to decode what the parameters are. There are also some things that refer to `ladspa`, does this include...
Thanks Hermann, found the code under machine.cpp and I've been playing with mods to your python example. I did get it to list all the available plugins, but not as...
Oh, I was so close! I just didn't understand the 1 == stereo and 0 == mono part. Thanks Hermann, this is very helpful for my latest hare-brained scheme!
I got my node.js script to send and receive RPC message with Guitarix working and I noticed when I sent a `"listen" ["all"]` message I was constantly receiving these messages:...
Another possibility is an option to change the update rate of the meters. Slower updates should give less xruns, but possibly still be usable (0 Hz would be OFF). Or...
I think I found the code to disable the meters in gx_main_window.cpp, I'll play with that and submit a pull request if I get something I think works. For the...
I agree, but I still think that the messages should stop when the meters are turned off via the RPC switch. They are conveying no information when the meters are...