Go to the source code of this file.
◆ SYN_INPUT_BUFFER_SIZE
| #define SYN_INPUT_BUFFER_SIZE 0x100 |
◆ SYN_SAMPLE_FORMAT_ADPCM
| #define SYN_SAMPLE_FORMAT_ADPCM 0 |
◆ SYN_SAMPLE_FORMAT_PCM16
| #define SYN_SAMPLE_FORMAT_PCM16 1 |
◆ SYN_SAMPLE_FORMAT_PCM8
| #define SYN_SAMPLE_FORMAT_PCM8 2 |
◆ SYNInit()
◆ SYNQuit()
◆ SYNRunAudioFrame()
| void SYNRunAudioFrame |
( |
| ) |
|
◆ SYNInitSynth()
| void SYNInitSynth |
( |
struct SYNSYNTH * | synth, |
|
|
void * | wavetable, |
|
|
u32 | aramBase, |
|
|
u32 | priorityVoiceAlloc, |
|
|
u32 | priorityNoteOn, |
|
|
u32 | priorityNoteRelease ) |
◆ SYNQuitSynth()
| void SYNQuitSynth |
( |
struct SYNSYNTH * | synth | ) |
|
◆ SYNMidiInput()
| void SYNMidiInput |
( |
struct SYNSYNTH * | synth, |
|
|
u8 * | input ) |
◆ SYNSetMasterVolume()
| void SYNSetMasterVolume |
( |
struct SYNSYNTH * | synth, |
|
|
long | dB ) |
◆ SYNGetMasterVolume()
| long SYNGetMasterVolume |
( |
struct SYNSYNTH * | synth | ) |
|
◆ SYNGetActiveNotes()
◆ SYNGetMidiController()
| u8 SYNGetMidiController |
( |
struct SYNSYNTH * | synth, |
|
|
u8 | midiChannel, |
|
|
u8 | function ) |