-
Notifications
You must be signed in to change notification settings - Fork 14
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
"BDL" output Eq #61
Comments
|
|
These are likely the settings for the on-device 3-par EQ, those 4 knobs: Lo/Mid/Hi/Vol. While different freq selection for the Lo/Mid/Hi between G and B models, these could be compensated with a separate EQ effect module or in-effect EQ controls. There may be some more differences between G and B OUT_EQ modules, based on the differing sizes. |
I'm not really sure what they are doing with these tables (clear on GE7 effect), but it's simple to parse with:
For example
We suspected that BDLs were similar to PARAEQ, but that does not seem to be the case. The tables in PARAEQ are different structure. |
is this same as what Viktor found here? |
Is it possible to swap on the EQ profile from the B1xFour? I'm making a hybrid guitar/FX unit out of it thanks to the compressed ZD2s. Even better would be one that works decently for both, i.e. a more generic EQ. |
It is possible to take the
For a normal PARAEQ the screen shows
However for a modified BDL effect, the display is different, matching what is normally seen under the 'Output' section
Note: 'VOL' is not listed as a parameter. @Roseweave I see no reason as to why the code section of [EDIT] The BDL files do NOT use generic entry symbols, so this likely means that a G1Four needs the If we worked out what the |
As the Lo/Mid/Hi dial in the output section go between -50 to +50, and the tables have 11 items I presume that it interpolates between the values in the table - changing Freq/Gain/Q in lock-step. Here's the contents of all the tables: I don't know why they use these particular values, let's just say that Zoom are the experts.. ;-) |
If someone has the A1Four/A1FourX can they decode the (presumably) |
It'd be interesting to translate the {F,G,Q} values into the frequency bands to visualize the filter profile. It appears that tweaking any EQ knob may actually change either/all {F,G,Q} values. Just judging by ear tweaking the EQ knobs on the pedal seems to yield smooth/continuous changes to the tone. So maybe these values are meant to keep the filter profile linear?
|
I added a script to decode/adjust/re-encode these BDL files.
The is a section in the file with the values from the B1Four, un-comment the table(s) you want to adjust (and maybe change values to your own settings). Changes are written to specified file... I believe that when uploaded to the pedal the original file name is required.
|
If you run linux, there are some tools which might help figure out what it happening on the pedal. For example; This outputs white/pink(?) noise and analyses what comes back, with the pedal in the loop 'we' should be able to tell what the filters are actually doing. |
Due to copyright I can't upload the full (adjusted) BDL file, but I can give you a patch file. This can be used as an alternate to running the script yourselves (ie. if you can't install Python + required modules).
|
There are different "BDL" files on the Guitar vs Bass pedals, digging into what make these different.
The appears to be tables of frequencies in each, and these are encoded float values.
and for Bass
The text was updated successfully, but these errors were encountered: