GaudiLabs / OpenTheremin_V3

Open Source Theremin Instrument, Arudino Codes
GNU Lesser General Public License v3.0
84 stars 26 forks source link

Improved volume response: #2

Closed Theremingenieur closed 4 years ago

Theremingenieur commented 4 years ago
Theremingenieur commented 4 years ago

One user from Costa Rica reported crackling noise. Might be a timing issue. Although the "new" code uses less overall CPU cycles and runs quicker, it uses much more CPU registers at a time which might be problematic when an interrupt occurs while volexp() is running. Closing this for the moment until further investigation has been made.