Posted by: | mbreidt | |
Data created: | 16 October 2012 |
Some thoughts on the Controller part of Lab
Martin Martin
| |
17 October 2012
#3387 | |
Agreed about the "Lab" prefix on templates. They are placed into Lab.Templates namespace which should appear as a category but in Max's UI category isn't used in many places. Adding more base types for controllers should be trivial, I will try to squeeze this into one of the next few builds. By sub-controllers you mean actual functions, so you can specify time X and get value Y? Right now whichever scalar parameters you add are also added to the generated Lab plugin's parameter block, and you can assign or wire external controllers to these parameters through something like track view. Marsel Khadiyev (Software Developer, EPHERE Inc.) | |
18 October 2012
#3406 | |
Re sub-controllers: you are right, the external input parameters do show up correctly as float tracks, so that's fine. What about non-scalar input types? And how do I access the input at a different time context? Thanks! Martin
| |
18 October 2012
#3409 | |
I think the context stuff is under the same roof with Jonathan's thread. I'll answer there. Marsel Khadiyev (Software Developer, EPHERE Inc.) |