/[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 411 by schoenebeck, Sat Feb 26 02:01:14 2005 UTC revision 502 by letz, Fri Apr 29 14:20:22 2005 UTC
# Line 151  namespace LinuxSampler { Line 151  namespace LinuxSampler {
151    
152          protected:          protected:
153              SamplerChannel(Sampler* pS);              SamplerChannel(Sampler* pS);
154             ~SamplerChannel();              virtual ~SamplerChannel();
155    
156              /** Getting MIDI input device port given its index number. */              /** Getting MIDI input device port given its index number. */
157              MidiInputPort* GetMidiInputDevicePort(int iMidiPort);              MidiInputPort* GetMidiInputDevicePort(int iMidiPort);
# Line 225  namespace LinuxSampler { Line 225  namespace LinuxSampler {
225              /**              /**
226               * Destructor.               * Destructor.
227               */               */
228             ~Sampler();              virtual ~Sampler();
229    
230              /**              /**
231               * Returns the number of sampler channels currently allocated.               * Returns the number of sampler channels currently allocated.

Legend:
Removed from v.411  
changed lines
  Added in v.502

  ViewVC Help
Powered by ViewVC