[fluxus] current functions

Dave Griffiths dave at pawfal.org
Fri Jan 13 09:27:31 PST 2006


> hi dave,
>
> Im currently updating the function list in the manual to reflect the
> current
> state of flux. ive commited a few basic changes, but i have a few
> questions.
>
> is the osc-destination function still necesary, and are the descriptions
> of the
> other osc functions still accurate given yr recent changes?

osc-destination sets the machine and port to send messages to - so yes
it's still needed. I actually fixed it last night so you can repeatedly
change the destination, I'll so the same for osc-source.

the (osc-msg) docs need updating though, to reflect the fifo change

> are there any functions which you can think of that have been rendered
> obsolete
> or superceeded, but are still in the index?
>
> should every function prefixed with static SCM in FluxusBinding.h have an
> equivalent scheme function? if so, how is the same mapping done?
>
> should flux_identity, fluxface (.. and so on)  do something, or has my
> build
> slipped out of sync?+

have a look at void FluxusBinding::RegisterProcs() at the bottom of
FluxusBinding.cpp

some of them are old and need deleting - like fluxface, others were named
to avoid conflicting with global functions before I put them in a class
ie. flux_identity. for nearly all the others the name is the same except
the _ changes to -

basically, if it's in the class but not listed in the RegisterProcs() it's
probably old and not needed any more.

cheers,

dave




More information about the Fluxus mailing list