Get frequency from option
Get format version from option
| bool LVGM_Play( |
| ) |
Start music playback.
| addr | Address of source data |
| loop | Is music looping? |
TRUE if playback started correctly.
Stop music playback.
Change frequency to 50 Hz.
Check if frequency is 50 Hz.
FALSE if frequency is not 50 Hz.
Change frequency to 60 Hz.
Check if frequency is 60 Hz.
TRUE if frequency is 60 Hz.
Check if music playing
FALSE if music is not playing
Resume music playback
Pause music playback
Decode a frame of music
| inline void LVGM_SetPointer( |
| ) |
Jump to a specific position in the music data
| ptr const u8* | Pointer to the new position |
Get devices list
Device list (see <LVGM_CHIP>)
Is music including PSG data
TRUE is current music include PSG data
Is music including OPLL/MSX-Music data
TRUE is current music include OPLL data
Is music including OPL/MSX-Audio data
TRUE is current music include OPL data
Is music including SCC data
TRUE is current music include SCC data
Get default PSG value used to optimized more commun data
Default value for PSG data
| inline void LVGM_SetNotifyCallback( |
| ) |
Set the function to be called when a notification is triggered
| cb LVGM_NotifyCB | Callback function |