changes V and K to match orcaJS, fixes #48
Remove broken pseudo-random algorithm
Revert "deactivate mouse by default, ..."
deactivate mouse by default, #define ORCA_USES_MOUSE 1 for activate
reverts tui methods to int for avoiding overflow, fixes #46
updates L to match orcaJS, fixes #41
Merge pull request #36 from npisanti/master
Merge pull request #45 from attejensen/ruler_jumps
ctrl makes cursor jump according to ruler spacing
less deterministic random
Colorized ports properly, fixed #34
Always play by default
Merge pull request #35 from npisanti/master
random max now defaults to 36
Merge pull request #33 from npisanti/master
Merge pull request #32 from npisanti/master
Merge pull request #31 from npisanti/master
replaces banger with bounce operator
Merge pull request #30 from npisanti/master
U is now the uclid operator
Renamed and fixed overflow in M
Replace modulo with multiply operator, fixes #24
Removed extra check from F
Merge pull request #22 from npisanti/master
changes A C D F I to match orcaJS
Add --bpm option (#19)
Merge pull request #12 from npisanti/master
Guard use of -march=nehalem to gcc >= 4.9
porting of K operator from orcaJS
Merge pull request #11 from npisanti/master
changes R to max exclusive to match orca-js behavior
changes V to match orca-js behavior
Update `D` to match orca-js (#10)
Fix ordering of gbuffer reads in `C` operator
Clean up naming of Markmap_ stuff
Remove typedef for Field from base.h
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