Re: [linux-audio-dev] timing

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] timing
From: Vincent Touquet (vincent.touquet_AT_pandora.be)
Date: Thu Jun 20 2002 - 17:28:25 EEST


Which is a terrible idea for portability IMHO.

vincent

On Thu, Jun 20, 2002 at 10:04:59AM -0400, Fred Gleason wrote:
>On Thursday 20 June 2002 06:43, dunk fordyce wrote:
>> whats the best way to handle timing in a music app?
>
>I've you're in a Qt environment, there always QTimer, e.g.
>
>QTimer * timer = new QTimer();
>timer->start(interval_in_msec);
>connect(timer,SIGNAL(timeout()),your_widget,SLOT(your_slot)));


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Jun 20 2002 - 17:38:25 EEST