> 1- When I attach a video input to the plugin, and turn off composition, the > iSight light doesn't "go off". I'm using the GL Square's code for image port, > and haven't changed it in any way, so this must be what the sample does as > well (admittedly, I haven't tested). What do I need to do to get it to let go > of the video?
this is the responsibility of the video input patch. stopping the composition should disable it. > 2- How do I control the default value of input ports? That isn't really an > issue with the GLSquare project as is, since everything is fine with having a > 0 value. However, I realize I need to know how to set defaults, so that when > the patch is dragged from patch creator, some ports have non 0 values. If > anyone knows a good example of this in a QCplugin project, I appreciate a > head's up. vade just addressed this :) > 3- What build settings are preferable for having it work for 64/32 bit? I > tried changing the settings, but was having my build fail. same for both. there's nothing particularly special about 64bit (it should "just work"). more detail on the errors is necessary to refine this statement. > 4- How do I control order of how the ports present themselves from top to > bottom on the plugin? Is that possible? Right now, my UV coord inputs go from > D1-A2 , top to bottom, but I would really like to set the order of the input > ports to go from A1-D2, top to bottom, if that's possible. you cannot. generally, they seem to show up in reverse order, but specifically this is runtime-dependent, so even when it's right, it's subject to change. <rdar://problem/7654726> covers this particular problem. -- Christopher Wright christopher_wri...@apple.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com