SGI Audio Tools: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (A small clarity edit)
Line 92: Line 92:


==== The Instrument Bank File ====
==== The Instrument Bank File ====
An instrument bank file usually has the file extension of <code>.ins</code>. In it are one or more of each of the following:
* <code>envelope</code> section(s), indicating an [https://en.wikipedia.org/wiki/Envelope_(music) ADSR]
* <code>keymap</code> section(s), indicating the range of "piano keys" a sound occupies, as well as other data
* <code>sound</code> section(s), indicating a sampled sound and the <code>envelope</code> and <code>keymap</code> it uses
* <code>instrument</code> section(s), indicating a "MIDI instrument" with a volume, pan, and various <code>sound</code>s
* A single <code>bank</code> section, indicating the sample rate, and which <code>instrument</code>s correspond to which MIDI instrument numbers in your sequences

==== envelope ====

==== keymap ====

==== sound ====

==== instrument ====

==== bank ====

==== A very simple example ===
TODO


==== Compiling the Instrument Bank ====
==== Compiling the Instrument Bank ====