home *** CD-ROM | disk | FTP | other *** search
- #
- #
- #
- # Down.mpl
- #
- # An echo with decresing note
- #
- #
- # This file is a mpl effect definition used by MidiLang
- #
- #
- #
- # This effect adds real echo to all notes you are playing
- # the notes added are going down and down...
- #
- #
-
- Label Main
-
- v== 1 5 only 4 echos per note
- Goto end
- V+= 1 1
- Time+= 240
- Note/= 1.1
- v=v 4 1
- v/= 4 5
- v+= 4 1.2
-
- vel/=V 4
- outmidi
-
- goto main
-
- Label End
- v= 1 0
- End
-
- descript an almost real echo
- descript with decreasing volume
- descript and note
-