no, i didnt say more (P)refuse btw...:)
so here's in response to some questions asking if i
have any other tracks... both of these are old, and
the second one is only patialy up there due to the
request of a label wanting to release it in the
future(s'posedly) new stuff? shit... havent been
feeling very inspired lately, dunno y.. kancyr's my
only real new track lately... thanx for the positive
input all, and hope to have more for you guys soon..
in the meantime, here's two tracks from about 6-8
months ago...
www.soundmangle.com/lgb/elicitAresponse-logreybeam.mp3
www.soundmangle.com/lgb/Ice_cream_soup(remix).mp3
and a silly little ditty here... not sure if it's done
or what....
www.soundmangle.com/mp3s/LGB_chaki's_no_help.mp3
danke, and byebye.. more to come...
lgb
(
var n;
var filename, sound, signal;
n = 128; // number of files generated
b = 90; // this is where you input the beats per
minute desired
m = 4; // division of the beat. 4 = 16thnote, 2 =
8thnote, 8 = 32nd note
l = (1/(b/60))/m;
filename = ":Sounds:cutmeforkansyr";
sound = SoundFile.new;
if (sound.read(filename), {
signal = sound.data.at(0);
z = signal.size;
n.do({ arg k;
Synth.play({ arg synth;
z = (1+k)*l;
PlayBuf.ar(signal, sound.sampleRate, 1, z, z, z+l)
}
,l,":Sounds:Kansyr:kansyrcut"++k.asString);
})
},{ (filename ++ " not found.\n").post });
)
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org
For additional commands, e-mail: idm-help@hyperreal.org