clock

Conditional Logic?

kennyhorn's picture

Hello,

I'm new to QC, trying to build a New Years Eve countdown clock, would appreciate any guidance, struggling a little with the QC logic...

The clock needs to countdown in mm:ss from 11pm, then just seconds in the final minute. At 00:00 I'd like to play a QT file.

I found this old forum archive... http://tinyurl.com/2vya4ed and have managed to get half way there, as attached.

Not quite sure how to trigger the QT patch at 00:00. I can't think how to stop the countdown part and play the QT, without the counter happening in the background? I was thinking I could use a condition something like if minutes = 0 AND seconds = 0 then play QT but this would return false when the counter restarts at 59:59.

Kenny.

Midi Clock Sender

.lov.'s picture

Hi,

i just trying to build a midi clock signal plugin, which basically works, but not accurate. Think i missed some basic stuff about how QC works. Looks like a plugin executed only 1/60 sec intervals, and UI changes (dragging something for example) blocks the rendering.

Am i true?