| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move speedcap into accelerator | a1xd | 2020-10-21 | 1 | -1/+0 |
| | | |||||
| * | update min time threshold for 8khz | a1xd | 2020-10-20 | 1 | -1/+3 |
| | | |||||
| * | add speed cap | a1xd | 2020-10-20 | 1 | -0/+1 |
| | | |||||
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 1 | -1/+2 |
| | | | | | | | | | | | | minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write | ||||
| * | Remove logarithm | Jacob Palecki | 2020-09-26 | 1 | -1/+1 |
| | | |||||
| * | add initial writer | a1xd | 2020-09-25 | 1 | -1/+4 |
| | | | | | | move managed settings into wrapper move gui build into driver build dir | ||||
| * | Remove sigmoidgain, only allow one instance of grapher to run at a time | Jacob Palecki | 2020-09-22 | 1 | -1/+1 |
| | | |||||
| * | Rename experiment two to motivity | Jacob Palecki | 2020-09-22 | 1 | -1/+1 |
| | | |||||
| * | log sigmoid sens done | Jacob Palecki | 2020-09-19 | 1 | -1/+1 |
| | | |||||
| * | Add improved logarithm style | Jacob Palecki | 2020-09-09 | 1 | -1/+1 |
| | | |||||
| * | Remove log and sigmoid styles | Jacob Palecki | 2020-09-04 | 1 | -1/+1 |
| | | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -0/+21 |
| other changes: modifier_args type name is now settings, which is now the type passed in driver ioctl remove most settings/args verification from driver, plan to let gui handle most of it add another accel arg, rate, which is used to set the 'accel' parameter of types which call exp (nat/sig), might want to cap it add (update) serializable DriverSettings (ModifierArgs) class to gui and static methods for interop remove properties from ManagedAccel, its now just a black box for accessing modifier methods add exception handling in wrapper_io to throw proper managed types change SettingsManager::Startup to make a new settings file if an error occurs during deserialization change structure of accel types; how offset and weight are applied now depend on additivity of types remove tagged_union and add a handrolled variant/visit impl AccelGui::UpdateActiveValueLabels currently broken for caps and a few other args remove gui default layout and initial natural accel setup cli not updated | |||||