<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.1.92">
</HEAD>
<BODY>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
> > I have begun a mapping feature on it too. First try here
> <A HREF="https://vimeo.com/37274617">https://vimeo.com/37274617</A>

Very nice! Are you running all those scripts at the same time?!

cheers,

dave
</PRE>
</BLOCKQUOTE>
<BR>
That's right. I mix different visual scripts in different PixelsPrimitive with (with-pixels-renderer (launch-task visual)).<BR>
I plan to use textcoords too, to mix transformation between local mapping (per PixelPrimitives)<BR>
and global mapping (one script mapped on mutliple PixelsPrimitives). And eventually: transitions. Long job in perspective.<BR>
<BR>
I have begun an interface in wxpython to control all this.<BR>
<A HREF="https://github.com/tedr56/FluxusBros-Interface">https://github.com/tedr56/FluxusBros-Interface</A><BR>
It is a bridge or standalone application to simulate midi, midi-clock (and in the future OSC) to control all this.<BR>
I started a graphic panel to configure the pixelsprimtive location to remap on site but I still have osc events issues.<BR>
The controls in my visuals scripts are abstracted, and my fluxus script core store and map  them to actual default values and controls.<BR>
My goal here is to avoid to remember all controls and their feature for each visuals and have preconfigured values on launch of these visuals.<BR>
<BR>
</BODY>
</HTML>