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

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

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

revision 880 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC revision 1305 by iliev, Mon Aug 27 07:51:28 2007 UTC
# Line 150  namespace LinuxSampler { Line 150  namespace LinuxSampler {
150      }      }
151    
152      optional<int> AudioOutputDevice::ParameterChannels::RangeMinAsInt(std::map<String,String> Parameters) {      optional<int> AudioOutputDevice::ParameterChannels::RangeMinAsInt(std::map<String,String> Parameters) {
153          return optional<int>::nothing;          return 1;
154      }      }
155    
156      optional<int> AudioOutputDevice::ParameterChannels::RangeMaxAsInt(std::map<String,String> Parameters) {      optional<int> AudioOutputDevice::ParameterChannels::RangeMaxAsInt(std::map<String,String> Parameters) {
157          return optional<int>::nothing;          return 100;
158      }      }
159    
160      std::vector<int> AudioOutputDevice::ParameterChannels::PossibilitiesAsInt(std::map<String,String> Parameters) {      std::vector<int> AudioOutputDevice::ParameterChannels::PossibilitiesAsInt(std::map<String,String> Parameters) {
# Line 233  namespace LinuxSampler { Line 233  namespace LinuxSampler {
233          }          }
234      }      }
235    
236        uint AudioOutputDevice::ChannelCount() {
237            return Channels.size();
238        }
239    
240      std::map<String,DeviceCreationParameter*> AudioOutputDevice::DeviceParameters() {      std::map<String,DeviceCreationParameter*> AudioOutputDevice::DeviceParameters() {
241          return Parameters;          return Parameters;
242      }      }

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

  ViewVC Help
Powered by ViewVC