Nope, I think everything is working as it should. I was thinking of adding an option to the CSV Importer that would allow you to skip the first line of the file, but other than that...
One thing in the code that I was curious about is.. the QCPlugin documentation (or maybe it's the QC Custom Patch Programming Guide - I can't find it now) says to use port properties as little as possible in execute:atTime:withArguments... it says something about caching them in other variables if they're going to be used repeatedly. I'm not sure why this is - for performance or because the values could change unexpectedly. These patches are all pretty simple so it doesn't seem like much of a concern, but I wondered if even something like this is using those properties too much: http://code.google.com/p/rdqcutils/source/browse/trunk/ScaleNumber.m#169 I started to make variables to store the port values before comparing/calculating but it looked like a lot of work and it was ugly/clunky - especially considering the patches seem to be working fine as-is. Does anyone have an opinion on this? Thanks! Rob On Oct 20, 2010, at 8:33 AM, George Toledo wrote: > Thanks for sharing; the csv is going to be a particularly interesting one, I > think! > > Are there any issues you've noted that we should look out for? > > Keep well, > GT > > On Wed, Oct 20, 2010 at 11:21 AM, Rob Duarte <[email protected]> wrote: > here are a few patches that i couldn't find elsewhere - > http://code.google.com/p/rdqcutils/ > > swap numbers > scale number > csv import > > download the plugin and use it > and/or take a look at the source and tell me what i did wrong - i'm no > objective c expert :) > > rob > > _______________________________________________ > 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/gtoledo3%40gmail.com > > This email sent to [email protected] > > > > -- > George Toledo > [email protected] > www.georgetoledo.com > > The information contained in this E-mail and any attachments may be > confidential. > If you have received this E-mail in error, please notify us immediately by > telephone or return E-mail. > You should not use or disclose the contents of this E-mail or any of the > attachments for any purpose or to any persons. >
_______________________________________________ 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]

