zazen Posted August 16, 2011 Report Share Posted August 16, 2011 (edited) I saw him play at the Essential Weekender in Finsbury Park in 1997. He was wheeled onto stage in a wendy house and he did the whole gig from a laptop (couldn't tell you whether it was a mac or a pc though) While his mates danced around on stage in those giant teddy bear costumes. 808 State, Squarepusher and Massive Attack were all at the same festy. Good times. Anyway, I guess he was just using the laptop for playback so it didn't necessarily reflect what he was using to make music at the time But ... the impression I get with Richard D James album and the Come to Daddy stuff that came after it was that it was mostly done on computers using software. I think he was into laptops and computers and software at that stage didn't get back into analogue gear until a bit later. Edited August 16, 2011 by zazen Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1637965 Share on other sites More sharing options...
Guest circular-konrad Posted August 16, 2011 Report Share Posted August 16, 2011 A few years back I stumbled across some template code in Supercollider that pretty much demonstrated the bouncy part of Bucephalus. Plus he mentioned in interviews before, that he used code stuff. Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1638089 Share on other sites More sharing options...
grit Posted August 16, 2011 Report Share Posted August 16, 2011 On 8/16/2011 at 2:06 AM, zazen said: I saw him play at the Essential Weekender in Finsbury Park in 1997. He was wheeled onto stage in a wendy house and he did the whole gig from a laptop (couldn't tell you whether it was a mac or a pc though) Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1638102 Share on other sites More sharing options...
Guest hahathhat Posted August 16, 2011 Report Share Posted August 16, 2011 pppppowermac Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1638104 Share on other sites More sharing options...
perunamuusi Posted August 16, 2011 Report Share Posted August 16, 2011 around 95-98 he was using a home made sequencer (co written with GOL who designed Fruity Loops) Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1638157 Share on other sites More sharing options...
marf Posted August 16, 2011 Report Share Posted August 16, 2011 he posted some code made with supercollider V1 way back when he was trolling the SC list. He can code. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1638226 Share on other sites More sharing options...
oscillik Posted August 16, 2011 Report Share Posted August 16, 2011 On 8/3/2011 at 9:34 PM, marf said: atari falcon would just be a sequencer no? I imagine very limited sampler ability. How would anyone know anyway the Atari Falcon030 was capable of 16 tracks of audio recording to hard disk. the Falcon030 was actually a very very capable machine. i had one. i miss it. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide oscillik's signature Hide all signatures Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1638231 Share on other sites More sharing options...
Guest sirch Posted August 16, 2011 Report Share Posted August 16, 2011 On 8/16/2011 at 12:07 PM, LUDD said: around 95-98 he was using a home made sequencer (co written with GOL who designed Fruity Loops) lol Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1638260 Share on other sites More sharing options...
zazen Posted August 17, 2011 Report Share Posted August 17, 2011 On 8/16/2011 at 9:33 AM, grit said: On 8/16/2011 at 2:06 AM, zazen said: I saw him play at the Essential Weekender in Finsbury Park in 1997. He was wheeled onto stage in a wendy house and he did the whole gig from a laptop (couldn't tell you whether it was a mac or a pc though) yeah, that was it Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1639294 Share on other sites More sharing options...
Joyrex Posted August 17, 2011 Report Share Posted August 17, 2011 I wonder what's become of the Wendy house... Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures Follow WATMM on Twitter: @WATMMOfficial Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1639313 Share on other sites More sharing options...
Guest tompty Posted August 18, 2011 Report Share Posted August 18, 2011 i heard it went for 15 grand on ebay. its key for that plasticy bass sound Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1639384 Share on other sites More sharing options...
marf Posted August 18, 2011 Report Share Posted August 18, 2011 (edited) Code Rich posted in SC forum.. Found here http://www.audiosynt...-users-archive/ umm.. no how about this its the only NON sound patch i've got,apart from a tron game patch I posted here a long time ago, looks pretty, oh its SC 1 aswell of course. let me know what ye think. defaudioout L R; var zss ox oy oz thX thY thZ; init{ guiPort.setPort; changeOR; `startStop.dspStart; } startStop{ 1.dspKill; } start{ } C {arg r g b; ^newColor(r*64000,g*64000,b*64000) } changeOR{ zss=13.getItemValue; thX=9.getItemValue; thY=10.getItemValue; thZ=11.getItemValue; drawGraph } move3{arg i,x,y,z; r=i.itemRect; l=r.left; t=r.top; w=r.width- 1; h=r.height- 1; c=rot(x,y,0.5,0.5,thX);x=c@0;y=c@1; c=rot(x,z,0.5,0.5,thY);x=c@0;z=c@1; c=rot(y,z,0.5,0.5,thZ);y=c@0;z=c@1; x=x*w; y=y*h; z=z*13.679+zss; idx=1/(z/10+1); x1=l+x; y1=t+h-y; x2=l+(0.5*w); y2=t+h-(0.5*h); x3=(x1*idx)+(x2*(1- idx)); y3=(y1*idx)+(y2*(1- idx)); ox=x3; oy=y3; oz=z; } line3{arg i,x,y,z; r=i.itemRect; l=r.left; t=r.top; w=r.width- 1; h=r.height- 1; c=rot(x,y,0.5,0.5,thX);x=c@0;y=c@1; c=rot(x,z,0.5,0.5,thY);x=c@0;z=c@1; c=rot(y,z,0.5,0.5,thZ);y=c@0;z=c@1; x=x*w; y=y*h; z=z*13.679+zss; idx=1/(z/10+1); x1=l+x; y1=t+h-y; x2=l+(0.5*w); y2=t+h-(0.5*h); x3=(x1*idx)+(x2*(1- idx)); y3=(y1*idx)+(y2*(1- idx)); c=clip3(x3,y3,ox,oy,l,t,h,w); if (c@2) then moveTo(c@0,c@1); c=clip3(ox,oy,x3,y3,l,t,h,w); lineTo(c@0,c@1); end.if ox=x3; oy=y3; oz=z; } rot{arg a1,a2,b1,b2,th2; r=((((b1-a1)**2).realPart)+(((b2-a2)**2).realPart))**0.5; th=atan((b2-a2)/(b1-a1)); if ((b1-a1)>=0) then th=(th)- ¼; end.if th=th+th2; if r!=0 then x=b1+(r*cos(th)); y=b2+(r*sin(th)); else x=a1; y=a2; end.if ^[x,y]; } clip3{arg x1,y1,x2,y2,l,t,h,w; if ((y1.asInt)!=(y2.asInt)) then y3=y2.clip(t,t+h); x3=((y3-y1)*(x2-x1)/(y2-y1)+x1); else x3=x2.clip(l,l+w); y3=y2; end if ((x1.asInt)!=(x3.asInt)) then x4=x3.clip(l,l+w); y4=(x4-x1)*(y3-y1)/(x3-x1)+y1 else x4=x3; y4=y3.clip(t,t+h); end x4=x4.clip(l,l+w); y4=y4.clip(t,t+h); ^[x4,y4,1]; } drawGraph{ i=1; r=i.itemRect; l=r.left; t=r.top; w=r.width- 1; h=r.height- 1; C(0,0,0).backColor; C(0,1,0).foreColor; r.eraseRect; xm=5.getItemValue; ym=6.getItemValue; zm=7.getItemValue; dp=8.getItemValue; x=0; x1=(x/xm).sin+1/2; y1=(x+¼/ym).sin+1/2; z1=(x/zm).sin+1/2; i.move3(x1,y1,z1); for x=0;x<dp;x=x+1 do x1=(x/xm).sin+1/2; y1=(x+¼/ym).sin+1/2; z1=(x/zm).sin+1/2; ci=(x1).map(0,1,0.3,1); ci=(y1).map(0,1,0.3,1); ci=(z1).map(0,1,0.3,1); C(x1,y1,z1).foreColor; i.line3(x1,y1,z1); end.for } eric :) Edited August 18, 2011 by marf Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1639451 Share on other sites More sharing options...
Guest sickboy Posted August 18, 2011 Report Share Posted August 18, 2011 jts a 3d harmonograph if rdj wrote it he would know that sc1 has the gui stuff stored separately that why everyone else on that list at that time sends patches as bin uuencoded http://www.porns.am/albums/IShotMyself/SelfShots%20%2873%29/alone_095.jpg Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1639879 Share on other sites More sharing options...
Guest mafted Posted August 19, 2011 Report Share Posted August 19, 2011 i was thinking recycle wired to an mpc.. but yeah that works, too. Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1640274 Share on other sites More sharing options...
marf Posted August 19, 2011 Report Share Posted August 19, 2011 youd have to have SC1. ancient software Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1640404 Share on other sites More sharing options...
Guest sickboy Posted August 26, 2011 Report Share Posted August 26, 2011 mesh gear do u have a ( newish ) mac Quote Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-1644339 Share on other sites More sharing options...
Velazquez Posted June 17, 2023 Report Share Posted June 17, 2023 On 8/17/2011 at 10:52 PM, Joyrex said: I wonder what's become of the Wendy house... I came here looking for this picture, because the trap house up the street from me has the exact same Wendy House. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Velazquez's signature Hide all signatures Hugh Hefner's Nephew Link to comment https://forum.watmm.com/topic/67805-sequencer-circa-come-to-daddy/page/2/#findComment-2948689 Share on other sites More sharing options...
Recommended Posts