12 #ifndef MUSIC_BEMIDI_H 13 #define MUSIC_BEMIDI_H 20 const char *
Start(
const char *
const *param);
31 const char *
GetName()
const {
return "bemidi"; }
void PlaySong(const char *filename)
Play a particular song.
Factory for the BeOS midi player.
A music driver, needs to be before sound to properly shut down extmidi forked music players...
Base for all music playback.
Base for all driver factories.
const char * Start(const char *const *param)
Start this driver.
A driver for communicating with the user.
const char * GetName() const
Get the name of this driver.
The midi player for BeOS.
void SetVolume(byte vol)
Set the volume, if possible.
bool IsSongPlaying()
Are we currently playing a song?
void StopSong()
Stop playing the current song.
Driver for all music playback.
Driver * CreateInstance() const
Create an instance of this driver-class.
void Stop()
Stop this driver.