We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96020f2 commit 4f7c929Copy full SHA for 4f7c929
src/app/devices/selector.device.ts
@@ -127,7 +127,7 @@ selectorDevice.drawNeurons = function (): void {
127
} = networkState.getNeuronAndLayerIndexes (i);
128
const shiftedIndex = (layerIndex - 1) + 1; // reset, then move to the right
129
const note = this.grid[shiftedIndex][neuronIndex - 1];
130
- const { isEnabled } = networkState.getNeuron (neuronIndex);
+ const { isEnabled } = networkState.getNeuron (i);
131
132
this.playNote ({
133
note,
0 commit comments