commit 51cf24369c8f16013e02272202b010f70ae85139
parent f808e7e125aad09247f8ae618a39b811f3103fda
Author: Adam M <aemalone@gmail.com>
Date: Sat, 13 Oct 2018 22:04:40 -0500
laundry
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ComputerscareLaundrySoup.cpp b/src/ComputerscareLaundrySoup.cpp
@@ -11,6 +11,7 @@ struct ComputerscareLaundrySoup;
const int numFields = 5;
+
class MyTextField : public LedDisplayTextField {
public:
diff --git a/src/ComputerscarePatchSequencer.cpp b/src/ComputerscarePatchSequencer.cpp
@@ -347,7 +347,6 @@ struct ComputerscarePatchSequencerWidget : ModuleWidget {
}
else {
addOutput(Port::create<InPort>(Vec(33 + i * column_spacing , top_row + 10 * row_spacing), Port::OUTPUT, module, ComputerscarePatchSequencer::OUTPUTS + i));
-
}
for(int j = 0 ; j < 10 ; j++ )