#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] |
| virtual bool LinuxSampler::AudioChannel::ParameterIsMixChannel::Fix | ( | ) | [inline, virtual] |
| virtual bool LinuxSampler::DeviceRuntimeParameterBool::Multiplicity | ( | ) | [virtual, inherited] |
Implements LinuxSampler::DeviceRuntimeParameter.
| virtual void LinuxSampler::AudioChannel::ParameterIsMixChannel::OnSetValue | ( | bool | b | ) | throw (Exception) [inline, virtual] |
| 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.