cyberchrime / yourc-tools

Reverse Engineering UR-C Tools to configure the Steinberg UR-C audio interfaces on Linux.
GNU Affero General Public License v3.0
7 stars 1 forks source link

dspMixFx #1

Open PhilippKuhn opened 4 weeks ago

PhilippKuhn commented 4 weeks ago

Hi,

I am interrested in a Linux Software to control Steinberg Ur816c, like dspMixFx. If I understood your tool, its a VM and the adjustments are made inside a Windows Environment? So it would be the same if I connect a Laptop with Windows and make the adjustments there? I am looking for a tool where I can do the routing and the volume of the Inputs/Outputs on the fly, like with a Mixer for the Interface. If you're interrested, we could also develop together?

Philipp

cyberchrime commented 4 weeks ago

Hi Philipp, thanks for your interest in this project.

the idea of this project is actually to create a tool for Linux which allows to configure the internal DSP of the Steinberg URxxxC devices. Unfortunately, I have not been developing on this project for some time now as I have been focusing on other projects.

The purpose of the VM described in this project's README.md is meant solely for reverse engineering. Inside of the VM, you can run the official Steinberg dspMixFx application and control the internal DSP while capturing the USB/MIDI signals with Wireshark.

However, there exists another project named urcontrol, which already provides a python-based CLI for controlling the URxxxC devices. Therefore, by contributing to urcontrol I think we can reach the goal of having a GUI tool for Linux faster.