[gephex-devel] thoughts on a real-time core for gephex-0.5

Martin Bayer martin at gephex.org
Wed Jun 29 00:33:14 CEST 2005


The realtime core also needs a synchronization source. The update
process  is delayed until an event comes from such a source.

while(true)
{
  wait_for_event(sync_source)
  update_units();
}

possible sources could be the cpu timer with a fixed event rate,
external processes like midi, osc or jack. It should also be possible to
deactivate synchronization and update as fast a possible.

Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.gephex.org/pipermail/gephex-devel/attachments/20050629/00bd87a8/signature.pgp


More information about the gephex-devel mailing list