Kyma Forum
  Kyma Support
  help with a script on a cool sound

Post New Topic  Post A Reply
profile | register | preferences | faq | search

next newest topic | next oldest topic
Author Topic:   help with a script on a cool sound
cristian_vogel
Member
posted 19 September 2007 11:37         Edit/Delete Message   Reply w/Quote

MovingWindowConvolution.kym

 
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         Edit/Delete Message   Reply w/Quote

VogelMovingWindowCrossFilter.kym

 
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         Edit/Delete Message   Reply w/Quote
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         Edit/Delete Message   Reply w/Quote
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         Edit/Delete Message   Reply w/Quote
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         Edit/Delete Message   Reply w/Quote
Thanks Cristian!

IP: Logged

jesges
Member
posted 04 October 2007 16:33         Edit/Delete Message   Reply w/Quote
Absolutely fantastic !
Thanks Christian, very inspiring and creative Sounds !

IP: Logged

franz
Member
posted 05 October 2007 14:06         Edit/Delete Message   Reply w/Quote
Thanks a lot! Indeed, very inspiring sounds!

IP: Logged

taylor12k
Member
posted 09 October 2007 21:20         Edit/Delete Message   Reply w/Quote
just downloaded.. looking forward to trying it out.. and X.47 too!

IP: Logged

bluefire
Member
posted 13 October 2007 21:41         Edit/Delete Message   Reply w/Quote
It reminds me very pleasantly of my first hearing Ligeti's Atmospheres, which amazed and gave me hope.

IP: Logged

All times are CT (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply

Contact Us | Symbolic Sound Home

This forum is provided solely for the support and edification of the customers of Symbolic Sound Corporation.


Ultimate Bulletin Board 5.45c