Change to use IPv6 compatible addressing
Add ctrl+z as undo (if allowed by terminal, hopefully)
Add clamp to amount of buffered delta time
Add better play/pause timing control
Increase sleep timeout aggression
Add note off timings to app deadline timing
Increase maximum bar divisor to 36
Add basic note-off/sustain handling
Add more stuff for midi sending via osc
Change sokol_time.h to get -isystem for include
Break tui app state out into struct
Change to use scratch oevent list when predicting ui markers
Add midi event list debug drawing
Add start of using midi events in tui
Change simulation stepping key to ctrl+f
Add playing/paused distinction, remap step to ctrl+space
Add grid ruler snapping when resizing grid
Change resize to use grid ruler increments
Remove ctrl+d and ctrl+g as quit shortcuts
Add input mode display in tui hud
Cleanup params naming in oper phases
Rename `orca` target to `cli`, rename `tui` target to `orca`
Fix build warning on impossible switch case
Change piano input mode to forward slash, add cursor display
Restrict cursor drawing in tui to visible area
Fix incorrectly overlapping storage for V var names
Add explicit margins option to tui
Update README with more build notes
Updated examples and README / Added LICENSE
Add basic terminal margins (with option to disable)
Add unknown key stderr debug (ifdefd out)
Clean up resizing logic, make it work with undo history
Fix '+' not highlighted red in tui
Add partial support for resizing grids (WIP)
Cleanup movement operator declarations
Remove unnecessary macro indirection
Fix buffer bounds check off-by-one