lunar lou
lunar lou
Im able to compile everything in Extensions. No errors. (im not using supernova), but I get Class not defined errors when trying out the examples. So, not working
Ok, I see a few sc files and one that says Overwrite Do I open the supercollider app contents and put these files in there? Where do I over write...
some of it works like a charm :). some help files im getting errors. ill post em tomorrow
``` ok, here are the errors from some examples. The audio plays for some of them this doesn't play at all b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01.wav"); ( {...
``` this plays but I get the warning ; b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01.wav"); { SuperPlayBufX.ar(1, b, MouseX.kr(0.1, 10, \exponential), cuePos:b.atSec(b.duration / 2), cueTrig: MouseButton.kr(0, 1, 0))!2 }.play; ->...
b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01.wav"); ``` ( { var phaseInt, phaseDec; # phaseInt, phaseDec = SuperPhasor.ar(0, BufRateScale.kr(b), 0, 0, Float.from32Bits(b.numFrames), 0); SuperBufRd.ar(1, b, phaseInt, phaseDec); }.play; ) error: ERROR:...
``` b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01.wav"); ( { var sig, playhead; # sig, playhead = SuperPlayBufDetails.ar(1, b, MouseX.kr(0.1, 10, \exponential), cuePos:b.atSec(b.duration / 2), cueTrig: MouseButton.kr(0, 1, 0)); SendTrig.ar(Impulse.ar(10), 0,...
``` SuperPair works ( x = { var bigValue = \bigValue.skr(0); bigValue.poll; DC.ar(0); }.play; ) x.set(\bigValue, 9000.00002.asPair); perPair: 0.000000 SuperPair: 0.000000 SuperPair: 0.000000 SuperPair: 0.000000 SuperPair: 0.000000 SuperPair: 0.000000 SuperPair:...
``` SuperPhasor no sound b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01.wav"); ( { var phaseInt, phaseDec; var trig = MouseButton.kr(0, 1, 0); # phaseInt, phaseDec = SuperPhasor.ar(trig, BufRateScale.kr(b) * MouseX.kr(0.1, 10,...
``` SuperPlayBufDetails . not defined b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01.wav"); ( { var sig, playhead; # sig, playhead = SuperPlayBufDetails.ar(1, b, MouseX.kr(0.1, 10, \exponential), cuePos:b.atSec(b.duration / 2), cueTrig: MouseButton.kr(0,...