|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | instrument (Environment *_environment, int _instrument, int _channels) |
| Emit ASM code for INSTRUMENT .... | |
| void | instrument_semi_var (Environment *_environment, int _instrument, char *_channels) |
| Emit ASM code for INSTRUMENT .... | |
| void instrument | ( | Environment * | _environment, |
| int | _instrument, | ||
| int | _channels ) |
Emit ASM code for INSTRUMENT ....
This function emits a code capable of change the instrument for one or more voices.
| _environment | Current calling environment |
| _instrument | instrument to use |
| _channels | channels to play on |
Definition at line 55 of file instrument.c.
| void instrument_semi_var | ( | Environment * | _environment, |
| int | _instrument, | ||
| char * | _channels ) |
Emit ASM code for INSTRUMENT ....
This function emits a code capable of change the instrument for one or more voices.
| _environment | Current calling environment |
| _instrument | instrument to use |
| _channels | channels to play on |
Definition at line 72 of file instrument.c.