ofxPDSP
ofxPDSPFunctions Class Reference

deactivated documentation of some global functions ( ofxPDSPFunctions is just a dummy class for generating this doc ). More...

#include <ofxPDSPFunctions.h>

Friends

float pdsp::p2f (float pitch)
 
float pdsp::pratio (float pitch, float ratio)
 
int pdsp::highestPartial (float pitch)
 
float pdsp::f2p (float freq)
 
float panL (float pan)
 returns a float value you can use to multiply your signal for panning when patching to a left channel More...
 
float panR (float pan)
 returns a float value you can use to multiply your signal for panning when patching to a right channel More...
 
float dB (float dBvalue)
 returns a float value you can use to multiply your signal, the value returned is the linar equivalent of the given dB value; More...
 
bool pdsp::chance (float chance)
 
float pdsp::urand ()
 
float pdsp::brand ()
 
int pdsp::dice (int sides)
 
int pdsp::dice (int min, int maxExclusive)
 
float pdsp::spread (int index, int max, float spread, bool fromCenter)
 

Detailed Description

deactivated documentation of some global functions ( ofxPDSPFunctions is just a dummy class for generating this doc ).

Friends And Related Function Documentation

◆ dB

float dB ( float  dBvalue)
friend

returns a float value you can use to multiply your signal, the value returned is the linar equivalent of the given dB value;

Parameters
[in]dBvaluedeciBel value for gain scaling

◆ panL

float panL ( float  pan)
friend

returns a float value you can use to multiply your signal for panning when patching to a left channel

Parameters
[in]panpan value

◆ panR

float panR ( float  pan)
friend

returns a float value you can use to multiply your signal for panning when patching to a right channel

Parameters
[in]panpan value

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