On Oct 31, 2007, at 12:31 PM, Nick Bailey wrote:
With the new patch creator for Quartz Composer, has anyone created or is planning on creating a Movie Loader patch with no loop?
Quartz composer in Leopard certainly gives you the ability to create your own patches, and I encourage you to do so if it fits your project. However, adding patches to do a specific implementation of everything would be a mess. In this case the development time would be a lot less if you put that logic into the composition.
In the Release Notes you will find that we removed the limitation on self contained loops. You could check if the playhead position is the same as the end position with the Conditional patch (some tolerance might be needed so it doesn't repeat due to skipping over the final time). Then you could attach that signal back to something which is driving the externalized time base.
Hope that helps, Troy _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]

