commit 51aff4ec3d381468d5d48093cb87628e634f99e1 parent 2957da378daa24c32380e05595fe814775202ad0 Author: Adam M <[email protected]> Date: Tue, 7 Aug 2018 15:24:45 -0500 added comments Diffstat:
M | src/ComputerscarePatchSequencer.cpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ComputerscarePatchSequencer.cpp b/src/ComputerscarePatchSequencer.cpp @@ -351,7 +351,7 @@ void ComputerscarePatchSequencer::step() { { for (int j = 0 ; j < 10 ; j++) { - // todo: toggle for each output of how to combine multiple signals + // todo: toggle for each output of how to combine multiple active signals in a column // sum, average, and, or etc if (switch_states[address][j][i]) sums[i] += input_values[j]; }