home *** CD-ROM | disk | FTP | other *** search
- # MF2ROL Sample configuration file.
- # All lines that begin with # are ignored.
- # The next two commands must always be present. They specify the instrument
- # bank file to be referenced during the conversion, and whether or not
- # percussion instruments will be used.
- #
- bankfile bnk835.bnk
- percussion no
- #
- # The following commands assign instruments (timbres) to the various
- # tracks, channels or note numbers in the MIDI file. Command syntax is:
- #
- # assign <timbre> <track> <channel> <patch> <note> <note_offset>
- #
- # A "*" in place of a number indicates a wildcard that matches any number.
- # Whenever a note is to be translated, the rules are scanned from the first
- # to the last. The first rule that matches the given note is used to
- # determine the instrument assigned to that note. The parameters compared
- # are the <track>, <channel>, <patch> and <note>. The <note_offset> field
- # is optional and defaults to 0. It can be positive or negative and tells
- # the program to transpose any notes that match the rule by so many steps.
- # For example, a <note_offset> of 12 will transpose one octave higher.
- # The special instrument name called "mute" will cause those notes to
- # be left out of the ROL file (effectively muted).
- #
- assign piano1 * * * * -12
-