Installing Bias Amp 1 Models


• Use the Bias Importer Tool I made!


OR

• Manual Procedure:


1.

You will receive a folder with a weird name. This is the AMP model, simply paste it inside the GlobalPresets folder.

2.

Inside the Bias folder you will find a file called “cate.idx”. Open it with a Text Editor and scroll at the bottom of it.



You need to append a certain piece of code at the end of the file.
You append the code between the brackets highlighted in the picture above.

“display_order” : X, where X is the previous value +1.


“id” : “unique identifier”, where the unique identifier must match the name of the Bias Amp folder name you just purchased.


If you are having trouble contact me!

Default Path for GlobalPresets folder:


• (On Windows) “C:\Users\User Name\Documents\Bias\GlobalPresets\”

• (On Mac) “documents / bias / global presets” .

Each amp is a folder with a unique identifier as its name. Inside the Bias folder go to GlobalPresets:


Simply paste the folder with that weird name in the pool with all the other folders inside GlobalPresets:


Note: A separate IR file is provided in case Bias Amp fails to upsample/downsample. In that case re-import the IR or use an external IR loader like NadIR.

Installing BIAS FX 1 Presets:


• Use the Bias Importer Tool I made!


OR

• Manual Procedure:


1.

You will receive a “.Preset” file. You need to copy and paste this file in the factory1 bank.

Default Path for the “factory1” folder:


• (On Windows) “C:\Users\User Name\ Documents\BIAS_FX\ Presets\factory1\”)

• (On Mac) “/documents / bias fx / presets / factory1/”

2.

You need to modify the contents of the “preset.JSON” file inside the factory1 directory

Inside of factory1, there is a “preset” JSON file. There must be a piece of code inside this file similar to this…


for example to install the preset “JB DUAL LEAD.Preset” we add the following code at the end of the file

“display_order” : must be the previous value + 1


“preset_uuid” : is a Random Unique Identifier. Just make something up! (it must have a certain length and the dashes must be placed in certain positions)



Installing a custom Skin for my Bias Amp Models (You do this only once)


1.

Paste the .png files that you receive in the “TemplateImages” folder.

Default Path for the TemplateImages folder:


• (on Windows) “C:\Program Files\Common Files\PositiveGrid\BIAS AMP Plugins(64bit)\Resources\TemplateImages”

• (on Mac) “Library / Audio / Plugins / Components / BIAS.component / Resources / TemplateImages” (Right click Bias.component, show package content)

Note: If you want to use an amp that came with a custom skin inisde Bias FX, you need to create a duplicate of this amp ,without a custom skin.
Simply, inside Bias Amp open up the amp model you just purchased and click “Save As”,”OK”. That way you will create the same model but without a fancy skin. The Amp will now be visible inside Bias FX.

Installing Line 6 Helix Presets:


You will receive a “.hlx” file. You import it like this…


If an Impulse Response file (“.wav”) is included in the package you recieved, import it like this…


When you open up your new preset, make sure that the IR block points to the new IR you just imported!

Converting Line 6 Helix Presets to HX Stomp Presets and vice versa


Line 6 announced HX Unity which means you will be able to move presets between units without modifying the .hlx files.
I decided to upload some of the notes I made, after reverse engineering the contents of a .hlx file.
Special thanks to the community for testing the converted .hlx files I made and verifying they work.

HX Stomp Limitations:


Stomp is limited to 6 blocks on Path 1 and 3 stomp assignments.

Stomp can handle up to 3 snapshots [snapshot0, snapshot1, snapshot2 ]

Error codes:


• "Target is incompatible": means the json is broken

• "Incompatible target device type": means you have to modify the device number

• "A model used in the preset is not recognised": means you have to rename or remove a block, or update your firmware

"device number" must be specific and cannot be blank
for Native: 2162689, 2162944
for Stomp: 2162694


Block Renames between Helix Native and HX Stomp


• In stomp we have multiple instances of "HelixStomp_AppDSPFlowInput" but in Native we have "HD2_AppDSPFlow1Input" and "HD2_AppDSPFlow2Input"

• In stomp we have "HelixStomp_AppDSPFlowOutputMain" and "HelixStomp_AppDSPFlowOutputSend" but in Native we have multiple instances of "HD2_AppDSPFlowOutput" (same thing twice)

Installing VST plugin Presets


The VST file format for storing single presets is “.FXP”. The package you get through email will include all the .FXP files needed for all the plugins in the chain. You will have to import the .FXP file for every plugin in the chain through your DAW, unless the plugin has some built in preset storage functionality. Alternatively you can use the pictures inside the package you receive to setup everything manually. Here is how you do it in Reaper…