3: Done

input splitter-->root macro patch

public an input splitter directly in the root macro patch from wherever you are...?

particle systems

particle emitter with collision and proximity parameters

Arduino

I was able to use the Serial IO patch with my Arduino (http://www.arduino.cc/) to send a string to it and control an LED on/off, but I wasn't able to use the analog output to control the intensity of the light.

So that got me thinking that maybe you could make an Arduino patch that would make it easy to work with it from QC. I think that your best bet would be to use the Firmata firmware.

http://www.arduino.cc/playground/Interfacing/Firmata

error at launch

I don't know what means.I hope that someonecan help me.

-[QCPatchClassDescription initWithNodeClass:]: ivar "outputImage" of class "KinemeImageWithComposition" is not a subclass of GFPort
 
0x90f6fc82: GFException
0x90f718c5: GFThrowException
0x90f6fe1b: _ivarToPortClass
0x90ebc4c3: -[GFNodeClassDescription initWithNodeClass:]
0x90ebc214: +[GFNode initialize]
0x90ebcc0e: +[QCPatch initialize]
0x93810b18: _class_initialize
0x9380f499: _class_lookupMethodAndLoadCache
0x9381f736: objc_msgSend
0x90ebe74c: -[GFNodeManager(PlugIns) loadPlugInAtPath:]
0x90ebe445: -[QCNodeManager loadPlugInAtPath:]
0x90ebe9df: -[GFNodeManager(PlugIns) loadPlugInsInFolder:withExtensions:]
0x90ebe87b: -[GFNodeManager(PlugIns) loadPlugInsInLibrary:withExtensions:]
0x90ebe7f3: +[QCPatch(Registry) loadPlugInsInLibrary:]
0x90fd2c4b: _RegisterPatches
0x90ebcd9c: +[QCPatch(Registry) patchManager]
0x00004710
0x00004387
0x000041bd
0x0000fec5
0x9301367a: _nsnote_callback
0x9525da4a: __CFXNotificationPost
0x9525dd23: _CFXNotificationPostNotification
0x93010a70: -[NSNotificationCenter postNotificationName:object:userInfo:]
0x9301a108: -[NSNotificationCenter postNotificationName:object:]
0x93ad2a8b: -[NSWindow becomeMainWindow]
0x93ad12e7: -[NSWindow _changeKeyAndMainLimitedOK:]
0x93ad0fa0: -[NSWindow makeKeyWindow]
0x93ad0ee0: -[NSWindow makeKeyAndOrderFront:]
0x93a519ab: -[NSDocument showWindows]
0x93a4fc71: -[NSDocumentController openUntitledDocumentAndDisplay:error:]
0x00005b9e
0x0001ee7d
0x93048a6e: __NSFireDelayedPerform
0x9527cb7e: CFRunLoopRunSpecific
0x9527cd38: CFRunLoopRunInMode
0x907098a4: RunCurrentEventLoopInMode
0x907096bd: ReceiveNextEventCommon
0x90709531: BlockUntilNextEventMatchingListInMode
0x93a4bd5b: _DPSNextEvent
0x93a4b6a0: -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
0x93a446d1: -[NSApplication run]

"Safe" Folder Images patch on a Web Page

Hey all - looking for a way to use the Folder Images patch on a local web page. I am trying to do a slide show from images in a local folder using a composition.

Chris suggested maybe making a duplicate of the original Folder Images that doesn't do the safety checking. Or maybe if it only allowed the file:// url it would still be 'kinda' safe.

Or, if anyone know a way around the "unsafe"ness of the path, that would be great too.

thanks, M