diff options
-rw-r--r-- | TUTORIAL.md | 37 |
1 files changed, 9 insertions, 28 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md index 43c93f4..921c84b 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -80,6 +80,10 @@ Here's a list of supported operations. Orca operates linearly from the top-left, to the bottom-right, operators are executed in that sequence, and so the variables stored at the top, can be overwritten by the variables declared at the bottom. +### Why is orca not making any sound? + +Orca is not a synthetizer, it is meant to control audio & visual software, or hardware. Orca will never include domain specific operators to generate music or to create pictures. It is designed to be as generic as possible. + ## Golf ### Modulo @@ -107,17 +111,6 @@ Will output lowercase `C`. ``` H.. CM1 -.c. -``` - -### Not Null - -Will bang if not null. - -``` -cYc -J.J -cFc ``` ### Substract @@ -129,25 +122,13 @@ Will substract `8 - 3`. 8Ax. ``` -### Hold Bang - -``` -..S -... -Hh. -SF. -``` +### Not Null -### WN Corner +Will bang if not null. ``` -H.... -Ny..W +cYc +J.J +cFc ``` -### ES Corner - -``` -....H -E..xS -``` |