nathanRamaNoodles / Noodle-Synth

A User-friendly Arduino/Teensy Library to play RTTL/MIDI with infinite polyphonic notes; it has full control over volume, pitch, and music. No shields needed(Just a speaker).
https://create.arduino.cc/projecthub/nathan_ramanathan/play-music-without-delay-40e51b
MIT License
138 stars 14 forks source link

setVolume() creates a lot of static #24

Open Major-Scott opened 2 years ago

Major-Scott commented 2 years ago

When I test a code (it doesn't matter which one, even the examples like Spiderdance), it will work perfectly fine if there is no setVolume() command in it. If I add the command in, either in the setup or the loop, it just makes a lot of static and whirring noises that cover up any notes that might be playing. Any suggestions?