No description
Find a file
2025-10-25 00:29:29 +02:00
license.txt init 2025-10-25 00:29:29 +02:00
main.c init 2025-10-25 00:29:29 +02:00
readme.md init 2025-10-25 00:29:29 +02:00

DS-DAC-10R CLI Tool

An interactive program to communicate with KORG's DS-DAC-10R.
Because KORG hasn't released their own software for the device for Linux, I decided to make my own.

This project mostly serves as a reference for future programs.
There is room for improvement. It'd be better to have a separate thread listen for messages from the DAC continuously.
To be able to use the device properly, phono EQ needs to be reimplemented somewhere, too.

The program can only be used properly in interactive shells,
the user is expected to select an action after starting the program.

Features

  • Read the DAC's firmware version number.
  • Read the DAC's input settings. (Both volume and line/phono)
  • Change the DAC's input settings.
  • Change the DAC's status LED colour.

In other words, every feature of the DAC that relies on midi messages.
For as far as I know.