/[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 898 by schoenebeck, Wed Jul 5 16:29:44 2006 UTC revision 900 by schoenebeck, Wed Jul 5 17:53:22 2006 UTC
# Line 52  namespace LinuxSampler { Line 52  namespace LinuxSampler {
52               *               *
53               * @param EngineType - type of the engine to use               * @param EngineType - type of the engine to use
54               * @throws Exception - if \a EngineType is invalid               * @throws Exception - if \a EngineType is invalid
55                 * @see Sampler::AvailableEngineTypes()
56               */               */
57              void SetEngineType(String EngineType) throw (Exception);              void SetEngineType(String EngineType) throw (Exception);
58    
# Line 287  namespace LinuxSampler { Line 288  namespace LinuxSampler {
288              std::vector<String> AvailableAudioOutputDrivers();              std::vector<String> AvailableAudioOutputDrivers();
289    
290              /**              /**
291                 * Returns the names of all available MIDI input drivers.
292                 */
293                std::vector<String> AvailableMidiInputDrivers();
294    
295                /**
296                 * Returns the names of all available sampler engine types.
297                 * @see SamplerChannel::SetEngineType()
298                 */
299                std::vector<String> AvailableEngineTypes();
300    
301                /**
302               * Create an audio output device.               * Create an audio output device.
303               *               *
304               * @param AudioDriver - name of the audio driver               * @param AudioDriver - name of the audio driver

Legend:
Removed from v.898  
changed lines
  Added in v.900

  ViewVC Help
Powered by ViewVC