Added a master volume control, orbis, I'll see if I can add a more targeted volume solution. Also, I found the error in the hourly files code, nogojoe, and I added a checkbox to choose between the play options.-skrommel (July 21, 2017, 04:55 AM)
my antivirus keeps on neutalizing the chime exe. Scans the exe file ok but when I try to run to install the exe the antivirus neutralises it.-nogojoe (July 21, 2017, 04:28 PM)
my antivirus keeps on neutalizing the chime exe. Scans the exe file ok but when I try to run to install the exe the antivirus neutralises it.-nogojoe (July 21, 2017, 04:28 PM)what is your anti-virus?Can you report this to them as a false positive?-tomos (July 22, 2017, 02:39 AM)
Can you report this to them as a false positive?-tomos (July 22, 2017, 02:39 AM)
Can you report this to them as a false positive?-tomos (July 22, 2017, 02:39 AM)-tomos (July 22, 2017, 03:34 AM)
Uploaded the script, orbis.-skrommel (July 25, 2017, 06:31 AM)
@orbis: I use a timer set to 60 seconds, so it can be off by almost a minute. It's just to be as easy on the CPU as possible, but I can easily change it.@nogojoe: So the test works, but when you click Run, there's no sound?-skrommel (August 13, 2017, 12:09 PM)
@orbis: I use a timer set to 60 seconds, so it can be off by almost a minute. It's just to be as easy on the CPU as possible, but I can easily change it.-skrommel (August 13, 2017, 12:09 PM)
Thanks. I'd certainly sacrifice some CPU for a bit more accuracy here.Or is there a setting which users can change, perhaps?-orbis (August 14, 2017, 06:10 AM)
Thanks. I'd certainly sacrifice some CPU for a bit more accuracy here.Or is there a setting which users can change, perhaps?-orbis (August 14, 2017, 06:10 AM)The source code doesn't have this as a user-definable setting but, if you have AutoHotkey installed, and are using the .ahk file instead of the .exe, you can easily modify the source on line 189 to do what you want.Code: Autohotkey [Select]SetTimer,RUNNING,60000The 60000 is 60000 milliseconds, or, 60 seconds. If you want it checking every second, close the script, change the 60000 to 1000, and relaunch the script. Make sense?-skwire (August 14, 2017, 08:52 AM)
but it has the unfortunate side-effect of making the chime and voice sound every second for the minute it's set to run.-orbis (August 14, 2017, 09:37 AM)
Might there be a way round this?-orbis (August 14, 2017, 09:37 AM)
but it has the unfortunate side-effect of making the chime and voice sound every second for the minute it's set to run.-orbis (August 14, 2017, 09:37 AM)Ah, apologies for that. I didn't look too closely at the source. Might there be a way round this?-orbis (August 14, 2017, 09:37 AM)To answer your question, yes, it'll take further code modifications to do what you want. Unfortunately, I do not have time today to look at the source more closely (regular job getting in the way ). If Skrommel doesn't get to it first, I'll try to find time later this week.-skwire (August 14, 2017, 10:01 AM)
@orbis: Uploaded a new version with corrected timing.-skrommel (August 16, 2017, 12:55 PM)
Just a reminder to everyone that if you want to encourage the coders on the site, you can make a donation to them by clicking the gold coin under their name.-mouser (August 16, 2017, 01:15 PM)