-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assign "Controller MIDI" + "Send Midi Feedback" = Serious error when changing presets. #85
Comments
Hi fernando Okay, now I got it. Indeed a serious issue. |
Hi Brummer, thanks for the help. I just compiled Guitarix again and this problem has been solved. I had big headaches for a couple of months, but finally it's okay. I will continue to report improvements to Guitarix. I have detected a noise when going to a preset that has "JCM 800 Preamp", when combined with other effects (Amp Impulse, Tonestack, Convolver). The same for "Amp Impulse", it has a noise when moving the "Level" but I have to determine well under what conditions the problem occurs. I will inform you soon. I also want to highlight a request I made in REDDIT about the sound cut when an effect is turned off and on, perhaps it can be replaced by an effect overlay instead of a cut. I think that this sound cut really affects a live performance as it is very noticeable. Greetings, thank you! |
You may want to play with the ramp time yourself and let me know your findings.
simply lower the value for steps_down will lower the time gap between on/off switches. |
Hi Brummer, okay, I'll modify the code to find a better way to turn effects on and off. Thank you for always being attentive. Greetings. |
Hello, I download and compiled Guitarix yesterday again, and I have noticed that this problem has been reborn (#85). Until the version of 09/26/2021 it worked fine. |
Ups, yea, it was a wrongly committed experiment. |
Hi, thanks, I download Guitarix today and it's fixed again.
I've changed the "steps_down" values and as it gets closer to "0" it starts to make a noise when activating and deactivating the effects. The noise is similar to plugging and unplugging the guitar, it is not very loud, but it is not good. Likewise there is always a drop in decibels (In the preset change there is a strange audio cut with steps_down = 0). Conclusion, for security reasons, it is better to leave it as it is in the original code. On/off effects: Change Presets: |
Regarding the audio cut (on/off effects, or changing presets), I will leave these MOD-HOST code lines here, to see if someone wants to advance with this in Guitarix. In Mod-host there is no audio cut, use another method that I think is in that part of the code (I am not a programmer), maybe I should open another separate report (Issues), but at the moment I leave it here: MOD-HOST BYPASS (line 1856): https://github.com/moddevices/mod-host/blob/93b71533134cb5c319bdf7b5bdc187b36826c44c/src/effects.c#l1856 GUITARIX Ramp (line 51): https://github.com/brummer10/Guitarix/Blob/Ad14A628B7574BABF1F15C826A5D23E4DD908C13/trunk/src/gx_head/engine/gx_engine_audio.cpp#l51 |
You misunderstood some basic concepts here. |
Hello, if you are right, I am not well documented yet, I have not studied the code well. I will come back to this topic when I have more knowledge about programming. I chose wrongly my University career, when I finish what I am studying now, I will enroll in the Programming career. |
You are welcome. |
Hi, I'm going to bring up the problem I raised in the "reddit" forum here, because I think it's very serious for those of us who want to use our MIDI Pedalboard with MIDI Input on Guitarix.
The problem arises under the following conditions:
1- Create in a single Bank more than one preset with the same effects, but with different scenes each (A-B-C-D)
2- Assign a MIDI CC to each effect.
3- Enable "Send Midi Feedback".
In this way the problem arises that can be seen in the video. When changing preset, the effects are not activated correctly, or are not deactivated.
I am attaching a ZIP with two Banks, one has MIDI CC assigned and the other does not.
Guitarix version: 0.42.1 Compiled from github on 08/30/2021, using the command
dpkg-buildpackage -rfakeroot -b
Operating System: Debian 11.
REDDIT: https://www.reddit.com/r/Guitarix/comments/onm96e/comportamiento_err%C3%B3neo_en_el_cambio_de_preset_al/
VIDEO: https://youtu.be/jP89_SVtqVo
BANKs: BANK-24.gx.zip
The text was updated successfully, but these errors were encountered: