Entracte

stephen on 2005-04-24T21:04:57

Now the PM will display text-based slides, like "Up Next" fillframes.

The rest of this entry is in fact drivel, since I'm jabbering about unreleased code. (Not officially released; please e-mail if me

The primary to-do items at this point are either ease-of-use or are architectural refactorings.

Structural to-dos:

  • Create a central state machine whose job is to reflect overall system state. So, this machine concentrates on knowing: are we currently playing a movie? Are we playing a fill video? The Filler then becomes a sub-state-machine underneath it.
  • Split out the "DB" module into submodules to form a better rear tier.
  • Make the Filler module into a state machine as described above.