Variables
hise::raw::IDs::Chains Namespace Reference

This namespace contains the most important chain indexes used by the Builder object to figure out where to put the processor. More...

Variables

constexpr int Direct = -1
 the slot index for adding sound generators directly to containers / groups. More...
 
constexpr int FilterFrequency = hise::MonoFilterEffect::FrequencyChain
 the frequency modulation for filters. More...
 
constexpr int FX = hise::ModulatorSynth::EffectChain
 the slot index for FX. More...
 
constexpr int Gain = hise::ModulatorSynth::GainModulation
 The slot index for Gain modulators. More...
 
constexpr int GlobalModulatorSlot = hise::GlobalModulatorContainer::GainModulation
 the slot where modulators are put in a GlobalModulatorContainer. More...
 
constexpr int Midi = hise::ModulatorSynth::MidiProcessor
 The slot index for MIDI Processors. More...
 
constexpr int Pitch = hise::ModulatorSynth::PitchModulation
 the slot index for Pitch modulators. More...
 

Detailed Description

This namespace contains the most important chain indexes used by the Builder object to figure out where to put the processor.

Variable Documentation

constexpr int Direct = -1

the slot index for adding sound generators directly to containers / groups.

constexpr int FilterFrequency = hise::MonoFilterEffect::FrequencyChain

the frequency modulation for filters.

constexpr int FX = hise::ModulatorSynth::EffectChain

the slot index for FX.

constexpr int Gain = hise::ModulatorSynth::GainModulation

The slot index for Gain modulators.

constexpr int GlobalModulatorSlot = hise::GlobalModulatorContainer::GainModulation

the slot where modulators are put in a GlobalModulatorContainer.

constexpr int Midi = hise::ModulatorSynth::MidiProcessor

The slot index for MIDI Processors.

constexpr int Pitch = hise::ModulatorSynth::PitchModulation

the slot index for Pitch modulators.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.