Go to the source code of this file.
|
| void | play (Environment *_environment, int _note, int _delay, int _channels) |
| | Emit ASM code for PLAY ....
|
| void | play_vars (Environment *_environment, char *_note, char *_delay, char *_channels) |
| | Emit ASM code for PLAY ....
|
◆ play()
| void play |
( |
Environment * | _environment, |
|
|
int | _note, |
|
|
int | _delay, |
|
|
int | _channels ) |
Emit ASM code for PLAY ....
This function emits a code capable of play a note for a certain amount of time on specific channels
- Parameters
-
| _environment | Current calling environment |
| _note | note to play |
| _delay | delay of playing |
| _channels | channels to play on |
Definition at line 80 of file play.c.
◆ play_vars()
| void play_vars |
( |
Environment * | _environment, |
|
|
char * | _note, |
|
|
char * | _delay, |
|
|
char * | _channels ) |
Emit ASM code for PLAY ....
This function emits a code capable of play a note for a certain amount of time on specific channels
- Parameters
-
| _environment | Current calling environment |
| _note | note to play |
| _delay | delay of playing |
| _channels | channels to play on |
Definition at line 101 of file play.c.