Is there a way to make controls for solo-ing one sample?
-
I've made a plugin containing multiple samples and I want users to be able to select one specific sample with a button. When I mapped the samples, they all seemed to play at once, So I was thinking of making a button that would Isolate a certain sample based off of which button was pressed. Any suggestions on how to do this?
-
@Rikahana use multiple samplers - put a simple gain in each - use that to turn sampler audio up and dowm
-
I thought of that but I have nine samples and I only have 8 macros ):
To add to that, I added macros for the envelopes and saturation, so yeh... -
Just use a midi processor that redirects each note to the one you want with Message.setTransposeAmount().
-
@Christoph-Hart How do I use it? I'm quite new to the language and barely made it through (:
-
Yeah sure. Do you have the samples mapped in one sampler on different keys?
-
No, there each in a sampler of their own.
-
@Rikahana Put them all in one sampler if you can
-
@d-healey Is it possible to combine multiple maps into one sampler?
-
@Rikahana You'll have to do that manually, shouldn't take long with few samples.
-
@d-healey I know but do i have to place multiple maps in one place or put all samples in one map is what I meant
-
@Rikahana Put all the samples in one map
-
@d-healey Ok! I did it. Now what do I do?
-
@d-healey Is there a script I need to type?
-
Yes, you need to transpose incoming notes as Christoph suggested a few posts back
-
@d-healey Ok! how? The samples keys overlap so It's gonna be a little hard I think...
-
@Rikahana each sample should be mapped to a single key
-
@d-healey Just one? Not multiple?
-
@Rikahana Just one key per sample
-
@d-healey will they still able to be played on a full range? and almost all of them share the same root note (C4), so is that gonna be okay?