Template:Music Infobox
Jump to navigation
Jump to search
Music Infobox
Format type | Music |
---|---|
Notation type | Unknown |
Instruments | Unknown |
Max channel count | Unknown |
Max track count | Unknown |
Max pattern count | Unknown |
Max order count | Unknown |
Tags? | Unknown |
Games | None |
This template is used to display an information box containing details about a map format. See CMF Format for example use.
Valid parameters and examples are:
Parameter/example | Purpose | Valid values |
---|---|---|
Type = Value | Type of event data | One of:
|
Instruments = PCM Instruments2 = OPL |
Instrument type | One of
|
NumChannels = 4 | Maximum number of channels | Typically a channel imposes some limitation, such as one type of instrument at a time (MIDI) or one note at a time (.mod) |
NumTracks = 1 | Maximum number of tracks | Tracks run in parallel and can send events to the same channel. This is probably 1 for all formats except MIDI. |
NumPatterns = 255 | Maximum number of patterns | Patterns are self-contained and can be played in any order. If a song doesn't have patterns (e.g. MIDI) then this should be listed as 1. |
NumOrders = 0 | Maximum number of entries in the order list | The order list controls which order the patterns are played in. If a song doesn't support patterns or have an order list, this should be 0. |
Tags = Title, Artist, Remarks | Does the format store names of the musician and/or title? | None or list of supported tags |
Games = {{Game|GameName}} {{Game|GameName}} | Name of all games that use this format | Any wiki page name, as a parameter to the Game template |
Default values are shown if the parameter is omitted, so do not use any parameters unless the value is known (most of the defaults say "unknown")