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

#include <addsynth.h>

Public Member Functions

 N_func ()
 
void reset (float v)
 
void setv (int i, float v)
 
void clrv (int i)
 
float vs (int i) const
 
int st (int i) const
 
float vi (int n) const
 
void write (FILE *)
 
void read (QFile *)
 

Private Attributes

int _b
 
float _v [N_NOTE]
 

Constructor & Destructor Documentation

◆ N_func()

N_func::N_func ( )

Member Function Documentation

◆ clrv()

void N_func::clrv ( int  i)

◆ read()

void N_func::read ( QFile *  f)

◆ reset()

void N_func::reset ( float  v)

◆ setv()

void N_func::setv ( int  i,
float  v 
)

◆ st()

int N_func::st ( int  i) const
inline

◆ vi()

float N_func::vi ( int  n) const
inline

◆ vs()

float N_func::vs ( int  i) const
inline

◆ write()

void N_func::write ( FILE *  F)

Member Data Documentation

◆ _b

int N_func::_b
private

◆ _v

float N_func::_v[N_NOTE]
private

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