cancel
beeb85720e
[Automated] Change style to right-pointers
5 years ago
cancel
a89b2ace51
Change orca_run() to not clear input buffers
Callers are now in charge of clearing/cleanup
5 years ago
cancel
f8d8e7d589
Remove trigger/'piano' mode.
Old orca-c feature that is not present in orca JS. This was using up the
'!' glyph, which we'll need back for MIDI CC. It was also using up the
'/' input key in the TUI, and added a bunch of stuff to the code that
probably nobody was using.
5 years ago
cancel
bbb1bbd91d
Remove mark.h and mark.c
Contents were folded into field.h and field.c.
5 years ago
cancel
21b0a0aa16
Fix cli tool build error.
random_seed was never added as an argument.
It should have been added in:
2fee3a706b
but it wasn't.
5 years ago
cancel
53df0684c3
Clean up naming of Markmap_ stuff
6 years ago
cancel
31461a215e
Cleanup stdio.h and Field naming. Add comment about Field.
6 years ago
cancel
257e6cde6a
Remove bank, load, store
6 years ago
cancel
5a81794d5f
Fix build error in cli
6 years ago
cancel
9b81391d76
Change to use 'strict' void style fn decls
6 years ago
cancel
9af409de76
Add start of midi events
6 years ago
cancel
b739e547c3
Rename `orca` target to `cli`, rename `tui` target to `orca`
6 years ago
cancel
2eeb52c125
Add start of piano input
6 years ago
cancel
5a4e79fa44
Change to return 0 on -h/--help
6 years ago
cancel
1caf581a57
Add explicit margins option to tui
6 years ago
cancel
90f3383dd0
Add tick number param
6 years ago
cancel
74c414bcf0
Add glue for using bank in sim
6 years ago
cancel
050ed29126
Change sim to only use gbuffer, not field
6 years ago
cancel
096768fc13
Add clear and deinit markmap (test)
6 years ago
cancel
10cbab99ba
Change markmap to separate buffer from reusable
6 years ago
cancel
99a99580a8
Clean up punctuation in error msgs
6 years ago
cancel
316de2e60c
Add narrowing conversion warning, fix warnings
6 years ago
cancel
6b2bc499af
Add better usage/help options to cli
6 years ago
cancel
3c8d899296
Change to use better error message for >1 file arg
6 years ago
cancel
affc8ff2ab
Change to default to 1 tick
6 years ago
cancel
4bb6966550
Change to invoke orca_run and reject bad time args
6 years ago
cancel
ae16f05272
Add basic loading of grid fields from file
6 years ago
cancel
f4ff0e71ad
Add basic printing of Field to stdout
6 years ago
cancel
c41c9befad
Split tui and cli executables
Now built as separate targets
6 years ago