mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add documentation tags
This commit is contained in:
parent
e982c70438
commit
cdbc28c18b
534 changed files with 1531 additions and 72 deletions
|
|
@ -46,6 +46,8 @@ namespace dsp
|
|||
auto outValue = lut[17];
|
||||
|
||||
@see LookupTableTransform
|
||||
|
||||
@tags{DSP}
|
||||
*/
|
||||
template <typename FloatType>
|
||||
class LookupTable
|
||||
|
|
@ -166,6 +168,8 @@ private:
|
|||
range, it will return either the first or the last recorded LookupTable value.
|
||||
|
||||
@see LookupTable
|
||||
|
||||
@tags{DSP}
|
||||
*/
|
||||
template <typename FloatType>
|
||||
class LookupTableTransform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue