marcel-licence / esp32_basic_synth

ESP32 based simple synthesizer project
GNU General Public License v3.0
245 stars 38 forks source link

Undeclared Filter_CalculateNone #84

Closed mehrdavon closed 2 years ago

mehrdavon commented 2 years ago

Hello,

easySynth.ino line 345 is referencing method: "Filter_CalculateNone" that is not declared. I checked the ML_synthtools library as it is where the regular "Filter_Calculate" is declared but the "~None" method is not present there.

Am I looking in the wrong place or is this a bug?

Thanks!

marcel-licence commented 2 years ago

Hello,

on short term you can just delete the call. I did some experiments and this call was only for temporary usage. I will update the file and remove the call.

Viele Grüße