Jamba C++ API  5.1.1
AudioBuffers< SampleType >::AbsoluteMaxOp Struct Reference

Unary operator adapter for computing the absolute max. More...

#include <AudioBuffer.h>

Public Member Functions

void operator() (SampleType iSample)
 

Public Attributes

SampleType fAbsoluteMax = 0
 

Detailed Description

template<typename SampleType>
struct pongasoft::VST::AudioBuffers< SampleType >::AbsoluteMaxOp

Unary operator adapter for computing the absolute max.

Member Function Documentation

◆ operator()()

void operator() ( SampleType  iSample)
inline

Member Data Documentation

◆ fAbsoluteMax

SampleType fAbsoluteMax = 0

The documentation for this struct was generated from the following file: