#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Functions | |
| void | load_instruments () |
Variables | |
| char | instruments [127][50] |
| void load_instruments | ( | ) |
This function opens a file that contains the names of all the instruments defined by the General MIDI Specification and copies then to a structure that is going to be used afterwards.
| char instruments[127][50] |
1.6.2-20100124