Author
|
Topic: help with a script on a cool sound
|
cristian_vogel Member
|
posted 19 September 2007 11:37
i'm trying to finish off this moving window cross-filter sound, to upload it to the TwiKi - its very nice with my soundfiles in, but i wanted to make a version which allowed the user to load their own Impulse and Response files in, using scripted variables - but I just can't seem to make it work properly .. If someone could have a look at the Script and variables and show me how i'm supposed to do it, then its ready to post!
IP: Logged |
SSC Administrator
|
posted 19 September 2007 14:47
This was close, but instead of using a Script on each Sample, you could use a master Script to get all the samples needed. (Also, there was one place where you still referred to your original sample by name so I changed that to be ?inputFile so it would be the same as the others. The following Script has two dialogs asking you to select sample files for the input and the response. Then it plays the CrossFilter with those files as arguments:code:
| inputFile responseFile |inputFile := (SamplesFile fromOldFilename: (HostDriverInterface getFileWithPrompt: 'Select an input:' fileTypes: HostDriverInterface sampleFileTypes ifCancel: [^ self])) fileName. responseFile := (SamplesFile fromOldFilename: (HostDriverInterface getFileWithPrompt: 'Select a response:' fileTypes: HostDriverInterface sampleFileTypes ifCancel: [^ self])) fileName. crossFilt start: 0 s inputFile: inputFile responseFile: responseFile.
IP: Logged |
cristian_vogel Member
|
posted 01 October 2007 11:13
final version up at Tweaky http://www.symbolicsound.com/cgi-bin/bin/view/Share/Sounds#Crossfading_morphing_and_other_t
IP: Logged |
SSC Administrator
|
posted 01 October 2007 14:20
Luscious!(NB: The first Sound still has a reference to 'VoxWhis.aif' in the Delay so before you play it, replace this with 'CF PianoNote c1.wav' and you will be very happy)
IP: Logged |
cristian_vogel Member
|
posted 02 October 2007 04:02
darn it - i thought i'd caught all those external file refs - i'll upload a fixed version... i fixed it now, and took the opportunity to make a few more examples.. uploaded at the wikiwiki
[This message has been edited by cristian_vogel (edited 02 October 2007).]
IP: Logged |
tuscland Member
|
posted 02 October 2007 11:45
Thanks Cristian!
IP: Logged |
jesges Member
|
posted 04 October 2007 16:33
Absolutely fantastic ! Thanks Christian, very inspiring and creative Sounds !
IP: Logged |
franz Member
|
posted 05 October 2007 14:06
Thanks a lot! Indeed, very inspiring sounds!
IP: Logged |
taylor12k Member
|
posted 09 October 2007 21:20
just downloaded.. looking forward to trying it out.. and X.47 too!
IP: Logged |
bluefire Member
|
posted 13 October 2007 21:41
It reminds me very pleasantly of my first hearing Ligeti's Atmospheres, which amazed and gave me hope.
IP: Logged |