Closed MCHSL closed 3 years ago
You have to call play() before calling set_volume() which results in the first note being really loud.
play()
set_volume()
Issue has been fixed.
You have to call
play()
before callingset_volume()
which results in the first note being really loud.