mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 09:39:12 -04:00
parent
92ba4d7fea
commit
e571ca7f1c
8 changed files with 9 additions and 9 deletions
|
@ -60,7 +60,7 @@ public:
|
|||
|
||||
FIR64AndDecimateBy2Real(
|
||||
const std::array<int16_t, taps_count>& taps
|
||||
) : taps { taps }
|
||||
) : taps(taps)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue