Search found 4 matches

by 3H6MM495
Fri Apr 14, 2017 4:43 pm
Forum: Making Music with Audacity
Topic: recreating the sound of a granular sampler
Replies: 7
Views: 1890

Re: recreating the sound of a granular sampler

ok guys here's my latest attempt https://soundcloud.com/user-176723455/01-done-in-audacity6 i've downloaded the latest version of audacity and found there was a whole load of new tools in the distortion plugin to play around with! I think I might need to work on that part, but the great thing is how...
by 3H6MM495
Sat Apr 08, 2017 7:07 pm
Forum: Making Music with Audacity
Topic: recreating the sound of a granular sampler
Replies: 7
Views: 1890

Re: recreating the sound of a granular sampler

i'm assuming some of the code was the part that clipped the positive side of the waveform? Yes, the S-MIN command. A quick explanation of the code: thanks for explaining the code, completely new to audacity script. still got a lot to learn there. would I be correct in understanding that by quantisi...
by 3H6MM495
Sat Apr 08, 2017 3:26 pm
Forum: Making Music with Audacity
Topic: recreating the sound of a granular sampler
Replies: 7
Views: 1890

Re: recreating the sound of a granular sampler

OK, I had a quick go. distorted.wav 1) Invert 2) Normalize 3) Distortion effect > Leveler Moderate preset 4) Applied this code in the Nyquist Prompt effect: ;version 4 (if (arrayp *track*) (setf *track* (mult 0.5 (sum (aref *track* 0)(aref *track* 1))))) (lowpass8 (quantize (s-min (lowpass8 *track*...
by 3H6MM495
Fri Apr 07, 2017 9:48 pm
Forum: Making Music with Audacity
Topic: recreating the sound of a granular sampler
Replies: 7
Views: 1890

recreating the sound of a granular sampler

sampler in question is bastl instruments microgranny small pocket sampler. I just love what it does when stuff is run through it. but so far haven't got the sound if I try and recreate it with audacity, I will post my examples of sampling I have done with it and my attempts to create a like for like...