Is there a way to assign a button (on screen or controller) to load a specific Sampler Bank in the Sampler section on the screen? Thank you!
Posted Mon 02 Aug 21 @ 8:13 pm
yes, see the description for this script
sampler_bank
sampler_bank
Posted Mon 02 Aug 21 @ 8:15 pm
locodog wrote :
yes, see the description for this script
sampler_bank
sampler_bank
Thank you for the reply. Sorry, where would I find this?
Posted Mon 02 Aug 21 @ 8:47 pm
Thought I had it fixed, but not what I want yet.
I want the Sampler to load the specific bank on the screen. Thank you.
I want the Sampler to load the specific bank on the screen. Thank you.
Posted Mon 02 Aug 21 @ 8:49 pm
works for me,
sampler_bank "amen pack 2"
sampler_bank "amen pack 2"
Posted Mon 02 Aug 21 @ 9:13 pm
locodog wrote :
works for me,
sampler_bank "amen pack 2"
sampler_bank "amen pack 2"
This did it:
sampler_bank "RACES" & pad_page 'sampler' & sideview sampler
[edit, you missed the "&" between bank script and the pad_page call]
Posted Mon 02 Aug 21 @ 9:31 pm