![]() |
Deluge Firmware 1.3.0
Build date: 2026.08.16
|

Public Member Functions | |
| SampleCache (Sample *newSample, int32_t newNumClusters, int32_t newWaveformLengthBytes, int32_t newPhaseIncrement, int32_t newTimeStretchRatio, int32_t newSkipSamplesAtStart, bool newReversed) | |
| void | clusterStolen (int32_t clusterIndex) |
| bool | setupNewCluster (int32_t cachedClusterIndex) |
| Cluster * | getCluster (int32_t clusterIndex) |
| void | setWriteBytePos (int32_t newWriteBytePos) |
Public Attributes | |
| int32_t | writeBytePos |
| int32_t | waveformLengthBytes |
| Sample * | sample |
| int32_t | phaseIncrement |
| int32_t | timeStretchRatio |
| int32_t | skipSamplesAtStart |
| bool | reversed |
Private Attributes | |
| Cluster * | clusters [1] |