Skip to main content

Posts

Showing posts from April, 2023

Behringer X32/Midas M32 config.bak

Warning The info in the blog are based on my own experience and for information only. If you f**k up your board by editing the file, it's your choice and your responsability. Introduction The X32/M32 core engine is a PC board running a customized Linux. What is cool with this is most configuration files are actually text files, that can be stored on an USB bey and edited. If you know a little bit of vi and awk , you can edit the files directly. console.bak This file contains a backup of the board configuration (all parameters). It's a text file, divided in multiple sections. Links How a channel (odd) is linked to the next one (even). There is one toggle ( ON or OFF ) for 2 channels. /config/chlink ON ON ON OFF ON ON OFF OFF ON ON ON ON ON OFF ON OFF /config/auxlink ON ON ON ON /config/fxlink ON ON ON ON /config/buslink ON ON ON ON ON ON OFF OFF /config/mtxlink ON OFF OFF For example, ON on the first position indicates Channel 1 and 2 are linked: /config/chlink ...