StigLau / vdvil

Project Vaudeville - Multimedia mixing - result of Kundestyrt Prosjekt 2007 and 2009
3 stars 3 forks source link

Renderer stops playback if gap between instructions #31

Open StigLau opened 12 years ago

StigLau commented 12 years ago

A problem in implementation of Renderer. If at any time, the number of instructions playing are zero, the renderer will tell the timingrenderer to stop prematurely. Renderer.notifyTime line 196

A quick fix is to make sure that all gaps are filled with instructions. The real fix needs a rewrite of the entire rendering system...