Hi guys!
First of all congratulations on a vibrant and well moderated community. Its great to have found this place, and finally to have a hobby I'm really into.
I'm quite new to Puredata. The video tutorials are of limited use to me at the moment because I am yet to get pure data sharing the sound card with firefox (I'm on Ubuntu).
Generally I much prefer solving my own problems, but this time I thought I'd throw it out there and see what happens. I'm sure that apart from the solution, people will probably be highly amused by my inefficient "coding".
Anyway here is my Aim:
To make a clock which pauses, IF no audio has been received for a while AND the mouse hasn't moved for a while. When one of these things happens the clock starts again from where it left off.
The mouse detection works fine, and the mock audio pulse I've set up works fine, but I can't get the two conditions to meet properly and switch the clock on and off.
I know the solution is probably embarrassingly simple, but I just thought I'd throw it out there anyway.
Just to give you an idea of the ridiculously challenging project I've set myself- I'm going to write a VST plugin that counts your active time working in an audio session. When I'm done that I'm going to wrap it to RTAS!! I'm sure many a nightmare waits to ensnare me along the way but hey I'm having fun!
K back to it (patch attached)