Re: thoughts on a real-time core for gephex-0.5

Martin Bayer <[email protected]> Wed, 29 Jun 2005 00:33:14 +0200
Newsgroups gmane.comp.video.gephex.devel
Message-ID <[email protected]>
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--===============1562663600==
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="------------enig175CD940112D2664B98DEA22"

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig175CD940112D2664B98DEA22
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

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

--------------enig175CD940112D2664B98DEA22
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCwdAvCm3i57PRsbsRAsv8AJ0b4e4KlcJot39rXl8eUNrCb3y+SwCgpJ2r
UFSMXr9Y7YqlPB+1oYI8F1Y=
=BJor
-----END PGP SIGNATURE-----

--------------enig175CD940112D2664B98DEA22--

--===============1562663600==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
gephex-devel mailing list
[email protected]
http://lists.gephex.org/mailman/listinfo/gephex-devel

--===============1562663600==--