Deluge Firmware
Loading...
Searching...
No Matches
Functions | Variables
interpolatelinear.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (numChannelsNow==2)
 

Variables

int16_t strength2 = oscPos >> 9
 
int16_t strength1 = 32767 - strength2
 
 sampleRead [0] = (interpolationBuffer[0][0][1] * strength1) + (interpolationBuffer[0][0][0] * strength2)
 

Function Documentation

◆ if()

if ( numChannelsNow  = = 2)

Variable Documentation

◆ sampleRead

sampleRead[0] = (interpolationBuffer[0][0][1] * strength1) + (interpolationBuffer[0][0][0] * strength2)

◆ strength1

int16_t strength1 = 32767 - strength2

◆ strength2

int16_t strength2 = oscPos >> 9