Hermann
Hermann
@x42 All GxPlugins coming along outside guitarix within the [GxPlugins.lv2](https://github.com/brummer10/GxPlugins.lv2) repository support bypass (LV2:enabled). If I backport a Class from sadko4u, then it will properly be his denormalize protection class,...
Hi So I've pushed the bypass class to the repository now and have implemented the bypass in GxRat and GxAmplifier-X. See the commits above. @wingedrhino If you in the mod...
As a workaround in guitarix you could use the wet/dry box for plugins (Detail view). (guitarix-git import now the LV2-plgin-presets, so the rkrlv2 presets be available in guitarix now, I...
mm, I've `@prefix rsz: . ` and ``` a lv2:OutputPort , atom:AtomPort ; atom:bufferType atom:Sequence ; atom:supports patch:Message ; lv2:designation lv2:control ; lv2:index 3 ; lv2:symbol "NOTIFY" ; lv2:name "NOTIFY";...
Yes, I haven't commit it to the repository right now as I just realize the issue and looking for a solution. So testing locally here. Anyway, when I check the...
So, I've implement a push/pull sequencer for those atom messages between dsp and UI, and that worked. I found the limit in push a atom sequence by ~700 bytes per...
> Aha, there it is. In that forum topic. The negative and positive halves I was talking about. Something went wrong in that approach. Stitching those halves together is what...
Keep in mind we talk about the input signal, not the one which may result by amplification of the circuit, that comes on top.
Well, we are already in the digital domain here. We don't calculate the response voltage, that is already part of the circuit simulation and therewith part of the calculation for...
It's not that easy. It depends as well were you split a circuit. Hence there are options in the build-plug.py file to adjust the signal range, as well as the...