> Hello. I am working with interactivity between a video input and trying to > show the effect it has on audio export/manipulation/creation. Does QC even > have these capabilities? If so, how would I go about this - any ideas?
QC does not have any useful audio capabilities presently -- it can give you some low-res frequency data from input, and play back .wavs (though there are quirks with that, iirc), but otherwise there's no "audio context" to render audio into/record it out from like there is for graphics. There's no way to export/manipulate audio (unless you weakly define "export" as "to the speakers"). It can take midi data as input (and provide it as output), but that's about as versatile as it gets. (this kind of functionality would be awesome though -- it's probably worth about 600 bug reports by my preliminary estimates ;) _______________________________________________ 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]

