esaruoho / paketti

Quality-of-Life (QoL) Workflow suite of tools for Renoise written with LUA - Continually ingesting and porting features from other tracker software (Impulse Tracker, Scream Tracker, ModPlugTracker, PlayerPro etc)
Other
21 stars 0 forks source link

OctaMED AREXX scripts #677

Open esaruoho opened 3 weeks ago

esaruoho commented 3 weeks ago

http://de.aminet.net/aminet/mus/edit/OctaScripts2.readme

Short:        3 ARexx scripts for OctaMED SoundStudio
Author:       fash@swipnet.se (Johan Persson)
Uploader:     fash swipnet se (Johan Persson)
Type:         mus/edit
Architecture: generic

---------------------------------------------------------

3 small ARexx scripts for use with OctaMED (tested with
OctaMED Soundstudio but probably works with earlier
versions as well).

"SwapInNrTrack" - Replaces instrument number under cursor
                  with the selected instrument's number
                  (on current track).

"SwapInNrBlock" - Replaces instrument number under cursor
                  with the selected instrument's number
                  (on current block).

"Crossfade" - Cross fades sample ala Protracker. Doesn't
              work with stereo samples because of a bug
              in OctaMED.

---------------------------------------------------------

Made in August 1999 by Johan Persson. Contact me for
anything at fash@swipnet.se

http://nl.aminet.net/mus/edit/OctaScripts.readme

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...)
-------------------------------------------------------------------------

need to keep looking

http://nl.aminet.net/mus/edit/PlotCMD.readme

Short:        Let's you plot OctaMED commands graphically
Author:       fash@swipnet.se (Johan Persson)
Uploader:     fash swipnet se (Johan Persson)
Type:         mus/edit
Version:      1.21
Architecture: m68k-amigaos

PlotCMD is an ARexx plugin for OctaMED Soundstudio. It
uses MUIRexx for the GUI.

PlotCMD let's you make note command changes in OctaMED
Soundstudio in a graphical way. You can plot a curve in
OctaMED's sample editor, or choose a pre-defined one, and
then apply it to a track's command levels.
This way you won't have to "hard code" volume fadings,
filter sweeps etc. into the tracker.

Requirements:
- OctaMED Soundstudio
- MUIRexx (which requires MUI 3.0+)
- MOOS (for mathemathical operations)

History:
- v1.21 Added nice pictures, "Random" button and manual
        command entry
- v1.0  First released

Check out my homepage where you'll also find my music...
http://fly.to/fash
esaruoho commented 3 weeks ago

find more from http://nl.aminet.net/mus/edit/