home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Sampler / DCN-ST30.DMS / in.adf / AREXX.doc < prev    next >
Encoding:
Text File  |  1997-03-04  |  2.3 KB  |  110 lines

  1. The AREXX-Port of Samplitude has the name "rexx_samplitude".
  2. The commands are:
  3.  
  4. ABOUT
  5. opens a window with informations about the program
  6.  
  7. SCREENTOFRONT
  8. brings the screen to front
  9.  
  10. SCREENTOBACK
  11. brings the screen to back
  12.  
  13. SORTWINDOWS
  14. sorts all windows on the Samplitude-screen
  15.  
  16. OPENWINDOW HELP/S,PMANAGER/S,RMANAGER/S,WORK/S
  17. opens one of these windows:
  18.     - HELP: the window with the shortcuts
  19.     - PMANAGER: the project-manager
  20.     - RMANAGER: the range-manager
  21.     - WORK: the display of DOS-Calls
  22.  
  23. CLOSEWINDOW HELP/S,PMANAGER/S,RMANAGER/S,WORK/S
  24. closes one of these windows:
  25.     - HELP: the window with the shortcuts
  26.     - PMANAGER: the project-manager
  27.     - RMANAGER: the range-manager
  28.     - WORK: the display of DOS-Calls
  29.  
  30. OPENPROJECTWINDOW PROJECTNAME/A
  31. opens the window of the named project
  32.  
  33. CLOSEPROJECTWINDOW PROJECTNAME/A
  34. closes the window of the named project
  35.  
  36. ZOOMINHORI PROJECTNAME/A
  37. zooms in horizontally
  38.  
  39. ZOOMOUTHORI PROJECTNAME/A
  40. zooms out horizontally
  41.  
  42. ZOOMRANGEHORI PROJECTNAME/A
  43. shows the marked range horizontally
  44.  
  45. ZOOMALLHORI PROJECTNAME/A
  46. shows complete project
  47.  
  48. ZOOMINVERT PROJECTNAME/A
  49. zooms in vertically
  50.  
  51. ZOOMOUTVERT PROJECTNAME/A
  52. zoomt out vertically
  53.  
  54. ZOOMRANGEVERT PROJECTNAME/A
  55. shows the marked range vertically
  56.  
  57. ZOOMALLVERT PROJECTNAME/A
  58. shows complete range vertically
  59.  
  60. CUT PROJECTNAME/A
  61. cuts the marked range out of the project
  62.  
  63. COPY PROJECTNAME/A
  64. copies the marked range into CLIP
  65.  
  66. INSERT PROJECTNAME/A
  67. inserts the CLIP into the project
  68.  
  69. OVERWRITE PROJECTNAME/A
  70. overwrites the marked range with the CLIP
  71.  
  72. ERASE PROJECTNAME/A
  73. deletes the marked range in the project
  74.  
  75. KEEP PROJECTNAME/A
  76. extracts the marked range
  77.  
  78. ZERO PROJECTNAME/A
  79. sets the marked range to zero (silence)
  80.  
  81. REVERSE PROJECTNAME/A
  82. reverses the samples in marked range
  83.  
  84. INVERSE PROJECTNAME/A
  85. inverts the marked range
  86.  
  87. AMPMUL2 PROJECTNAME/A
  88. doubles the amplitude of the complete project
  89.  
  90. AMPDIV2 PROJECTNAME/A
  91. halfes the amplitude of the complete project
  92.  
  93. SETRANGE PROJECTNAME/A,LEFT/N,RIGHT/N
  94. sets range-borders to defined values
  95.  
  96. LASTERROR
  97. outputs last error-message
  98.  
  99. PLAY PROJECTNAME/A
  100. playback of the marked range in the project
  101.  
  102. LOADRAM PROJECTNAME/A
  103. loads a RAM-project, the complete path-name is required.
  104. In case of succes the function returns the project-name.
  105.  
  106. LOADHD PROJECTNAME/A
  107. loads a HD-project, the complete path-name is required.
  108. In case of succes the function returns the project-name.
  109.     
  110.