Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
droelfdroelf authored Feb 3, 2019
1 parent ee10066 commit 17afae8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# dtdump
An open [Overbridge](https://www.elektronauts.com/t/overbridge-2-0-public-beta-plugins-drivers-and-firmware/70486) 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.

# Build instructions

(needs cmake, libusb, libsndfile. CDT project files are also in the repo)
```
mkdir build
cd build
cmake ../
make
```
# Usage

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

0 comments on commit 17afae8

Please sign in to comment.