Short: 9 ARexx scripts for OctaMED SoundStudio Author: planet4@swipnet.se (Johan Persson) Uploader: planet4 swipnet se (Johan Persson) Type: mus/edit Architecture: generic ------------------------------------------------------------------------- ARexx scripts for use with OctaMED. Tested with OctaMED Soundstudio v1.03c (ARexx v3), but might work with OctaMED v6 too. ------------------------------------------------------------------------- Here are some scripts that have been very useful to me. It's no complicated stuff but could at least serve as an inspirational source (?)... ------------------------------------------------------------------------- "AboveCMD_cpy" - Copies the command from the above line and pastes it on the current one. "AboveCMD_dec" - Copies the command from the above line, decreases it and pastes it on the current one. "AboveCMD_inc" - Copies the command from the above line, increases it and pastes it on the current one. Original idea from ProTracker... The difference between these scripts and similar ones are that these only act if EDIT is ON and they work correctly when jumping from the end to the start of the block. "MIDIchannel+1" - Increases the MIDI channel on the current instrument. "MIDIchannel-1" - Guess what it does... "MIDIpreset+1" - Increases/decreases the MIDI preset in the valid "MIDIpreset-1" range (0-128). "MIDIpreset_Random" - Picks a random MIDI preset between 1 and 128. "Project_Info" - Lotsa things! (Type of samples used, delete unused blocks, length of song...) -------------------------------------------------------------------------