1
0
Fork 0

remove test setup

This commit is contained in:
Kevin Matz 2021-09-11 10:59:31 -04:00
parent 2b9f2c4dfe
commit 4b1c4f51af
1 changed files with 0 additions and 12 deletions

View File

@ -20,18 +20,6 @@ SacnExplorer::SacnExplorer(int argc, char *argv[])
window = new MultiverseView(nullptr, node_);
window->show();
node_->subscribe(1);
node_->subscribe(2);
node_->subscribe(3);
node_->subscribe(4);
node_->create(1);
node_->sACN::Source::universe(1)->setValue(1, 1);
node_->create(2);
node_->sACN::Source::universe(2)->setValue(128, 2);
node_->create(3);
node_->sACN::Source::universe(3)->setValue(512, 3);
}