mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 22:24:06 +00:00
...and more pass-by-reference.
Another 176 bytes!
This commit is contained in:
@@ -42,8 +42,8 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
void execute(buffer_s16_t buffer_in, buffer_s16_t buffer_out);
|
||||
void execute_in_place(buffer_s16_t buffer);
|
||||
void execute(const buffer_s16_t& buffer_in, const buffer_s16_t& buffer_out);
|
||||
void execute_in_place(const buffer_s16_t& buffer);
|
||||
|
||||
private:
|
||||
const iir_biquad_config_t config;
|
||||
|
||||
Reference in New Issue
Block a user