OB for Linux (sorta ;)

Thanks @droelf it’s amazing and it works on the DIGITONE too !!!

I can have a dump of each track of the digitone and a track with the mix.

Just change this in the overbridge.c file

// we support only the Digitakt for now …
#define DT_VID 0x1935
#define DT_PID 0x0014
//#define DT_PID 0x000c

Then 

mkdir build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Release
make

and launch 
sudo ./dtdump

GREAT !!!
3 Likes