Hi in the Automix session i would like to play a new jingle/sample each time a new track starts but i can't figure out how to do. Is it something feasible ?
Thanks in advance
Thanks in advance
Mensajes Sun 09 Jan 22 @ 6:36 pm
You could use the ONSONGLOAD Keyboard key, and map it as ..
(choose any Bank/Sample name you want
automix ? sampler_play "Instruments/Kick"
(choose any Bank/Sample name you want
Mensajes Sun 09 Jan 22 @ 11:11 pm
Thank you very much for your answer. I would like the sample to be different each time but i can not figure out how to concatenate a string with a variable
This does not work
set '$i' 1 & automix ? sampler_play 'path' `get_var '$i'` '.mp3'
Thanks in advance
This does not work
set '$i' 1 & automix ? sampler_play 'path' `get_var '$i'` '.mp3'
Thanks in advance
Mensajes Tue 11 Jan 22 @ 6:13 pm