ten fingers ten toes Posted December 16, 2006 Report Share Posted December 16, 2006 Check it out. Guy has his Geforce 7200 AGP computing a 1 second delay line in a VST. Uses almost no CPU juice doing it either (since the delay is running off of the graphics card). Incredibly cool! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide ten fingers ten toes's signature Hide all signatures Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/ Share on other sites More sharing options...
Celatid Posted December 16, 2006 Report Share Posted December 16, 2006 (edited) about damn time. Edited December 16, 2006 by HYPERFUKBOT Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Celatid's signature Hide all signatures CLICK THE MONKEY TO WIN A FREE IPOD EP on Komsomolet Records | fxbox Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-324376 Share on other sites More sharing options...
chaosmachine Posted December 16, 2006 Report Share Posted December 16, 2006 nice. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures WATMM Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-324382 Share on other sites More sharing options...
Celatid Posted December 16, 2006 Report Share Posted December 16, 2006 ps, the sorts of effects that are possible to do with this very easily that would be a pain in the ass on a cpu are great. If I understand correctly that he's basically feeding audio in as textures for a pixel shader to fuxor with, then the amount of stuff you can do with texture manipulation stuff would be insane. Something as simple as realtime pitch-shifting with interpolation literally requires 1 line of HLSL code. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Celatid's signature Hide all signatures CLICK THE MONKEY TO WIN A FREE IPOD EP on Komsomolet Records | fxbox Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-324385 Share on other sites More sharing options...
Guest Dr. Elemeno von Hat X: PhD Posted December 16, 2006 Report Share Posted December 16, 2006 yeah, definitely about damn time. graphics cards essentially have a huge-ass bank of matrix multipliers and such. not for every audio effect, but it'd help a damn lot! Quote Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-324479 Share on other sites More sharing options...
ten fingers ten toes Posted December 17, 2006 Author Report Share Posted December 17, 2006 1 possible problem is that graphics cards manufacturers have had little incentive to follow IEEE standards for floating point accuracy in those matrix multipliers. close enough really is close enough for shading and lighting, etc. Still, works great so far! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide ten fingers ten toes's signature Hide all signatures Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-324577 Share on other sites More sharing options...
Celatid Posted December 17, 2006 Report Share Posted December 17, 2006 ten fingers ten toes said: 1 possible problem is that graphics cards manufacturers have had little incentive to follow IEEE standards for floating point accuracy in those matrix multipliers. close enough really is close enough for shading and lighting, etc. Still, works great so far! and is close enough for dsp also. part of the appeal of old analogue synths is that they were 'close enough' but not perfect. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Celatid's signature Hide all signatures CLICK THE MONKEY TO WIN A FREE IPOD EP on Komsomolet Records | fxbox Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-324654 Share on other sites More sharing options...
ten fingers ten toes Posted December 17, 2006 Author Report Share Posted December 17, 2006 Erm, well, the 'floating point' on Analog equipment is pretty accurate seeing as how its the variations in voltage that are tracked. The floating point calcs used in these algorhithms are trying to express what happens when voltage does its thing, and thus, the more accurate the better. Inaccuracies would only exagerate the digital effect. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide ten fingers ten toes's signature Hide all signatures Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-324657 Share on other sites More sharing options...
kaini Posted December 18, 2006 Report Share Posted December 18, 2006 sounds like a bit of a HARD DENORMAL DADDY omg if so, sweeeeeet Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide kaini's signature Hide all signatures On 5/7/2013 at 11:06 PM, ambermonk said: I know IDM can be extreme On 6/3/2017 at 11:50 PM, ladalaika said: this sounds like an airplane landing on a minefield Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-325069 Share on other sites More sharing options...
Celatid Posted December 18, 2006 Report Share Posted December 18, 2006 ten fingers ten toes said: Erm, well, the 'floating point' on Analog equipment is pretty accurate seeing as how its the variations in voltage that are tracked. The floating point calcs used in these algorhithms are trying to express what happens when voltage does its thing, and thus, the more accurate the better. Inaccuracies would only exagerate the digital effect. I wasn't saying that it would sound Analog. I'm saying that the fuckups with analog stuff caused analog to have a distinct unique sound that people work so hard to get. Digital sounds good to me, because in 30 years people will be nostalgic for old shit FL studio synths running off of inaccurate GPUs instead of TB303s. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Celatid's signature Hide all signatures CLICK THE MONKEY TO WIN A FREE IPOD EP on Komsomolet Records | fxbox Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-325188 Share on other sites More sharing options...
Guest Dr. Elemeno von Hat X: PhD Posted December 18, 2006 Report Share Posted December 18, 2006 (edited) it'd probably just sound like a shitty bitcrusher effect. nothing to write home about. there's probably some sort of maths/coding voodoo magick that allows you to get the accuracy you want by using two ops instead of one or something. someone'll figure it out eventually. Edited December 18, 2006 by Dr. Elemeno von Hat X: PhD Quote Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-325364 Share on other sites More sharing options...
Celatid Posted December 18, 2006 Report Share Posted December 18, 2006 Dr. Elemeno von Hat X: PhD said: it'd probably just sound like a shitty bitcrusher effect. nothing to write home about. maybe. Dr. Elemeno von Hat X: PhD said: there's probably some sort of maths/coding voodoo magick that allows you to get the accuracy you want by using two ops instead of one or something. someone'll figure it out eventually. IIRC DirectX Shader Model 4.0 cards don't have this issue. The only SM4 card out right now is the Geforce 8000 series. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Celatid's signature Hide all signatures CLICK THE MONKEY TO WIN A FREE IPOD EP on Komsomolet Records | fxbox Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-325388 Share on other sites More sharing options...
Alzado Posted December 18, 2006 Report Share Posted December 18, 2006 what the hell are you nerds talking about? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Alzado's signature Hide all signatures RIP Farm Eagle Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-325467 Share on other sites More sharing options...
Celatid Posted December 18, 2006 Report Share Posted December 18, 2006 LOL Alzado said: what the hell are you nerds talking about? QQQ MOTHAFUCKA Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Celatid's signature Hide all signatures CLICK THE MONKEY TO WIN A FREE IPOD EP on Komsomolet Records | fxbox Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-325490 Share on other sites More sharing options...
Guest we_kill_soapscum Posted December 19, 2006 Report Share Posted December 19, 2006 lol one of the best reverbs ive ever used was the EAX or whatever reverb from my soundblaster live platinum Quote Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-326110 Share on other sites More sharing options...
Celatid Posted December 20, 2006 Report Share Posted December 20, 2006 ye, moneyshit is overrrated Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Celatid's signature Hide all signatures CLICK THE MONKEY TO WIN A FREE IPOD EP on Komsomolet Records | fxbox Link to comment https://forum.watmm.com/topic/15859-use-your-3d-card-as-a-dsp-farm/#findComment-326741 Share on other sites More sharing options...
Recommended Posts