commit b96246c5e24c60eea2f246a0bd55ce0d02084c78 parent d220e87f2b91e4fe0b3fc1cc78fb0f77e31fca21 Author: Adam <[email protected]> Date: Wed, 31 Oct 2018 22:29:53 -0500 Merge pull request #4 from freddyz/laundrysoup-quantization notes for Laundry Soup Quantization Diffstat:
M | src/ComputerscareLaundrySoup.cpp | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/ComputerscareLaundrySoup.cpp b/src/ComputerscareLaundrySoup.cpp @@ -276,6 +276,15 @@ struct NumberDisplayWidget3 : TransparentWidget { }; void MyTextField::onTextChange() { + /* + a) switch on next step one + b) do not automatically switch + c) swtich on next reset + + parse and create new proposed absolute sequence + in step method, check which transport option is selected, and apply if so + + */ module->onCreate(); }