This is possibly user error, but I'll explain as best I can. I use the (for example) GOTO_CUE 3 & SAMPLER_PLAY 5 & SAMPLER_PLAY 8, it's self-explanatory what it does but, what I didn't know is when the sampler bank isn't focused on the SOUND FX tab (which is the name I gave it and is where my audio samples are) it will play the video samples which are in the VISUALS tab because that is in focus at the time of the track playing, and they are of course silent. Do I have to specify the bank name and then add what sample number to play ... (example) Like this > GOTO_CUE 3 & 'SAMPLE BANK' 'SOUND FX' & SAMPLER_PLAY 5 & SAMPLER_PLAY 8?, (which I tried, but it didn't work)
发表时间 Thu 02 Jun 22 @ 4:59 pm
GOTO_CUE 3 & SAMPLE_BANK 'SOUND FX' & SAMPLER_PLAY 5 & SAMPLER_PLAY 8
发表时间 Thu 02 Jun 22 @ 5:26 pm
locodog wrote :
GOTO_CUE 3 & SAMPLE_BANK 'SOUND FX' & SAMPLER_PLAY 5 & SAMPLER_PLAY 8
As always, Thanks Locodog but, it doesn't work, it still plays the samples on the other bank if that's the one in focus
发表时间 Thu 02 Jun 22 @ 5:32 pm
EDIT, it does work but only like this GOTO_CUE 3 & sampler_bank 'SOUND FX' & SAMPLER_PLAY 5 & SAMPLER_PLAY 8. sampler_bank must be in lower case ......or, should it have been sampler_bank and not sample_bank?
发表时间 Thu 02 Jun 22 @ 5:44 pm
Case doesn't matter.
But the action is sampler_bank (with an r and underscore) and that does matter!
But the action is sampler_bank (with an r and underscore) and that does matter!
发表时间 Fri 03 Jun 22 @ 7:50 am