Fixed issue with workshop
Added mirror example
Fixed subtract example
Orca is a two-dimensional esoteric programming language in which every letter of the alphabet is an operator, where lowercase letters operate on bang, uppercase letters operate each frame. This livecoding language is designed to procedurally generate MIDI, UDP or OSC messages.
A add(a b): Outputs sum of inputs.
B subtract(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.
F if(a b): Bangs if inputs are equal.
G generator(x y len): Writes operands with offset.
H halt: Halts southward operand.
I increment(step mod): Increments southward operand.
J jumper(val): Outputs northward operand.
K konkat(len): Reads multiple variables.
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.
P push(len key val): Writes eastward operand.
Q query(x y len): Reads operands with offset.
R random(min max): Outputs random value.
S south: Moves southward, or bangs.
T track(key len val): Reads eastward operand.
U uclid(step max): Bangs on Euclidean rhythm.
V variable(write read): Reads and writes variable.
W west: Moves westward, or bangs.
X write(x y val): Writes operand with offset.
Y jymper(val): Outputs westward operand.
Z lerp(rate target): Transitions operand to input.
* bang: Bangs neighboring operands.
# comment: Halts a line.
Orca operates on a base of 36 increments, operators will convert alphanumeric values into values ranging from 0 to 36. Special characters are used to handle platform and client specific interactions.
This section will teach the basics of playing a note and a sequence of notes.
D8
, will send a bang, every 8th
frame.:03C
, will send the C
note, on the 3rd octave, to send C#
, use the lowercase c3
.D8...
.:03C
aRG
, will output a random value between A & G, the rightside uppercase letter indicates an uppercase output.D8.aRG.
.:03D..
04TCAFE
, will create a track of 4 notes, and output its first value.D814TCAFE
.:03A....
8C4
, will count from 0 to 3, at 1/8th
speed..8C4.....
D804TCAFE
.:03C....
This section will teach the basics of automating logic decisions and changing the values of operators dynamically.
2I6
, will increment to 6 at a rate of 2..2I6.......
D626TCAFEDG
.:03F......
1AC
, will add 1 to C, to output D. To get D#, use the lowercase d, like 1Ac
.D8.1AC.
.:03D..
C6
into B3
will bounce a value between 0 and 3 over 6 frames.4C6......
.4B3.....
D414TCAFE
.:03A....
.I4
, will increment to 4, at a rate of 1..F2
, will bang only if leftside input is equal to 2.I4.....
3F2.1AC
..:03D.
This section will teach the basics of creating new operators procedurally. Halt a moving operator
E
, will travel further eastward, every frame.H
, will stop a E from moving...H
E..
22O
, will get the operator E at the offset 2,2.22O...
..E..H
.....E
22X
, will output the operator E at the offset 2,2.22XE.
.....
.....
....E
B4
, will bounce from 0 to 4 and back.C...........
.B4.........
.1XE........
........:03C
........:03D
........:03E
........:03F
........:03G
This section will teach the basics of storing accessing and combining that stored data.
aV5
.....Va
.......
aV5..Va
.....5.
.......
aV6..Va
.....6.
iV0.oV3.nVC
...........
3Kion......
.:03C......
3..
J..
3Y3
D43Ka...
.Y.:03C...