biner88 / metronome

Efficient, accurate, cross-platform metronome; supports volume, BPM, and audio source settings.
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

"volume" parameter in the init() function is ignored #6

Closed slawekkaw closed 8 months ago

slawekkaw commented 8 months ago

I noticed that the "volume" parameter in the init() function is ignored. How to reproduce: E.g. compile the example for this package with the variable 'vol' set to 0

line 20: int vol=0;

Then run metronome... it turns out it's quite loud :) even though volume is set to 0. Please improve

biner88 commented 8 months ago

👌