Hermann
Hermann
> I was trying out your python example in your new GIST, and I had some questions. > > I wanted to see how the RPC interface handled moving plugins...
> 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...
> 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...
insert the convolver before the phaser, 1 == stereo, 0 == mono rack) `sock.notify("insert_rack_unit", ["jconv", "phaser", 1])` append the convolver to the stereo rack on last position `sock.notify("insert_rack_unit", ["jconv", "",...
Yes, it's really unlikely that the RPC messages caused Xruns. They are queued and send at max every 20ms, so it's low traffic.
Output parameter been registered in a map, (machine.cpp line 112), we then send the parameter every 60ms (machine.cpp line 2602). To stop the output we just need to remove the...
No, there is not. We never see the necessary to disable the meters. Usually they run anyway on a low priority, and should interference with the audio thread. Your report...
You are welcome, and I enjoy as well so special requests, as they drive the app to become a better tool.
> 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,...
> 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...