|
Deluge Firmware
|

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) | |
| if | ( | numChannelsNow | = = 2 | ) |
| sampleRead[0] = (interpolationBuffer[0][0][1] * strength1) + (interpolationBuffer[0][0][0] * strength2) |
| int16_t strength1 = 32767 - strength2 |
| int16_t strength2 = oscPos >> 9 |