chaosmachine Posted July 27, 2009 Report Share Posted July 27, 2009 //inverting init sort, louder bass, final volume envelope, some little tweaks ( { var numVoices = 30; var fundamentals = ({rrand(200.0, 400.0)}!numVoices).sort.reverse; var finalPitches = (numVoices.collect({|nv| (nv/(numVoices/6)).round * 12; }) + 14.5).midicps; var outerEnv = EnvGen.kr(Env([0, 0.1, 1], [8, 4], [2, 4])); var ampEnvelope = EnvGen.kr(Env([0, 1, 1, 0], [3, 21, 3], [2, 0, -4]), doneAction: 2); var snd = Mix ({|numTone| var initRandomFreq = fundamentals[numTone] + LFNoise2.kr(0.5, 6 * (numVoices - (numTone + 1))); var destinationFreq = finalPitches[numTone] + LFNoise2.kr(0.1, (numTone / 3)); var sweepEnv = EnvGen.kr( Env([0, rrand(0.1, 0.2), 1], [rrand(5.5, 6), rrand(8.5, 9)], [rrand(2.0, 3.0), rrand(4.0, 5.0)])); var freq = ((1 - sweepEnv) * initRandomFreq) + (sweepEnv * destinationFreq); Pan2.ar ( BLowPass.ar(Saw.ar(freq), freq * 6, 0.6), rrand(-0.5, 0.5), (1 - (1/(numTone + 1))) * 1.5 ) / numVoices }!numVoices); Limiter.ar(BLowPass.ar(snd, 2000 + (outerEnv * 18000), 0.5, (2 + outerEnv) * ampEnvelope)); }.play; ) Listen to the code. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide all signatures WATMM Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/ Share on other sites More sharing options...
Guest Barricade Posted July 27, 2009 Report Share Posted July 27, 2009 I've always loved this sound playing really loud in movie theaters. Quote Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/#findComment-1090976 Share on other sites More sharing options...
BobDobalina Posted July 27, 2009 Report Share Posted July 27, 2009 Awesome. Loved the simpsons where it caused a head assplode Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide BobDobalina's signature Hide all signatures CA$HNE$$ Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/#findComment-1090983 Share on other sites More sharing options...
Guest Iain C Posted July 27, 2009 Report Share Posted July 27, 2009 The code was way over my head, but this was a very interesting article anyway! Quote Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/#findComment-1090988 Share on other sites More sharing options...
Guest blicero Posted July 27, 2009 Report Share Posted July 27, 2009 is that actionscript? Quote Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/#findComment-1091000 Share on other sites More sharing options...
Guest Rabid Posted July 27, 2009 Report Share Posted July 27, 2009 Naw man, SuperCollider. Quote Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/#findComment-1091002 Share on other sites More sharing options...
encey Posted July 27, 2009 Report Share Posted July 27, 2009 Cool! Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide encey's signature Hide all signatures essines said: i am hot shit ... that smells like baking bread. Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/#findComment-1091015 Share on other sites More sharing options...
Dan C Posted July 27, 2009 Report Share Posted July 27, 2009 That was wicked, I only play with supercollider a little bit every now and then, I should do more with it really. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Dan C's signature Hide all signatures On 6/17/2017 at 12:33 PM, MIXL2 said: this dan c guy seems like a fucking asshole Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/#findComment-1091017 Share on other sites More sharing options...
Guest tv_party Posted July 27, 2009 Report Share Posted July 27, 2009 On 7/27/2009 at 4:45 PM, Dan C said: That was wicked, I only play with supercollider a little bit every now and then, I should do more with it really. yeah same here. not much of a coder so it's just easier for me to open up the old daw have at it. this kind of rekindles my interest a bit. Quote Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/#findComment-1091030 Share on other sites More sharing options...
Guest Gary C Posted July 27, 2009 Report Share Posted July 27, 2009 Really awesome. Quote Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/#findComment-1091061 Share on other sites More sharing options...
Guest Gary C Posted July 28, 2009 Report Share Posted July 28, 2009 http://www.youtube.com/watch?v=G3EMVOuZb5A Quote Link to comment https://forum.watmm.com/topic/47654-recreating-the-thx-deep-note/#findComment-1091724 Share on other sites More sharing options...
Recommended Posts