]> git.sesse.net Git - nageru/blobdiff - mainwindow.cpp
Hook up a third input, the SBS mix. Required hooking up ResizeEffect.
[nageru] / mainwindow.cpp
index 4ac21bfe99d5f220c42eb4b5c17305511f900cb0..bac1f3176189874f104424a38bebe6d4acf3c063 100644 (file)
@@ -17,8 +17,11 @@ MainWindow::MainWindow()
 
        ui->me_live->set_output(Mixer::OUTPUT_LIVE);
        ui->me_preview->set_output(Mixer::OUTPUT_PREVIEW);
+
+       // TODO: Ask for the real number.
        ui->preview1->set_output(Mixer::OUTPUT_INPUT0);
        ui->preview2->set_output(Mixer::OUTPUT_INPUT1);
+       ui->preview3->set_output(Mixer::OUTPUT_INPUT2);
 }
 
 void MainWindow::cut()