mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 00:42:40 +02:00
refactor(radio): change Reverb indices to size_t
This commit is contained in:
@@ -93,7 +93,7 @@ public:
|
||||
class Reverb {
|
||||
public:
|
||||
std::vector<float> d1, d2, d3;
|
||||
int p1 = 0, p2 = 0, p3 = 0;
|
||||
size_t p1 = 0, p2 = 0, p3 = 0;
|
||||
|
||||
float feedback = 0.7f;
|
||||
float mix = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user