MuseScore  3.4
Music composition and notation
Public Member Functions | Private Attributes | List of all members
Diffuser Class Reference

#include <asection.h>

Public Member Functions

void init (int size, float c)
 
void fini ()
 
int size ()
 
float process (float x)
 

Private Attributes

float * _data
 
int _size
 
int _i
 
float _c
 

Member Function Documentation

◆ fini()

void Diffuser::fini ( void  )

◆ init()

void Diffuser::init ( int  size,
float  c 
)

◆ process()

float Diffuser::process ( float  x)
inline

◆ size()

int Diffuser::size ( )
inline

Member Data Documentation

◆ _c

float Diffuser::_c
private

◆ _data

float* Diffuser::_data
private

◆ _i

int Diffuser::_i
private

◆ _size

int Diffuser::_size
private

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