dagargo / overwitch

JACK client for Overbridge devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow different gain for every track

dagargo opened this issue · comments

The Digitakt tracks 1-8 are lower in volume than the main L-R.

Mains are in the range [1.0, -1.0] while tracks are approximately in the [0.25, -0.25] range regardless of the volume.

As Overbridge data is in [MAX_INT_32 - 1, -MAX_INT_32], the scaling code could easily accommodate this factor per output track.

Implemented in 1c52fb3.

Only used with the Digitakt but probably useful for every device.

For the people interested in this, full instructions are in the README.md.

Improved in 74d5cea.

When in verbose mode, maximum and minimum sample values are printed at the end for the dumped tracks. This is useful to measure the configured track gains.

I'm closing this as solved.

For anyone interested in this, it would be nice if you could check this for other devices than the Digitakt.