QC 101: I'm trying to interact via joystick with a .qtz composition
running in a QCView within a Cocoa app. What API do I use to pass
parameters to the running composition?
Alright, I got it:
1. "Publish" selected inputs
2. Assign published key names
3. Issue -setValue:forInputKey: to the QCView containing the
composition.