- Posts: 3333
Countdown timer doesn't beep at 00:00 ?
- vlad_vy
- Topic Author
- Offline
Please Log in or Create an account to join the conversation.
- suvsuv
- Offline
- Posts: 268
The official version won't beep at 00:00. But in my own devo10, I like the timer beeps at 00:00, so I will release an unofficial release that beeps at 00:00.vlad_vy wrote: Countdown timer doesn't beep at 00:00? It's normal? I have beeps at prealarm and uptimer time, but haven't any beep at 00:00.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
The point was that it is not when the time changes from 00:01 to 00:00, but when it goes from 00:00 to -00:00.
This is a simple rounding issue.
If you imagine a plus digit, it looks like:
00:01.1
00:01.0
00:00.9 (beep is not here)
00:00.8
....
00:00.2
00:00.1
00:00.0
-00:00.0 beeps here!
-00:00.1
....
-00:00.9
-00:01.0
Please Log in or Create an account to join the conversation.
- suvsuv
- Offline
- Posts: 268
if (timer_val < 1000 && Transmitter.countdown_timer_settings.timeup_interval != 0) { // give extra 1seconds to alarm in 00:00
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Is the problem that there is no beep at zero IF there is no tune to play?
Because if there is a tune configured, it is played at zero, so there is no point to beep too...
Please Log in or Create an account to join the conversation.
- suvsuv
- Offline
- Posts: 268
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Prealert time=10
Prealert intvl=1
Timeup intvl=2
[alert1] and [alert2] are both configured in the sound.ini
I see no problem in either emulators, will try the tx later...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
I can say that is unstable problem. At other PC I have beep at 00:00 with emu_devo8. Right now I havn't beep at 00:00 with emu_devo8 and Devo8.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
change nothing else, but go to the transmitter config and change prealert intrvl to 1 and timeup intrvl to 1
go back to the main page, reset the timer2, and let it count down.
it beeps at 9,8,7,6,5,4,3,2,1,0, and double beeps at 0:00->-0:00, -0:01, ...
That is what I see on my tx and in the emulator for both devo8 and devo10. Please test with the emu/filesystem in the downloads area to ensure that nothing else is going on. You should , at least, be able to reproduce what I just did doing those steps, and then at least we can start from common ground in figuring out what is wrong.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
With default settings = 20 seconds pause.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
How is that possible?
With the default settings it does not beep at 0:00 -> -0:00, that is certainly a bug.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Beeps at 9,8,7,6,5,4,3,2,1,0, and double (actually triple) beeps at -0,-1,-2, and so on.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
With Devo8 and firmware v2.0.0 all is the same, with any settings I have not double beep at 0:00 -> -0:00, but pause.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
Yeah, I saw that too, but only for the first time. After saving the model once, it is all right.PhracturedBlue wrote: ...(no idea why it starts at 0:00 that also looks like a bug)...
Please Log in or Create an account to join the conversation.
- suvsuv
- Offline
- Posts: 268
I got this bug report from another user ej189 last week, so I believe this is certainly a bug and happens only in some devo10/devo8PhracturedBlue wrote: Wait. you followed my instructions above using the official build, and do not get the double-beep at 0:00-> -0:00?
How is that possible?
With the default settings it does not beep at 0:00 -> -0:00, that is certainly a bug.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
I'll take another look at the patch suvsuv sent as well.
Please Log in or Create an account to join the conversation.
- suvsuv
- Offline
- Posts: 268
Please try this dfu in you devo8, it should give you double-beeping at -00:00vlad_vy wrote: Yes, I use filesystem and emu v2.0.0
With Devo8 and firmware v2.0.0 all is the same, with any settings I have not double beep at 0:00 -> -0:00, but pause.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- Countdown timer doesn't beep at 00:00 ?