12 #include "../stdafx.h" 13 #include "../openttd.h" 17 #include <MidiSynthFile.h> 19 #include "../safeguards.h" 41 get_ref_for_path(filename, &midiRef);
58 fprintf(stderr,
"BeMidi: Set volume not implemented\n");
void PlaySong(const char *filename)
Play a particular song.
static FMusicDriver_BeMidi iFMusicDriver_BeMidi
Factory for BeOS' midi player.
Factory for the BeOS midi player.
Base of BeOS Midi support.
const char * Start(const char *const *param)
Start this driver.
void SetVolume(byte vol)
Set the volume, if possible.
bool IsSongPlaying()
Are we currently playing a song?
void StopSong()
Stop playing the current song.
static BMidiSynthFile midiSynthFile
The file we're playing.
void Stop()
Stop this driver.