Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Randomise sample #19

Open
mattgreenfield opened this issue Jun 6, 2016 · 4 comments
Open

Feature Request: Randomise sample #19

mattgreenfield opened this issue Jun 6, 2016 · 4 comments

Comments

@mattgreenfield
Copy link

Hi,

I'm using sampler box to trigger drum sounds from my electronic drum kit. The sample sets I am using (acoustic drum kits) have 3 hits for each drum / cymbal, each hit is the same velocity but varies in tone slightly and helps make the kit sound more natural and less like a drum machine.

Could there be a way to have 3 .wav files for the same note that randomise?

Thanks for the great software by the way.

@maditnerd
Copy link
Contributor

👍
It would be interesting to be able to define this behaviour in definition.txt

Here is some thought on how this could be made, i'll try it when I can.

I think that would require to modify the variable : samples
As for now samples has two argument midinote and velocity
We would need to add a third argument for example randomize

@dhilowitz
Copy link

For notes with 4 or more samples, I would especially like it to be randomize without consecutive repeats. I currently use a custom script to do this in Kontakt.

Examples:

True random might look like this: 1-4-3-3-2-4-1-1-3-4.
Modified random would look like this: 1-4-3-2-1-3-2-4.

@dhilowitz
Copy link

I've now made my own fork that contains sample randomization: https://github.com/dhilowitz/SamplerBox.

@josephernest: I'd be happy to do a pull request, if you're interested.

@josephernest
Copy link
Owner

@dhilowitz Hi David, Thanks for this addition. We are in a process of merging the additions. I'll send you an email very soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants