Functions
tSimpleRetune

Wrapper for multiple pitch shifters with single-channel output. More...

Functions

void tSimpleRetune_free (tSimpleRetune *const)
 Free a tSimpleRetune from its mempool. More...
 
float tSimpleRetune_tick (tSimpleRetune *const, float sample)
 
void tSimpleRetune_setNumVoices (tSimpleRetune *const, int numVoices)
 

Detailed Description

Wrapper for multiple pitch shifters with single-channel output.

Function Documentation

◆ tSimpleRetune_free()

void tSimpleRetune_free ( tSimpleRetune * const  )

Free a tSimpleRetune from its mempool.

Parameters
retuneA pointer to the tSimpleRetune to free.

◆ tSimpleRetune_tick()

float * tSimpleRetune_tick ( tSimpleRetune * const  ,
float  sample 
)
Parameters
retuneA pointer to the relevant tSimpleRetune.

◆ tSimpleRetune_setNumVoices()

void tSimpleRetune_setNumVoices ( tSimpleRetune * const  ,
int  numVoices 
)
Parameters
retuneA pointer to the relevant tSimpleRetune.