Processing & JavaScript
-
Hello,
Perhaps that can help you about data array.I use it extensively when I prepare Isadora patch and I want to record some parameters for a person not able to save the path (demo version or protected patch). Also because you can every-time save it without to move something… Sometime, but rarely, I edit the data externally.The data array is in "settingSuivi" scene and inside the 3 "mapping/…" user actors.They are used with an iPhone trough touchOSC as to be able to set the mapping on stage to be more precise.The "settingSuivi" is then activated when necessary and video and intensity sent by broadcasters.Hope that help, Jacques -
@jhoepffer: thanks everyone. I will tinker with the Data Array Actor today!
-
It will be a number of User actors (a small library) using the Javascript actor for most processes.
I haven't decided yet on the structure of the library, I have only done preliminary experiments, but it appears to be possible.Unfortunately, I will not get to it for a few weeks.I will have a PC only tool for Win32 api access via Tcp-Ip actors in Isadora first. (written in Python)
I am building this tool to allow tight Spout integration. (at least that was the catalyst for starting) It runs as a small local Restful webserver that receives commands via Tcp-Ip. Features:-- Launch Programs and/or files (Spout sources) via Isadora actors--- control window position (never allow it to open on stages ;)--- close windows via Isadora Tcp-Ip actors-- Print Files direct from Isadora (via Tcp-IP actors)-- More (I am open to ideas, the API is open and easily extended)That was off topic ;) Its sort of on my mind.Its working perfectly now... I am just cleaning it up, UI etc..
-
@DusX: glad to stimulate your thinking ;)
My needs are far less intense than what you've described. -
Am I the only one thinking that both the control panel and the stage need browser/html renderer actors with a transparent background that a JavaScript actor can be linked to and use as DOM? The possibilities then become rather endless in terms of control panel presentation/customisation with JS and CSS, and canvas/css animation to the stage etc. Ok, all doable with tcp/IP actors and desktop-to-syphon, but still, some WebKit action within isadora would be luverly.