/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceArts.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceArts.cpp

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

revision 838 by schoenebeck, Fri Feb 10 14:57:40 2006 UTC revision 880 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC
# Line 38  namespace LinuxSampler { Line 38  namespace LinuxSampler {
38          InitWithDefault(); // use default name          InitWithDefault(); // use default name
39      }      }
40    
41      AudioOutputDeviceArts::ParameterName::ParameterName(String s) throw (LinuxSamplerException) : DeviceCreationParameterString(s) {      AudioOutputDeviceArts::ParameterName::ParameterName(String s) throw (Exception) : DeviceCreationParameterString(s) {
42      }      }
43    
44      String AudioOutputDeviceArts::ParameterName::Description() {      String AudioOutputDeviceArts::ParameterName::Description() {
# Line 65  namespace LinuxSampler { Line 65  namespace LinuxSampler {
65          return (existingArtsDevices) ? "LinuxSampler" + ToString(existingArtsDevices) : "LinuxSampler";          return (existingArtsDevices) ? "LinuxSampler" + ToString(existingArtsDevices) : "LinuxSampler";
66      }      }
67    
68      void AudioOutputDeviceArts::ParameterName::OnSetValue(String s) throw (LinuxSamplerException) {      void AudioOutputDeviceArts::ParameterName::OnSetValue(String s) throw (Exception) {
69          // not possible, as parameter is fix          // not possible, as parameter is fix
70      }      }
71    
# Line 161  namespace LinuxSampler { Line 161  namespace LinuxSampler {
161      }      }
162    
163      String AudioOutputDeviceArts::Version() {      String AudioOutputDeviceArts::Version() {
164         String s = "$Revision: 1.1 $";         String s = "$Revision: 1.2 $";
165         return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword         return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword
166      }      }
167    

Legend:
Removed from v.838  
changed lines
  Added in v.880

  ViewVC Help
Powered by ViewVC