-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
12 lines (12 loc) · 1 KB
/
Copy pathconfig.yaml
File metadata and controls
12 lines (12 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
format: it # the tracker format the module is written as: it or xm
compliance: canonical # canonical holds to what the tracker itself reads; extended to what the file holds
rows_per_beat: 16 # how many rows a quarter note is spread over
channels: 32 # how many channels one track's polyphony may reach
allocation: separated # separated gives each track channels of its own; packed draws them from one pool
pattern_rows: 64 # how tall one pattern may be
speed: 0 # ticks per row; 0 chooses the finest the piece's tempo allows
tempo: null # the one BPM the whole piece plays; null follows the file's own tempo map
instrument: 1 # the slot the instruments start on
bank: null # a bank container, or a manifest, naming the instruments the notes play through
instrument_file: null # one instrument file every note plays through, instead of a bank
velocity_map: null # the velocity map that file is read with; null reads velocity evenly