aboutsummaryrefslogtreecommitdiff
path: root/visualization/extrasmeltutils.hpp
AgeCommit message (Collapse)Author
2020-05-12Format EVERYTHING.Gravatar Chris Xiong
Hopefully this will make the source code less horrendous and actually readable. The command used was: ``` astyle --suffix=none --style=allman --attach-extern-c --attach-closing-while --indent-switches --indent-after-parens --pad-oper --pad-header --unpad-paren --align-pointer=name --recursive './*.cpp,*.hpp' ```
2020-02-15New scheme for visualizing note velocity.Gravatar Chris Xiong
Updated default color scheme for better results. New class smColor, which is going to replace smColorHSVA & smColorRGBA in the future.
2020-02-15Measure indicators are now solid frames instead of ugly grey cubes.Gravatar Chris Xiong
Fixed multiple embodiment of stupidness in the code.
2019-05-25Massive code refactor en cours!Gravatar Chris Xiong
Less complain from compilers: - use nullptr instead of NULL - use types for event fields - explicit type casting added Stop saving parameters of meta events in p1/p2 fields of SEvent. callback_t now uses std::function, deprecating ICallback. Not recommended for daily usage, or even testing: the code refactor is still a work in progress.
2016-05-18Fix bugs in the particle system.Gravatar Chris Xiong
Add particle look at option.
2016-05-16Finish the particle system.Gravatar Chris Xiong
2016-05-15Initial stubs for the particle system.Gravatar Chris Xiong
Use layouts in the effects window.
2016-05-06Use the new SMELT rendering API.Gravatar Chris Xiong
2016-05-04Piano keyboard: first steps.Gravatar Chris Xiong