dagargo / overwitch

JACK client for Overbridge devices
GNU General Public License v3.0
127 stars 15 forks source link

Does someone succed to run ardour for live recording with overwitch ? #39

Closed Sercurio closed 1 year ago

Sercurio commented 2 years ago

I'm trying to record and apply fx on individual tracks like Ableton, but with Ardour and overwitch. I'm a little lost for the configuration. Can someone, help me ?

dagargo commented 2 years ago

Your question is quite open so I'll tell you how is my setup.

I use qjackctl to start JACK. In the options, you can configure an application to run after the server is started. I've put overwitch & there.

Then, I open Ardour and configure the Audio and MIDI connections like in the capture below. This is what I use and let me run my Digitakt in sync (via midi clock) and start and stop from Ardour works too. (You'll need to configure your devices to receive clock and transport).

Captura de pantalla de 2022-09-05 10-04-31

If you proceed like this, Ardour will remember all your connections in the session so opening a project will keep your configuration.

Basically, I start the server, then run Overwitch and then Ardour.

Does this work for you?

dagargo commented 2 years ago

Did you finally get it to work?

Sercurio commented 2 years ago

Yeah mate !
The only thing is that I've to run qjackctl and ardour as sudo to see the digitakt in overwitch list and I haven't MTC & MMC & Midi clock out things in the MIDI connection manager

dagargo commented 2 years ago

Did you install the udev rules? This is from the README.md.

Some udev rules might need to be installed manually with sudo make install from the udev directory as they are not part of the install target. This is not needed when packaging or when distributions already provide them.

dagargo commented 1 year ago

Did you manage to run it without root permissions? If so, can we close this issue as solved?

decibyte commented 1 year ago

FWIW: I was messing around with this last week and I definitely didn't have to sudo anything after building and installing stuff. I did do the udev rules dance.

I don't have versions at hand atm, but it was a home built overwitch from master branch and most recent executable from the Ardour website.

Let me use this chance to also thank you for your work on integrating the Elektron (and other) devices into the open source world, dagargo. It's very much appreciated :heart:

dagargo commented 1 year ago

I'm closing this as not repro.

Feel free to reopen in case the issue persist.