news |
info |
people |
software |
stuff |
AsAPound XCMD. Version 1.0, by Sam Deane. Copyright ©1994 ULTRALAB. Compiled 16:44:54, 28/04/94.
Commands
record
AsAPound record,<name>,<loc>
The <name> parameter should be the name of the snd resources to store the new sound in.
The <loc> parameter should be the location of the top left hand corner of the recording dialog.
Example script for recordon mouseUp AsAPound record,"test","100,100" end mouseUp
playfileThe syntax is:
AsAPound "playfile",<path>
Example script for playfileon mouseUp answer file "File to play" of type "AIFF" if it is not empty then AsAPound playfile,it end if end mouseUp
recordfile