home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / vstation / setupvsdemo.vstation next >
Text File  |  1995-02-27  |  1KB  |  68 lines

  1. /* Setup the VStation for a demo.. */
  2.  
  3. address 'VStation'
  4. autocalc t
  5. autotag f
  6. uselocation t
  7.  
  8. loadtapelog "DemoReel1"
  9. loadtapelog "DemoReel2"
  10. loadtapelog "Animation"
  11. loadtapelog "Master"
  12.  
  13. picktapeid a "DemoReel1"
  14. picktapeid b "DemoReel2"
  15. picktapeid c "Master"
  16.  
  17. picktape
  18.  
  19.  
  20. fromsource 0
  21. tosource 1
  22. inpointa 3000
  23. durationa 300
  24. inpointb 3000
  25. durationb 900
  26. inpointr 6000
  27. edittype dissolve
  28. tracks v12
  29. comment "Dissolve from source A to source B"
  30.  
  31. insertevent
  32. outpointa 5000
  33. durationa 600
  34. inpointb 3000
  35. durationb 400
  36. outpointr 9000
  37. comment "Record only audio track 1"
  38. preeditcommand "rx InitializeMixer"
  39. gpi3command "rx MixerCrossfade"
  40. posteditcommand "rx ShutdownMixer"
  41. tracks 1
  42.  
  43. insertevent
  44. inpointa 3300
  45. durationa 330
  46. inpointb 3300
  47. durationb 600
  48. inpointr 3000
  49. tracks v
  50. fromsource 0
  51. tosource 1
  52. picktapeid a "Animation"
  53. preeditcommand ""
  54. gpi3command ""
  55. posteditcommand ""
  56.  
  57. comment "Video insert from source A"
  58.  
  59. insertevent
  60. fromsource 3
  61. tosource 4
  62. tracks v
  63. comment "Framestore A to Framestore B edit"
  64.  
  65.  
  66. loadsetup done
  67. demo
  68.