|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
This is the complete list of members for juce::dsp::LookupTable< FloatType >, including all inherited members.
| get(FloatType index) const noexcept | juce::dsp::LookupTable< FloatType > | |
| getNumPoints() const noexcept | juce::dsp::LookupTable< FloatType > | |
| getUnchecked(FloatType index) const noexcept | juce::dsp::LookupTable< FloatType > | |
| initialise(const std::function< FloatType(size_t)> &functionToApproximate, size_t numPointsToUse) | juce::dsp::LookupTable< FloatType > | |
| isInitialised() const noexcept | juce::dsp::LookupTable< FloatType > | |
| LookupTable() | juce::dsp::LookupTable< FloatType > | |
| LookupTable(const std::function< FloatType(size_t)> &functionToApproximate, size_t numPointsToUse) | juce::dsp::LookupTable< FloatType > | |
| operator[](FloatType index) const noexcept | juce::dsp::LookupTable< FloatType > |