sylvandb / gruvin9x

Automatically exported from code.google.com/p/gruvin9x
0 stars 0 forks source link

Mixer "Warning" beeps faulty #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Navigate to MIXER menu
2. Select or add a channel on a switch (eg. GEA)
3. Set "Warning" to 3

What is the expected output? What do you see instead?
Expect periodic "3-bips", but get anything from 1 to 3 bips at each interval -- 
most often 2 or 3, and when 3, sounds like the middle one is missing.

The "bips" should be marginally longer to make them more like short "beeps" too.

Original issue reported on code.google.com by gru...@gmail.com on 18 Nov 2010 at 4:58

GoogleCodeExporter commented 8 years ago
Fixed.

The beeps were being triggered at exact tmr10ms counter values from within 
perOut(), which may not necessarily execute a loop every single 10ms interval 
or more. Thus, triggers would occasionally be missed.

Remedied by making mixWarning a global variable and doing the 
exact-count-matches for the beep triggers inside of per10ms() instead.

Original comment by gru...@gmail.com on 21 Dec 2010 at 8:26

GoogleCodeExporter commented 8 years ago

Original comment by gru...@gmail.com on 23 Sep 2011 at 1:52