/[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 172 by capela, Tue Jun 29 21:11:50 2004 UTC revision 173 by senkov, Tue Jul 6 03:18:03 2004 UTC
# Line 303  namespace LinuxSampler { Line 303  namespace LinuxSampler {
303              AudioOutputDeviceMap         mAudioOutputDevices; ///< contains all created audio output devices              AudioOutputDeviceMap         mAudioOutputDevices; ///< contains all created audio output devices
304              MidiInputDeviceMap           mMidiInputDevices;              MidiInputDeviceMap           mMidiInputDevices;
305    
             template<class T> inline String ToString(T o) {  
                 std::stringstream ss;  
                 ss << o;  
                 return ss.str();  
             }  
   
306              friend class SamplerChannel;              friend class SamplerChannel;
307      };      };
308  }  }

Legend:
Removed from v.172  
changed lines
  Added in v.173

  ViewVC Help
Powered by ViewVC