Rippert

Results 48 comments of Rippert

OK, I found the gx_main_window.cpp lines a couple days ago, and tried changing them to `false` in a code hack. That did stop both the meter updates in the gui...

Well, I am trying to run things at really low latency, and on a Raspberry PI, which isn't the most powerful computer. I'm convinced that the GUI is causing some...

OK, I have a question. I notice that when Guitarix is started with no-gui, the meter messages are off, but if you start a GUI only session with -G, the...

Another question. I notice that it is possible to turn on more than one tube at a time via RPC, even though picking a tube on the GUI always turns...

I'm sorry for being stupid, but I don't understand. If you start the engine with `guitarix -N` there are no maxlevel parameters in the update_map. Then you start the GUI...

OK, I see it now. There is a `get_updates` method that goes out in a JSON-RPC notification message. I think I was confused by the maxlevel parameter coming in as...

Did a test yesterday. Ran two `guitarix -N` instances on their own isolated cpu cores on an RPi 4 running 2.1 ms latency (jackd alsa options -r 96000 -p 64...

Ok, now back to JSON-RPC questions. What is the .pp property doing? Most are obvious like .position, .on_off etc., It's an integer representing an ENUM, so I was guessing maybe...

OK, .pp "pre", "post". Still not sure what those refer to.

Thank you. I finally went back to look at gx_engine.cpp, and it's pretty clear there what pre and post mean as well as where all the various builtins and plugins...