Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-10 | fixed sample rate | thajohns | |
2021-09-10 | ported to cpal, also broke sound | thajohns | |
2021-09-10 | formatted some more | thajohns | |
2021-09-10 | got pre-linking steps working, removed glob includes | thajohns | |
2019-02-12 | Quiet the parser | Graham Northup | |
2019-02-12 | Stabilize | Graham Northup | |
2019-02-12 | Merge branch 'work' into nogfx | Graham Northup | |
2019-02-12 | Pushing old workwork | Graham Northup | |
2019-02-12 | Lobotomized graphics for now | Grissess | |
2018-07-01 | a different approach | Corey Richardson | |
2018-07-01 | Partial commit toward IV/seq implementation! | Graham Northup | |
2017-10-13 | Added LUTs and ControlRate; improved parser | Graham Northup | |
2017-10-07 | Graphics working | Graham Northup | |
But in need of terrible refactoring. Rust is beautiful sometimes. This is not one of those times. | |||
2017-10-03 | Finished clientside parsing, starting graphics | Graham Northup | |
2017-10-01 | It plays network noises now! | Graham Northup | |
2017-09-27 | It makes networked noise! (Poorly, for now) | Graham Northup | |
2017-09-24 | Fix more style things | Corey Richardson | |
All reported by clippy. Mostly stuff like unnecessary lifetimes or references. | |||
2017-09-24 | Clean up some sub-optimal slice handling | Corey Richardson | |
Clippy noticed that update_from looked like a manual copy_from_slice, which alerted me to sum_into and mul_into also being suboptimal. With the new changes, the generated code is much cleaner: it lacks an extra "unnecessary" branch and is about 30% shorter (for those methods). I also think the code is a bit easier to read :) | |||
2017-09-24 | Remove now-dead code | Corey Richardson | |
2017-09-24 | Fix compiler warnings | Corey Richardson | |
Some minor stuff, mostly. The features have been stable since 1.20 | |||
2017-09-24 | parser appears to work (oh my) | Graham Northup | |
2017-09-21 | Tokenizer for DSL | Graham Northup | |
2017-09-20 | more of the same for the night :) | Graham Northup | |
2017-09-19 | Starting work on proto decode | Graham Northup | |
2017-09-18 | it builds and does a thing | Graham Northup | |
2017-09-18 | Initial work on modular synthesis | Graham Northup | |