Get a list of all available samplers (if names are unique)
-
Is there a way to pull a list of all sampler ids in a project, if sampler names are unique?
For example: kick, snare, hats, bla bla.
-
You can use
Synth.getIdList("Sampler");
To get a list of all the IDs. They should all be unique because they are IDs ;) -
@d-healey Got it. Thank you. Just checking out your Lazy load video, and I got one thing wrong, so I thought I couldn't pull the names based on the synth type.
Thanks a lot!