You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
473 B
Plaintext
16 lines
473 B
Plaintext
(
|
|
s.waitForBoot{
|
|
|
|
Task{
|
|
var buf = Buffer.read(s,"/Users/macprocomputer/Desktop/_flucoma/code/flucoma-core-src/AudioFiles/Nicol-LoopE-M.wav");
|
|
var slicepoints = Buffer(s);
|
|
|
|
FluidBufAmpSlice.process(s,buf,indices:slicepoints,fastRampUp:10,fastRampDown:2205,slowRampUp:4410,slowRampDown:4410,onThreshold:10,offThreshold:5,floor:-40,minSliceLength:4410,highPassFreq:20,action:{
|
|
FluidWaveform(buf,slicepoints,bounds:Rect(0,0,1600,400));
|
|
});
|
|
|
|
}.play(AppClock);
|
|
}
|
|
)
|
|
|