| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| Hi James, _javascript_ is the answer, I've used it quite a bit and works fine, you can see an example in use at http://www.memo.tv/webcam_piano (in the iterator, just before the OSC Sender) but in summary you want to do something like (_javascript_): function (__structure outputFloats) main (__number float1, __number float2, __number float3) { var result = new Object(); result.outputFloats = new Array(); result.outputFloats[0] = float1; result.outputFloats[1] = float2; result.outputFloats[2] = float3; // etc. return result; } Memo (Mehmet S. Akten) email@hidden 29 Ironworks On 25 Jun 2008, at 12:06, James Sheridan wrote:
|
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/email@hidden This email sent to email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.