Go to the source code of this file.
|
| void | bell (Environment *_environment, int _note, int _duration, int _channels) |
| | Emit ASM code for BELL ....
|
| void | bell_vars (Environment *_environment, char *_note, char *_duration, char *_channels, int _sync) |
| | Emit ASM code for BELL ....
|
◆ bell()
| void bell |
( |
Environment * | _environment, |
|
|
int | _note, |
|
|
int | _duration, |
|
|
int | _channels ) |
Emit ASM code for BELL ....
This function emits a code capable of play a bell sound
- Parameters
-
| _environment | Current calling environment |
| _pitch | frequency to play |
| _channels | channels to play on |
Definition at line 52 of file bell.c.
◆ bell_vars()
| void bell_vars |
( |
Environment * | _environment, |
|
|
char * | _note, |
|
|
char * | _duration, |
|
|
char * | _channels, |
|
|
int | _sync ) |
Emit ASM code for BELL ....
This function emits a code capable of play a bell-like sound.
- Parameters
-
| _environment | Current calling environment |
| _pitch | frequency to play |
| _channels | channels to play on |
Definition at line 65 of file bell.c.