/[svn]/linuxsampler/trunk/src/Sampler.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/Sampler.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 777 by schoenebeck, Wed Jun 22 22:09:28 2005 UTC revision 778 by iliev, Fri Sep 23 06:58:26 2005 UTC
# Line 343  namespace LinuxSampler { Line 343  namespace LinuxSampler {
343              void DestroyMidiInputDevice(MidiInputDevice* pDevice) throw (LinuxSamplerException);              void DestroyMidiInputDevice(MidiInputDevice* pDevice) throw (LinuxSamplerException);
344    
345              /**              /**
346                 * Gets the current number of all active voices.
347                 * @returns The current number of all active voices.
348                 */
349                int GetVoiceCount();
350    
351                /**
352               * Reset the whole sampler. Destroy all engines, sampler               * Reset the whole sampler. Destroy all engines, sampler
353               * channels, MIDI input devices and audio output devices.               * channels, MIDI input devices and audio output devices.
354               */               */

Legend:
Removed from v.777  
changed lines
  Added in v.778

  ViewVC Help
Powered by ViewVC