|
|
Terence Hill
from Germany on 2010-04-08 00:36 [#02375581]
Points: 2070 Status: Lurker
|
|
gentlemen, today i present to you booba studies.
a collection of mono audio files improvised and generated on a lazy Wednesday evening.
it's kind of like a improvised sine oscillator with some sort of improvised amp envelope, then fed into some sort of improvised delay kind of thing, and then run through a sort of filter or something to round off the worst clicks, it's all rather improvised.
LAZY_ZIP disclaimer: it doesn't sound necessarily good.
the upload will take a minute or so, why don't you glance over the improvised sauce a bit:
import krister.Ess.*;
float inc = random(1); float inc2 = random(1); float[] samples = new float[44100*120*4]; int[] rhythms = {8000, 16000, 19000, 1000}; void setup() { size(300, 300);
Ess.start(this);
float ampMax = 0; float amp = 0; float div = 10.0; float dec = .999; boolean rampUp = false; for(int i = 0; i < samples.length-44100*6; i++) { // if(random(1) > .9999) if(i%61000==0 || i%30000==0) { rampUp = true; div = random(2, 50); ampMax = random(.2, .9); dec = random(.999, 1); }
if(rampUp) { if(amp>=ampMax) rampUp = false; amp+=.01; } else { amp*=dec; } // if(i==200) amp = .8;
samples[i] = map(sin((i/div*amp)), -1, 1, -amp, amp); inc+=0.00001; }
for(int j = 0; j < 100; j++) { int time = 200;
float[] delay = new float[samples.length]; arrayCopy(samples, delay); // delay = reverse(delay);
for(int i = 0; i .2)
a = (b+c)/2;
samples[i] = a; // samples[i+1] = b; } }
float themax = max(samples); float themin = min(samples);
for(int i = 0; i < samples.leng
|
|
Terence Hill
from Germany on 2010-04-08 00:37 [#02375582]
Points: 2070 Status: Lurker
|
|
for(int i = 0; i < samples.length; i++) { samples[i] = map(samples[i], themin, themax, -.999, .999);
}
AudioChannel myChannel=new AudioChannel(); myChannel.samples = samples; myChannel.sampleRate(44100, false); myChannel.saveSound("booba.aif"); Ess.stop(); exit(); }
|
|
Guybrush
from the white room on 2010-04-08 00:38 [#02375583]
Points: 2556 Status: Lurker | Followup to Terence Hill: #02375582 | Show recordbag
|
|
fuckup the board with code
|
|
Terence Hill
from Germany on 2010-04-08 00:41 [#02375584]
Points: 2070 Status: Lurker
|
|
i can't the board is too smart
|
|
Guybrush
from the white room on 2010-04-08 00:45 [#02375587]
Points: 2556 Status: Lurker | Followup to Terence Hill: #02375584 | Show recordbag
|
|
do a code
|
|
Terence Hill
from Germany on 2010-04-08 00:54 [#02375589]
Points: 2070 Status: Lurker
|
|
i try so hard
code
hard code
(the lin kis online now, please grab a cup of tea and listen to the bliss of your DAC playing back booba studies)
|
|
Terence Hill
from Germany on 2010-04-08 01:01 [#02375592]
Points: 2070 Status: Lurker
|
|
fun fact: booba is pronounced like "boob" when you have a nasty cold, like when your nose is tightly packed with goo and you say: "whoa look at that hnbooba"
|
|
fleetmouse
from Horny for Truth on 2010-04-08 01:17 [#02375594]
Points: 18042 Status: Lurker
|
|
press play
hear this
what do
|
|
Terence Hill
from Germany on 2010-04-09 19:54 [#02375842]
Points: 2070 Status: Lurker
|
|
shit bricks!
|
|
Chodi
from 1337V1773 on 2010-04-11 00:29 [#02376083]
Points: 999 Status: Addict
|
|
I like it.
|
|
khrimson
from the fridge on 2010-04-11 12:34 [#02376108]
Points: 1757 Status: Regular
|
|
pretty avangarde sound,
booba 1hz waves failed to be rendered by my speakers/perceived by my ears.
|
|
Terence Hill
from Germany on 2010-04-11 14:05 [#02376120]
Points: 2070 Status: Lurker
|
|
the first track is a lullaby or slow motion noisecore.
|
|
Messageboard index
|