--- linuxsampler/trunk/src/network/lscpserver.h 2007/12/03 23:22:02 1540 +++ linuxsampler/trunk/src/network/lscpserver.h 2007/12/04 18:09:26 1541 @@ -191,6 +191,7 @@ String ResetChannel(uint uiSamplerChannel); String ResetSampler(); String GetServerInfo(); + String GetTotalStreamCount(); String GetTotalVoiceCount(); String GetTotalVoiceCountMax(); String GetGlobalVolume(); @@ -268,8 +269,8 @@ public MidiDeviceCountListener, public MidiInstrumentCountListener, public MidiInstrumentInfoListener, public MidiInstrumentMapCountListener, public MidiInstrumentMapInfoListener, public FxSendCountListener, - public VoiceCountListener, public StreamCountListener, - public BufferFillListener, public TotalVoiceCountListener { + public VoiceCountListener, public StreamCountListener, public BufferFillListener, + public TotalStreamCountListener, public TotalVoiceCountListener { public: /** @@ -354,6 +355,7 @@ * @param NewCount The new number of active voices. */ virtual void TotalVoiceCountChanged(int NewCount); + virtual void TotalStreamCountChanged(int NewCount); } eventHandler; #if HAVE_SQLITE3