LinuxCommandLibrary

orca-c

A C-port of the ORCA live programming environment.

TLDR

Start ORCA with an empty workspace

$ orca-c
copy


Start ORCA and open a specific file
$ orca-c [path/to/file.orca]
copy


Start ORCA and set a specific tempo (defaults to 120)
$ orca-c --bpm [beats_per_minute]
copy


Start ORCA and set the size of the grid
$ orca-c --initial-size [columns]x[rows]
copy


Start ORCA and set the maximum number of undo steps (defaults to 100)
$ orca-c --undo-limit [limit]
copy


Show the main menu inside of ORCA
$ F1
copy


Show all shortcuts inside of ORCA
$ ?
copy


Show all ORCA operators inside of ORCA
$ Ctrl + g
copy

Copied to clipboard