Skip to content
Snippets Groups Projects
Commit a8722924 authored by Josh Siegle's avatar Josh Siegle
Browse files

OS X changes

parent e677dec0
Branches
Tags
No related merge requests found
......@@ -112,7 +112,7 @@ int GenericProcessor::getNextChannel(bool increment)
{
int chan = nextAvailableChannel;
//std::cout << chan << std::endl;
std::cout << "Next channel: " << chan << ", num inputs: " << getNumInputs() << std::endl;
if (increment)
nextAvailableChannel++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment