| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-03-26 | added seventh-root shape to level_calc.py | Selene ToyKeeper | 1 | -2/+3 | |
| 2019-03-08 | level_calc.py: Combined log_2 and log_e into just log, because all logs have ↵ | Selene ToyKeeper | 1 | -4/+5 | |
| the same curve shape. | |||||
| 2018-09-30 | Made level_calc.py's ramp shape configurable from the command line, instead ↵ | Selene ToyKeeper | 1 | -1/+6 | |
| of having to edit the source. | |||||
| 2018-06-25 | Made it easier to change ramp shape in bin/level_calc.py . | Selene ToyKeeper | 1 | -10/+13 | |
| 2017-10-14 | Made level_calc.py support both python2.7 and python3. | Selene ToyKeeper | 1 | -6/+19 | |
| Fixed bug when user specified 'FET' instead of 'fet'. | |||||
| 2016-09-09 | level_calc minor formatting fix | Selene ToyKeeper | 1 | -1/+1 | |
| 2016-05-22 | Fixed level_calc N-channel calculations to fix all errors I could find. | Selene ToyKeeper | 1 | -13/+43 | |
| Fixed the case with multiple 7135 channels (they should add up). Fixed the calculation of moon mode. Fixed boundary cases, including below-zero PWM. Had to ask the user for the type (FET/7135) of each channel. | |||||
| 2016-05-22 | Made level_calc.py work with any number of power channels. | Selene ToyKeeper | 1 | -96/+96 | |
| Results are slightly different than before, and I'm not sure if I broke something or fixed something. Hard to tell. Regardless, it seems to work fine. | |||||
| 2015-09-30 | made visually-linear curve function configurable in level_calc.py | Selene ToyKeeper | 1 | -6/+22 | |
| 2015-04-06 | Added dual PWM support to level_calc.py, and made it work better when run ↵ | Selene ToyKeeper | 1 | -12/+82 | |
| via an icon in Windows. Fixed estimation formulas to better account for high minimum modes. | |||||
| 2015-04-06 | Moved level_calc.py to bin/ since it's useful for general purposes. | Selene ToyKeeper | 1 | -0/+61 | |
| Made level_calc.py prompt the user for input interactively, or get values from the command line if possible. | |||||
