diff options
author | neauoire <[email protected]> | 2019-11-22 12:33:58 -0500 |
---|---|---|
committer | neauoire <[email protected]> | 2019-11-22 12:33:58 -0500 |
commit | c5edb4bb1bf6de4a056fa2a6c17a7ac0ee48aace (patch) | |
tree | 3f3e669afbc2f2460849514b02869006e2f11fe2 /README.md | |
parent | 8182c19c93adf4ad31973d8917dc510ba3639b48 (diff) | |
download | Orca-c5edb4bb1bf6de4a056fa2a6c17a7ac0ee48aace.tar.gz Orca-c5edb4bb1bf6de4a056fa2a6c17a7ac0ee48aace.zip |
Improved cursor, implemented paste-over
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ Learn more by reading the <a href="https://github.com/Hundredrabbits/Orca" targe ## Install & Run -You can download [builds](https://hundredrabbits.itch.io/orca) for **OSX, Windows and Linux**, or if you wish to build it yourself, follow these steps: +You can download [builds](https://hundredrabbits.itch.io/orca) for **OSX, Windows and Linux**, use it [in your browser](https://hundredrabbits.github.io/Orca/)(requires webMidi), or if you wish to build it yourself, follow these steps: ``` git clone https://github.com/hundredrabbits/Orca.git @@ -112,7 +112,7 @@ For example, `=1abc` will send `10`, `11` and `12` to `/1`, via the port `49162` Some of Orca's features can be **controlled externally** via UDP though port `49160`, or via its own command-line interface. To activate the command-line prompt, press `CmdOrCtrl+K`. The prompt can also be used to inject patterns or change settings. -### Injection Mode +### Project Mode You can **quickly inject orca files** into the currently active file, by using the command-line prompt — Allowing you to navigate across multiple files like you would a project. Press `CmdOrCtrl+L` to load multiple orca files, then press `CmdOrCtrl+B` and type the name of a loaded `.orca` file to inject it. |