Now I have read up and tried it out and understand how it works. The text in the manual is actually OK if you read it carefully and the link to the tutorial is there too but there is allot of information to absorb.
I wrote this, it deviates from the example and it might be a bit too through but I think it would make me understand it faster...
Notes are controlled in a special way: instead of specifying the actual note, you make a note selection and an octave transposition selection. The note is selected from the currently received choord and the octave transposition is relative to that note. Both selections are done for each individual step and are displayed in a special format concisting of note and octave transposition. The following example shows the notation:
Let's assume the Chord C-3, E-3, G-3, B-3 is played on the external MIDI keyboard and that the pattern
1+0 --- 1-1 --- 1+1 --- 2+0 --- 3+0 --- 4+0 --- 2+0 3+1 2-1 4+2
is entered into the sequencer.
At the first step the note C-3 (first note, no transpose) will be output.
At step 3, C-2 (first note, -1 octave transpose).
At step 5, C-4 (first note, +1 octave transpose).
At step 7, E-3 (second note, no octave transpose).
At step 9, G-3 (third note, no octave transpose).
At step 11, B-3 (forth note, no octave transpose).
At step 13, E-3 (second note, no octave transpose).
At step 14, G-4 (third note, +1 octave transpose).
At step 15, E-2 (second note, -1 octave transpose).
At step 16, B-5 (forth note, +2 octave transpose).