I'm building a small app in XCode which has a number of windows each
with a Quartz Composition in them. These comps have a few published
outputs which I want to control with sliders in each window separately.
When I had just one window and one QCPatchController setup, the
controls worked fine, but now that I have added another window I have
also added another QCPatchController for the second Quartz Comp and
the controls no longer work in either even though the Bindings all
seem correct.
It seems as though this should work, but I can no longer get the
controls to work. Is there a limit of one with the number of
QCPatchControllers in a project?