Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-12 | Format EVERYTHING. | 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-04-30 | Add visualization renderer. | Chris Xiong | |
Add API for getting raw pitch bend values. Fix non-compliant RPN handling. The visualization renderer is still at the "proof-of-concept" stage. It's not very usable (yet). |