linuxsampler 1.0.0
|
#include <AudioChannel.h>
Public Member Functions | |
ParameterIsMixChannel (bool b) | |
virtual String | Description () |
virtual bool | Fix () |
virtual void | OnSetValue (bool b) throw (Exception) |
virtual String | Type () |
virtual bool | Multiplicity () |
virtual optional< String > | RangeMin () |
virtual optional< String > | RangeMax () |
virtual optional< String > | Possibilities () |
virtual String | Value () |
virtual void | SetValue (String val) throw (Exception) |
virtual void | SetValue (bool b) throw (Exception) |
virtual bool | ValueAsBool () |
Protected Attributes | |
bool | bVal |
Definition at line 67 of file AudioChannel.h.
LinuxSampler::AudioChannel::ParameterIsMixChannel::ParameterIsMixChannel | ( | bool | b | ) | [inline] |
Definition at line 69 of file AudioChannel.h.
virtual String LinuxSampler::AudioChannel::ParameterIsMixChannel::Description | ( | ) | [inline, virtual] |
Implements LinuxSampler::DeviceRuntimeParameter.
Definition at line 70 of file AudioChannel.h.
virtual bool LinuxSampler::AudioChannel::ParameterIsMixChannel::Fix | ( | ) | [inline, virtual] |
Implements LinuxSampler::DeviceRuntimeParameter.
Definition at line 71 of file AudioChannel.h.
virtual bool LinuxSampler::DeviceRuntimeParameterBool::Multiplicity | ( | ) | [virtual, inherited] |
Implements LinuxSampler::DeviceRuntimeParameter.
virtual void LinuxSampler::AudioChannel::ParameterIsMixChannel::OnSetValue | ( | bool | b | ) | throw (Exception) [inline, virtual] |
Implements LinuxSampler::DeviceRuntimeParameterBool.
Definition at line 72 of file AudioChannel.h.
virtual optional<String> LinuxSampler::DeviceRuntimeParameterBool::Possibilities | ( | ) | [virtual, inherited] |
Implements LinuxSampler::DeviceRuntimeParameter.
virtual optional<String> LinuxSampler::DeviceRuntimeParameterBool::RangeMax | ( | ) | [virtual, inherited] |
Implements LinuxSampler::DeviceRuntimeParameter.
virtual optional<String> LinuxSampler::DeviceRuntimeParameterBool::RangeMin | ( | ) | [virtual, inherited] |
Implements LinuxSampler::DeviceRuntimeParameter.
virtual void LinuxSampler::DeviceRuntimeParameterBool::SetValue | ( | bool | b | ) | throw (Exception) [virtual, inherited] |
virtual void LinuxSampler::DeviceRuntimeParameterBool::SetValue | ( | String | val | ) | throw (Exception) [virtual, inherited] |
Implements LinuxSampler::DeviceRuntimeParameter.
virtual String LinuxSampler::DeviceRuntimeParameterBool::Type | ( | ) | [virtual, inherited] |
Implements LinuxSampler::DeviceRuntimeParameter.
virtual String LinuxSampler::DeviceRuntimeParameterBool::Value | ( | ) | [virtual, inherited] |
Implements LinuxSampler::DeviceRuntimeParameter.
virtual bool LinuxSampler::DeviceRuntimeParameterBool::ValueAsBool | ( | ) | [virtual, inherited] |
bool LinuxSampler::DeviceRuntimeParameterBool::bVal [protected, inherited] |
Definition at line 69 of file DeviceParameter.h.