diff options
author | neauoire <[email protected]> | 2019-11-24 15:58:04 -0500 |
---|---|---|
committer | neauoire <[email protected]> | 2019-11-24 15:58:04 -0500 |
commit | 4fd9ad72aafbb3f0c71139fd36ae421f1d8f352a (patch) | |
tree | c88df89e909bc69629fec5d6d5c76ab70104762e /README.md | |
parent | 3e661692b1d83913b1d78d7ab49a0c000d4cc0c5 (diff) | |
download | Orca-4fd9ad72aafbb3f0c71139fd36ae421f1d8f352a.tar.gz Orca-4fd9ad72aafbb3f0c71139fd36ae421f1d8f352a.zip |
Breaking changes to BFL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ npm start To display the list of operators inside of Orca, use `CmdOrCtrl+G`. - `A` **add**(*a* b): Outputs sum of inputs. -- `B` **bounce**(*rate* mod): Outputs values between inputs. +- `B` **bounce**(*a* b): Outputs difference of inputs. - `C` **clock**(*rate* mod): Outputs modulo of frame. - `D` **delay**(*rate* mod): Bangs on modulo of frame. - `E` **east**: Moves eastward, or bangs. @@ -40,7 +40,7 @@ To display the list of operators inside of Orca, use `CmdOrCtrl+G`. - `I` **increment**(*step* mod): Increments southward operand. - `J` **jumper**(*val*): Outputs northward operand. - `K` **konkat**(*len*): Reads multiple variables. -- `L` **loop**(*step* *len* val): Moves eastward operands. +- `L` **less**(*a* *b*): Outputs smallest of inputs. - `M` **multiply**(*a* b): Outputs product of inputs. - `N` **north**: Moves Northward, or bangs. - `O` **read**(*x* *y* read): Reads operand with offset. |