home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!uniwa!DIALix!acix!johnv
- From: johnv@acix.DIALix.oz.au (John Verhoeven)
- Subject: Re: Digitizing from scripts..
- Newsgroups: comp.sys.amiga.audio
- References: <168C78B8.WALLY@UKCC.UKY.EDU>
- X-Newsreader: TIN [version 1.1 PL8]
- Message-ID: <johnv.03yj@acix.DIALix.oz.au>
- Date: 27 Dec 92 14:05:09 WST
- Organization: ACix - Private UUCP Node, Cloverdale, Western Australia.
- Lines: 21
-
- WALLY@UKCC.UKY.EDU wrote:
- > I can't think of a way to currently use break to stop AGMSRS because
- > unless the system is the same way each time, the process number will
- > be different. And I can't think of a way to use the 2.0 Status to
- > be able to "tell" break what number. (IE: Status->variable, then
- > break $variable)
-
- Try something like this:
-
- run Sound
- wait 2
- :c/showanim -c5 +4 Aces-0.anim
- echo >t:cmdname "COMMAND " noline
- which >>t:cmdname sound
- status >t:status <t:cmdname ?
- echo >t:cli "`type t:status`" len 3
- break <t:cli >nil: ?
-
- This is something I use to start some music that accompanies an animation
- and stop it when the animation is quit.
-
-