Remove old 'margins' cmdline arg opt
Fix auto-play causing 'new file' message to disappear
Add missing '?' for valid glyph check
Change to use LUT for glyph->number in VM
Move midi_mode storage out of Tui and into Ged
Fix incorrect conf loading value for MIDI clock
Change default conf for MIDI beat clock to disabled
Add MIDI beat clock output, with conf and menu toggles
Remove source text redundancy for deadline timer comparisons
Clean up control flow for grid initialization
Cleanup initial grid sizing logic
Add static/noinline attributes to tui_main.c functions
Remove unnecessary 'Prefs' loading struct
Change main event loop to use label/goto
Factor out TUI menu driving logic from main()
Fix OSC address input not accept empty line
Move OSC configuration to menus and conf file
Change to use oso strings for osc hostname/port
Fix potential MIDI notes stuck on due to PortMidi latency
Remove unused parameters for timestamping
Add semi-artificial timestamping for PortMidi
Add some more sanitize options to build script
Change ordering of args for send_midi_chan_msg()
Cleanup, factor out redundant MIDI msg handling
Fix incorrect status bits for portmidi midi cc
Add MIDI CC to opers guide message
Change default velocity to be 127
Change MIDI note duration to behave like orca JS
Change to extend range of allowed MIDI note glyphs
Change MIDI velocity behavior to match newer Orca JS
Add workaround for spurious clang warning
Fix some cases of not checking for history push
Cleanup, change 'break' style to not hang off brace
Move Ged state data into Tui state data
Factor out some main() stack variables to a stuct