home *** CD-ROM | disk | FTP | other *** search
- The AREXX-Port of Samplitude has the name "rexx_samplitude".
- The commands are:
-
- ABOUT
- opens a window with informations about the program
-
- SCREENTOFRONT
- brings the screen to front
-
- SCREENTOBACK
- brings the screen to back
-
- SORTWINDOWS
- sorts all windows on the Samplitude-screen
-
- OPENWINDOW HELP/S,PMANAGER/S,RMANAGER/S,WORK/S
- opens one of these windows:
- - HELP: the window with the shortcuts
- - PMANAGER: the project-manager
- - RMANAGER: the range-manager
- - WORK: the display of DOS-Calls
-
- CLOSEWINDOW HELP/S,PMANAGER/S,RMANAGER/S,WORK/S
- closes one of these windows:
- - HELP: the window with the shortcuts
- - PMANAGER: the project-manager
- - RMANAGER: the range-manager
- - WORK: the display of DOS-Calls
-
- OPENPROJECTWINDOW PROJECTNAME/A
- opens the window of the named project
-
- CLOSEPROJECTWINDOW PROJECTNAME/A
- closes the window of the named project
-
- ZOOMINHORI PROJECTNAME/A
- zooms in horizontally
-
- ZOOMOUTHORI PROJECTNAME/A
- zooms out horizontally
-
- ZOOMRANGEHORI PROJECTNAME/A
- shows the marked range horizontally
-
- ZOOMALLHORI PROJECTNAME/A
- shows complete project
-
- ZOOMINVERT PROJECTNAME/A
- zooms in vertically
-
- ZOOMOUTVERT PROJECTNAME/A
- zoomt out vertically
-
- ZOOMRANGEVERT PROJECTNAME/A
- shows the marked range vertically
-
- ZOOMALLVERT PROJECTNAME/A
- shows complete range vertically
-
- CUT PROJECTNAME/A
- cuts the marked range out of the project
-
- COPY PROJECTNAME/A
- copies the marked range into CLIP
-
- INSERT PROJECTNAME/A
- inserts the CLIP into the project
-
- OVERWRITE PROJECTNAME/A
- overwrites the marked range with the CLIP
-
- ERASE PROJECTNAME/A
- deletes the marked range in the project
-
- KEEP PROJECTNAME/A
- extracts the marked range
-
- ZERO PROJECTNAME/A
- sets the marked range to zero (silence)
-
- REVERSE PROJECTNAME/A
- reverses the samples in marked range
-
- INVERSE PROJECTNAME/A
- inverts the marked range
-
- AMPMUL2 PROJECTNAME/A
- doubles the amplitude of the complete project
-
- AMPDIV2 PROJECTNAME/A
- halfes the amplitude of the complete project
-
- SETRANGE PROJECTNAME/A,LEFT/N,RIGHT/N
- sets range-borders to defined values
-
- LASTERROR
- outputs last error-message
-
- PLAY PROJECTNAME/A
- playback of the marked range in the project
-
- LOADRAM PROJECTNAME/A
- loads a RAM-project, the complete path-name is required.
- In case of succes the function returns the project-name.
-
- LOADHD PROJECTNAME/A
- loads a HD-project, the complete path-name is required.
- In case of succes the function returns the project-name.
-
-