home *** CD-ROM | disk | FTP | other *** search
- #
- #
- #
- # lowdelay.mpl
- #
- # replays, with a delay, the upper note to the lower note
- #
- # Author ID Date
- # ------------ ----------- ---------
- # Serge Sibony 100417,2633 09/06/95
- #
- #
- # This file is a mpl effect definition used by MidiLang
- # MidiLang can be found at the MidiForum, in the
- # Windows sound media library.
- #
- #
- #
- # This effect replays every notes play to the lower part channel
- # one half beat later
- #
- #
-
-
- Label main
-
- time+= 240
- chan-= 1
- outmidi
-
- end
-
-
-
- Descript all upper notes played are played back
- Descript one half beat later in the lower part channel
-