An open Overbridge protocol implementation proof of concept.
Dumps all channels to a multi channel WAV file. Note that everything is tested with a Digitakt, running OS 1.11_BETA6! Most certainly other Overbridge enabled devices won't work out of the box without modifications. See source for details.
(needs cmake, libusb, libsndfile. CDT project files are also in the repo)
mkdir build
cd build
cmake ../
make
Just run ./dtdump
. It will dump the stream to dtdump-<time stamp>.wav
(12 channels, 32 Bit integer, 48kHz srate) until you press Ctrl-C.
LICENSE: MIT
Stefan Rehm, 2019 droelfdroelf ( at ) gmail.com