Cleanup stdio.h and Field naming. Add comment about Field.
Remove 'usz_clamp()', no longer needed
Remove use of 'Gbuffer' and 'Mbuffer' typedef wrappers
Add raw UDP datagram ';' operator
Add guard against resizing past ORCA_x_MAX field size limit
Add --initial-size argument for tui
Merge pull request #8 from npisanti/master
Add cell term attrs for non-locking input cells
Cleanup, reorder some memory reads/writes
Fix incorrect buffer capacity check for sustained notes add
Merge pull request #7 from npisanti/master
T out disabled with len 0
compliant to last orca release
Fix '=' bugs, flip param order, increase limit to 16
Merge pull request #5 from npisanti/master
Change to use controls banner from tui in readme
Add warning to build tool about asan in debug builds with portmidi
Add working midi out with fixed timings
Add basic sending of midi data through portmidi
Add basic init of portmidi device
Add build tool stuff for portmidi library
Cleanup, change to use indexing storage for `V` operator
Rename 'HASTE' for ports to 'PARAM'
Rename REALIZE_DUAL to LOWERCASE_REQUIRES_BANG
Remove need to specify lowercase char for alpha operators
Remove special casing for unique/dual operators
Cleanup movement operator dispatch
Remove phase 1 related macros/functions
Move logic from phase1 to phase0 with legacy guard
Add started/stopped osc messages on play/pause
Add --strict-timing as a commandline option
Add back (ifdef'd out) old timing table
Add stricter timing tables and debug preprocessor switch
Change yield tables to be more lenient
Add much more strict ncurses timeout (temp)
Change to use new timing method for main loop
Add pressing spacebar in append mode to write '.'
Change 'R' to include the max in the interval
Tweak mac hard-coded clang version
Fix warnings in some gcc versions
Add more cc vers/id flag logic to build tool
Add special case for mac clang version number
Change compiler detection to use cpp macros
Remove wrapper usage for mbuffer lock in comment operator
Clean up, remove unnecessary stuns