First I would like to just say how amazing it is that I was able to
replace not only all my C++ byte manipulation code with core image,
but composer has let me eliminate nearly all my business logic cod as
well.
Now that I have expressed my appreciation for Core Image and Composer
I have my questions. In general I am looking for hight level
direction and answers seeing how this is my first composer based
application.
...
The NIB file contains a Patch Controller, linked to a .qtz file.
The 4 image outputs of the controller are bound to 4 NSImageViews.
UI elements (sliders, buttons, etc) are bound to the controller
inputs as well.
I have several NSImages being produced from another source that I
would like to feed to the Patch Controller as inputs. I have not
found a way to supply inputs programmatically to a NIB's Patch
Controller. setValue appears to not be a method of the controller or
[controller patch].
...
Given the above configuration, what is the standard practice for
moving selected patch states into core data models.