Functions
tRetune

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

Functions

void tRetune_free (tRetune *const)
 Free a tRetune from its mempool. More...
 
float * tRetune_tick (tRetune *const, float sample)
 
void tRetune_setNumVoices (tRetune *const, int numVoices)
 

Detailed Description

Wrapper for multiple pitch shifters with multi-channel output.

Function Documentation

◆ tRetune_free()

void tRetune_free ( tRetune * const  )

Free a tRetune from its mempool.

Parameters
retuneA pointer to the tRetune to free.

◆ tRetune_tick()

float * tRetune_tick ( tRetune * const  ,
float  sample 
)
Parameters
retuneA pointer to the relevant tRetune.

◆ tRetune_setNumVoices()

void tRetune_setNumVoices ( tRetune * const  ,
int  numVoices 
)
Parameters
retuneA pointer to the relevant tRetune.