On Oct 23, 2009, at 11:15 AM, Milton Aupperle wrote:
> Yes but -32767 to 32768 is not 0 to 23 or 0 to 4, is it?

Maybe this will help that particular situation?

extern NSString* const QCPortAttributeMinimumValueKey; //For Number ports only
extern NSString* const QCPortAttributeMaximumValueKey; //For Index and Number 
ports only

Used in conjunction with:

/*
Adds an input port of a given type (QCPortType...) and key on the plug-in, and 
with optional attributes (QCPortAttribute...).
This method will throw an exception if called from within an execution method, 
or if there's already an input or output port with that key.
*/
- (void) addInputPortWithType:(NSString*)type forKey:(NSString*)key 
withAttributes:(NSDictionary*)attributes;

 _______________________________________________
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]

Reply via email to