> It would be nice if someone would chime in and help me on my
> way. As I also have a new
> synth I want the P3 to play only one note for say 4 times a
> 4/4 meassure and in those 4
> meassures use the aux D to get the modwheel going from 0 to
> 127 and back to 1,
Modwheel is MIDI CC #1, so you can assign aux D to CC #1 and send a value on
each step.
If you want to sweep the control up and down over a single bar, there are 16
steps, so you would need jump 16 on each step - aux D values on each step
would be 0, 16, 32, 48, 64, 80, 96, 112, 127, 112, 96, 80, 64, 48, 32 and
16.
If you want to sweep more slowly, over a longer number of bars, you need to
use the aux D accumulator.
Assign aux D to MIDI CC #1, and set a value of 0 on every step.
Assign aux C to "offset aux D", and set a value of 1 on every step.
With the default accumulator settings, this will make the transmitted aux D
value increase by 1 on each step, eventually reaching 127 after 8 bars.
Then it will reset to 0.
To have it sweep back down, you need to change the accumulator settings for
the aux D accumulator so the limit behaviour is "rvtz" (reverse to zero).
See page 140 of the manual for how to do this.
With reverse enabled, the value will sweep up and down over 16 bars.
You can make it speed up by increasing the offset values in aux C.
Or you can slow it down further by only enabling every second step for aux
C.
Best regards,
Colin Fraser
Sequentix Music Systems Ltd
http://www.sequentix.com