Skip to content

Commit

Permalink
Audio Monitor: refactor and remove monitor channel limit
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Sep 25, 2024
1 parent 36a6f7e commit 3756bfa
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 201 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void SpikeDisplayNode::setParameter(int param, float val)

for (auto ch : chan->localChannelIndexes)
{
msg += String(ch) + " ";
msg += String(ch + 1) + " ";
}

//std::cout << "MESSAGE: " << msg << std::endl;
Expand Down
Loading

0 comments on commit 3756bfa

Please sign in to comment.