MIDI Input
It is possible to control many of Tempera’s internal parameters by MIDI CC.
Grid cells for emitter placement are numbered starting at top left, column by column. To place or remove emitters:
First set the Active emitter by sending CC10 with value between 0 and 3. Value of 0 is the first (blue) emitter.
Send CC11 with value between 0 and 63 to place an emitter
send CC12 with value between 0 and 63 to remove an emitter
For example, to place emitter 1 on the first cell of first track:
Send CC10 with value 0 to set the active emitter to 1
Send CC11 with value of 0 to place the emitter
Or remove emitter 2 from the second cell of the second track
Send CC10 with value 1 to set the active emitter to 2
Send CC12 with value 9 to remove the emitter
In other words, cells in the first track are 0 to 7, second track are 8 to 15, third track are 16 to 23, and so on.