Aggiungere device in jackd

# elenco device audio Per prima cosa bisogna sapere il nome delle periferiche installate sul sistema. Diamo il seguente comando. Come si vede, ci sono due schede audio (una UMC404HD e una scheda usb generica [USB PnP Sound Device]. #attiva una seconda scheda audio Ora se vogliamo abilitare in jack una seconda scheda audio #attiva…

LiveMix

The program don’t start. It return a SIGSEGV – Segmentation fault error. I correct add a int cast to variable knob_width in file Fader.cpp. I change the line 439 of file Fader.cpp: before painter.drawPixmap(QRect((width() – knob_width) / 2, knob_y – knob_height, knob_width, knob_height), m_knob, QRect(0, 0, knob_width, knob_height)); after painter.drawPixmap(QRect((width() – (int)knob_width) / 2, knob_y…