Change sampler playback by script
-
Can the playback mode of a sampler be changed by a widget? I'm trying to switch between One Shot and Normal. Would be cool to just
.setAttribute('One Shot', 1)
or
.setAttribute('Playback', 'One Shot')
-
Add yourself a module browser popup and you can get the names of all the attributes.
The one you want is
Sampler.OneShot
(replace Sampler with the name of your sampler reference). -
@d-healey thank you very much!