]> git.sesse.net Git - nageru/blobdiff - mainwindow.cpp
Hook up a third input, the SBS mix. Required hooking up ResizeEffect.
[nageru] / mainwindow.cpp
index f3c674d269b4b3611e98799f999b2c5a09a48a28..bac1f3176189874f104424a38bebe6d4acf3c063 100644 (file)
@@ -17,11 +17,14 @@ 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()
 {
-       global_mixer->transition_clicked(0, 0.0f);  // FIXME: real values
+       global_mixer->transition_clicked(0);  // FIXME: real value
 }