USING CONTINUOUS CONTROLLERS:
If you have a controller with 16 sliders and you want to use them to
mix 16 channels on your XL-1 via midi volume (for example), simply
set your controllers to send volume data (CC#7)--one slider for each
midi channel.
USING SYSEX:
If you want to uses sysex to change the master arp pattern on the
fly (only if your controller can send out sysex), here's the sysex
command:
F0 18 0F dd 55 01 02 03 05 yy yy F7
where dd = the sysex device ID of your unit,
and where yy = the number of the arp pattern you want--from 00--63.
[Note: all numbers above are in hex.]
Example:
F0 18 0F 00 55 01 02 03 05 63 00 F7
If your controller cannot send out sysex, you can use preset
patchcords to have a controller alter the following:
ArpRate
ArpExten
ArpVel
ArpGate
ArpIntvl
as well as various Beats parameters.
Hope this helps.
--Steve
> --- In XL-1@yahoogroups.com, "peamasii" <eduard@> wrote:
> >
> > Hi, does anyone know how to control the XL-1 parameters like
Channel
> > Volume, Arpeggiator Pattern and such? The manual says to use for
> example:
> >
> > id = 131 (03h,01h) min = 0; max = 127
> >
> > But in my controller I'm supposed to choose CC/RPN/NRPN type of
> > control. Do I have to create a MIDI message to some kind, to be
able
> > to control channel volume remotely?
> >
> > Eduard