Welcome to the MED Command section


Med Command 0F: Miscellaneous

All instruments

 

Explanation


The effect of this command depends on the value of command level 1. (Level 2 is ignored.) 


Jump To Next Playing Sequence Entry (level 1 = 00)

Causes an immediate jump to the next entry in the playing sequence (or to the beginning of the block, if you are using Play Block). It is equivalent to command 1D0000.  It is less memory-consuming to make the block shorter, but this command can be useful as a temporary measure.


Set Tempo (level 1 = 0B-F0)

Changes the Primary Tempo. (Levels 01-0A exist for compatibility only.)

Delay/Repeat Note (level 1 = F1-F5)

Delays or repeats a note. Ticks/Line should be set to 6 (the usual value) for these commands to work accurately.

# F1 makes a single note play twice in the same line. It is equivalent to 1F0300.

# F2 delays the start of a note by half a line. It is equivalent to 1F3000.

# F3 makes a single note play three times in the same line. It is equivalent to 1F0200.

# F4 delays the note one-third of a line.

# F5 delays the note two-thirds of a line.


Stop Song/Block (level 1 = FE)

Stops playing the song or block.  The same effect can be achieved with the Stop playing sequence command, although it cannot occur in the middle of a block.

  

Stop Note (level 1 = FF)

Stops playing the note. It is equivalent to the special note STP (entered using Shift+S).


When used with non-MIDI instruments, it is nearly like type 0C with level 1 = 00. However,

0C0000 sets the note’s volume to zero, while 0FFF00 stops the note completely.


Samples and synthsounds: Change Note’s Pitch (level 1 = FD)

This changes the pitch of the previous note, without actually replaying it.

Especially useful for samples with an introduction (e.g. an ‘attack’ part) and a main part.
If the note is currently playing its main part, use 0FFD00 to play a new note without returning to the sample’s introduction. 

It can also eliminate the ‘click’ that is sometimes heard when playing a new note.

Catzwolf

Back