mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-02 23:01:47 +00:00
@@ -60,7 +60,7 @@ public:
|
||||
|
||||
FIR64AndDecimateBy2Real(
|
||||
const std::array<int16_t, taps_count>& taps
|
||||
) : taps { taps }
|
||||
) : taps(taps)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user