MuseScore  3.4
Music composition and notation
Public Member Functions | List of all members
Ms::Dsp Class Reference

#include <dsp.h>

Public Member Functions

 Dsp ()
 
virtual ~Dsp ()
 
virtual float peak (float *buf, unsigned n, float current)
 
virtual void applyGainToBuffer (float *buf, unsigned n, float gain)
 
virtual void mixWithGain (float *dst, float *src, unsigned n, float gain)
 
virtual void mix (float *dst, float *src, unsigned n)
 
virtual void cpy (float *dst, float *src, unsigned n)
 

Constructor & Destructor Documentation

◆ Dsp()

Ms::Dsp::Dsp ( )
inline

◆ ~Dsp()

virtual Ms::Dsp::~Dsp ( )
inlinevirtual

Member Function Documentation

◆ applyGainToBuffer()

virtual void Ms::Dsp::applyGainToBuffer ( float *  buf,
unsigned  n,
float  gain 
)
inlinevirtual

◆ cpy()

virtual void Ms::Dsp::cpy ( float *  dst,
float *  src,
unsigned  n 
)
inlinevirtual

◆ mix()

virtual void Ms::Dsp::mix ( float *  dst,
float *  src,
unsigned  n 
)
inlinevirtual

◆ mixWithGain()

virtual void Ms::Dsp::mixWithGain ( float *  dst,
float *  src,
unsigned  n,
float  gain 
)
inlinevirtual

◆ peak()

virtual float Ms::Dsp::peak ( float *  buf,
unsigned  n,
float  current 
)
inlinevirtual

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