booba studies | xltronic messageboard
 
You are not logged in!

F.A.Q
Log in

Register
  
 
  
 
Now online (2)
RussellDust
Monoid
...and 249 guests

Last 5 registered
Oplandisks
nothingstar
N_loop
yipe
foxtrotromeo

Browse members...
  
 
Members 8025
Messages 2613470
Today 8
Topics 127501
  
 
Messageboard index
booba studies
 

offline 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


 

offline 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();
}


 

offline 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


 

offline Terence Hill from Germany on 2010-04-08 00:41 [#02375584]
Points: 2070 Status: Lurker



i can't the board is too smart


 

offline 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


 

offline 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)


 

offline 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"


 

offline fleetmouse from Horny for Truth on 2010-04-08 01:17 [#02375594]
Points: 18042 Status: Lurker



press play

hear this

what do


 

offline Terence Hill from Germany on 2010-04-09 19:54 [#02375842]
Points: 2070 Status: Lurker



shit bricks!


 

offline Chodi from 1337V1773 on 2010-04-11 00:29 [#02376083]
Points: 999 Status: Addict



I like it.


 

offline 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.


 

offline 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