7 #include "../bass-2.4/c/bass.h" 51 void Play(std::string trigger,
float freq = -1.0f,
float vol = 1.0f);
55 HSTREAM
PlayStream(std::string filename)
const;
okay, the portable keyboard numbers don't work like the outside keypad because the outside keypad is ...
std::vector< Sound > sounds
HSTREAM PlayStream(std::string filename) const
void Play(std::string trigger, float freq=-1.0f, float vol=1.0f)
void Initialize(Logger *prmLogger, BassConfig *prmConfig, Bus *prmBus)
bool StreamIsPlaying(HSTREAM streamHandle) const
int soundDevice
The device to use... -1 = default device, 0 = no sound, 1 = first real output device. BASS_GetDeviceInfo can be used to enumerate the available devices.
void EnumerateDevices() const