aboutsummaryrefslogtreecommitdiffhomepage
path: root/TUTORIAL.md
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-05-14 08:19:39 +0900
committerDevine Lu Linvega <[email protected]>2019-05-14 08:19:39 +0900
commit58d3d9ac78fd79ca7b2a22aa753107981db9e54d (patch)
tree0c41650db61cc6c4867bbf5714814e84d73098d0 /TUTORIAL.md
parent7be521c852dcdc671575d3a3efd84785f4a1d22e (diff)
downloadOrca-58d3d9ac78fd79ca7b2a22aa753107981db9e54d.tar.gz
Orca-58d3d9ac78fd79ca7b2a22aa753107981db9e54d.zip
Started adding FAQs
Diffstat (limited to 'TUTORIAL.md')
-rw-r--r--TUTORIAL.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md
index 67fd2fe..8bd8e7b 100644
--- a/TUTORIAL.md
+++ b/TUTORIAL.md
@@ -69,6 +69,12 @@ Here's a list of supported operations.
[Pilot](https://github.com/hundredrabbits/Pilot) is a minimalist synth software designed to work via UDP, and to quickly get started with Orca. Remember that **Pilot uses UDP instead of MIDI**. Have a look at [pilot.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/software/pilot.orca) to see how it should be used.
+## FAQS
+
+### Why does placement of `V` matter?
+
+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.
+
## Patterns
### Modulo