I've been trying for hours now to map sound effects to my drum pads on an midi keyboard. I read the manual, but can't for the life of me seem to get it to work. Does anyone know how to do this that would be willing to help. Also how would I write it so that different keys played different parameters, Ex.keys 1-4 activate and play sound effect beatgrid pattern 1-4.
-Thanks in advance for any feedback!
-Thanks in advance for any feedback!
Inviato Thu 31 Dec 09 @ 12:57 am
You can map a sample to a button by assigning the following action:
sampler 1 play_pause
Or if you want to be able to stutter:
sampler 1 play_stutter
You can activate/de-activate an effect using the following:
effect 'Name' active
Unfortunately you cannot select patterns of BeatGrid via MIDI mappings because this effect uses a custom graphic interface and was written before MIDI controllers were common/popular. It does not support the use of effect button and/or effect slider which would make mapping possible.
sampler 1 play_pause
Or if you want to be able to stutter:
sampler 1 play_stutter
You can activate/de-activate an effect using the following:
effect 'Name' active
Unfortunately you cannot select patterns of BeatGrid via MIDI mappings because this effect uses a custom graphic interface and was written before MIDI controllers were common/popular. It does not support the use of effect button and/or effect slider which would make mapping possible.
Inviato Thu 31 Dec 09 @ 8:36 am