denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Release 0.9.4


From: Richard Shann
Subject: Re: [Denemo-devel] Release 0.9.4
Date: Mon, 18 Jun 2012 17:56:30 +0100

On Fri, 2012-06-15 at 03:54 +0200, Dominic Sacré wrote:
> Is there a reason to trigger page_viewport() directly from the event
> queue 
> code (and potentially multiple times, once for each event)? Why not
> do 
> this somewhere in queue_thread_func(), like all other GUI updates
> during 
> playback? 
I just experimented with this - I moved the call to be inside this loop

      while ((event = get_smf_event(until_time))) {
        write_event_to_queue(AUDIO_BACKEND, event);
        write_event_to_queue(MIDI_BACKEND, event);
      }

and the paging got much glitchier :(

Richard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]