Skip to content

Commit 3756bfa

Browse files
committed
Audio Monitor: refactor and remove monitor channel limit
1 parent 36a6f7e commit 3756bfa

4 files changed

Lines changed: 200 additions & 201 deletions

File tree

Plugins/BasicSpikeDisplay/SpikeDisplayNode/SpikeDisplayNode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ void SpikeDisplayNode::setParameter(int param, float val)
106106

107107
for (auto ch : chan->localChannelIndexes)
108108
{
109-
msg += String(ch) + " ";
109+
msg += String(ch + 1) + " ";
110110
}
111111

112112
//std::cout << "MESSAGE: " << msg << std::endl;

0 commit comments

Comments
 (0)