linuxsampler 2.3.1
Deprecated List
Member LinuxSampler::AudioOutputDevice::AddMasterEffectChain () DEPRECATED_API
This method will be removed, use AddSendEffectChain() instead!
Member LinuxSampler::AudioOutputDevice::MasterEffectChain (uint iChain) const DEPRECATED_API
This method will be removed, use SendEffectChain() instead!
Member LinuxSampler::AudioOutputDevice::MasterEffectChainCount () const DEPRECATED_API
This method will be removed, use SendEffectChainCount() instead!
Member LinuxSampler::AudioOutputDevice::RemoveMasterEffectChain (uint iChain) DEPRECATED_API
This method will be removed, use RemoveSendEffectChain() instead!
Member LinuxSampler::EngineChannel::GetMidiNrpnController () DEPRECATED_API
Use GetMidiNrpnParameter() instead.
Member LinuxSampler::EngineChannel::GetMidiRpnController () DEPRECATED_API
Use GetMidiRpnParameter() instead.
Member LinuxSampler::EngineChannel::ResetMidiNrpnController () DEPRECATED_API
Use ResetMidiNrpnParameter() instead.
Member LinuxSampler::EngineChannel::ResetMidiRpnController () DEPRECATED_API
Use ResetMidiRpnParameter() instead.
Member LinuxSampler::EngineChannel::SetMidiNrpnControllerLsb (uint8_t CtrlLSB) DEPRECATED_API
Use SetMidiNrpnParameterLsb() instead.
Member LinuxSampler::EngineChannel::SetMidiNrpnControllerMsb (uint8_t CtrlMSB) DEPRECATED_API
Use SetMidiNrpnParameterMsb() instead.
Member LinuxSampler::EngineChannel::SetMidiRpnControllerLsb (uint8_t CtrlLSB) DEPRECATED_API
Use SetMidiRpnParameterLsb() instead.
Member LinuxSampler::EngineChannel::SetMidiRpnControllerMsb (uint8_t CtrlMSB) DEPRECATED_API
Use SetMidiRpnParameterMsb() instead.
Member LinuxSampler::FxSend::DestinationMasterEffect () const DEPRECATED_API
This method will be removed, use DestinationEffectChainPosition() instead!
Member LinuxSampler::FxSend::DestinationMasterEffectChain () const DEPRECATED_API
This method will be removed, use DestinationEffectChain() instead!
Member LinuxSampler::FxSend::SetDestinationMasterEffect (int iChain, int iChainPos) DEPRECATED_API
This method will be removed, use SetDestinationEffect() instead!
Member LinuxSampler::MidiInstrumentMapper::VOID
use DONTCARE instead!
Member LinuxSampler::SamplerChannel::GetMidiInputDevice () DEPRECATED_API
This method is only provided for backward compatibility. It is a relict from days where there was only 1 MIDI input allowed per sampler channel.
Member LinuxSampler::SamplerChannel::GetMidiInputPort () DEPRECATED_API
This method is only provided for backward compatibility. It is a relict from days where there was only 1 MIDI input allowed per sampler channel.
Member LinuxSampler::SamplerChannel::SetMidiInput (MidiInputDevice *pDevice, int iMidiPort, midi_chan_t MidiChannel=midi_chan_all) DEPRECATED_API
This method is only provided for backward compatibility. It is a relict from days where there was only 1 MIDI input allowed per sampler channel.
Member LinuxSampler::SamplerChannel::SetMidiInputDevice (MidiInputDevice *pDevice) DEPRECATED_API
This method is only provided for backward compatibility. It is a relict from days where there was only 1 MIDI input allowed per SamplerChannel.
Member LinuxSampler::SamplerChannel::SetMidiInputPort (int MidiPort) DEPRECATED_API
This method is only provided for backward compatibility. It is a relict from days where there was only 1 MIDI input allowed per SamplerChannel.