NEW MODULES
I made the following modules to make a gate-triggered and aftertouch-controlled multi-fx to record with the beatstep pro. You could of course also use pressure sensitive pads and record those..
TABLE
"tabRecorder"
single automation recorder with inbuild table.
records value input (to be used with "singleTouch" module to record aftertouch)
The recorded automation won't be reset to 0 when axoloti is restarted.
set the desired maximum table size with the "size" selector attribute.
For the "size" input:
Use a "ratioVCAI" module to set a desired ratio to host tempo, using the "clock2timing" module to provide the amount of samples (ksamples output).
A gate high at the "delete" input, WHILE rec is high, will set the currently recorded value to 0.
A gate high at the "delALL" input, WHILE rec is high, will set all position in the table to 0.
A gate high at the "reset" input will reset the internal readout position to 0.
outputs:
"gate" goes high when recorded readout value is above zero.
"mix" outputs a smoothed gate high to use with crossfaders
"out" outputs the recorded readout value
MIDI
"singleTouch"
Monophonic MIDI keyboard note input. Only responding to a single note, with polyphonic aftertouch and gate output
MODULE UPDATES:
"rndTapDelayStereoOut" : external "max delay" control added
"stChorus": external dry/wet control added