[gephex-devel] Gephex 0.5: about the control flow
Martin Bayer
martin at gephex.org
Wed Feb 15 00:12:36 CET 2006
Hi JS,
> I've looked deeper into the konsolenphex and "gephex bytecode"
> language. I've understood that you want to put a Scheme layer on top of
> that, and a GUI on top of Scheme.
>
> What I don't get however is: will the flow be entirely controlled by
> Scheme?
The scheme layer just controls the _structure_ of the dataflow but not
the timing of the flow processing. There is no scheme code in the
realtime loop.
The lowlevel messages from the scripting/scheme layer to the
realtime/c++ layer are something like:
create_unit
create_link
start_realtimesystem
stop_realtimesystem
The highlevel scheme level should look a bit like:
(define mynicesetup (foo (goo (source))))
(create-setup mynicesetup)
(start-renderer)
(sleep 1000)
(stop-renderer)
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/20060215/25fbb0d1/signature.pgp
More information about the gephex-devel
mailing list