10.5

Mac OS X 10.5 (Leopard)

Release: SpaceNavigator, v0.4

Release Type: Production
Version: 0.4
Release Notes

SpaceNavitagor Patch

This is the first public release of our "SpaceNavigator" patch, allowing input from the 3Dconnexion SpaceNavigator.

Note: This patch is deprecated. Use the built-in "HID Input" patch instead.

[ More info on this patch ]

Release: Safe Video Input, v0.1

Release Type: Production
Version: 0.1
Release Notes
The Safe Video Input plugin is deprecated. Information on getting around Safe Mode restrictions

Safe Video Input is a patch that modifies the existing built-in video input patch to work in safe mode. This allows it to work in "safe-mode sandboxed" applications. [Please read the warning before using this plugin!]

There are some applications that don't load "unsafe" patches from compositions. Keynote and QuickTime are two notable ones. This plugin modifies the existing video input patche to allow it to get loaded along with the others. For safety purposes, this plugin won't function in Safari.

Warning: Circumventing the "Safe Mode" restriction introduces some privacy issues — for example, malicious compositions can attempt to record Video from your PC and transmit it to remote Viewers. As such, you should only use/install this plugin when you need this functionality.

Release: PBMesh, v0.1

Release Type: Production
Version: 0.1
Release Notes

PBMesh is a plugin that allows you to quickly warp images for different kinds of cylindrical and spherical projections.

More information on how to use this patch, as well as some sample meshes, can be found on Paul Bourke's site: http://local.wasp.uwa.edu.au/~pbourke/miscellaneous/domemirror/warppatch...

Release: Safe MIDI, v0.1

Release Type: Production
Version: 0.1
Release Notes
The Safe MIDI plugin is deprecated. Information on getting around Safe Mode restrictions

Safe Midi is a patch that modifies the existing built-in midi patches to work in safe mode. This allows them to work in "safe-mode sandboxed" applications. [Please read the warning before using this plugin!]

There are some applications that don't load "unsafe" patches from compositions. Keynote and QuickTime are two notable ones. This plugin modifies the existing midi patches to allow them to get loaded along with the others.

Warning: Circumventing the "Safe Mode" restriction introduces some privacy issues — for example, malicious compositions can attempt to record MIDI from your PC and transmit it to remote listeners. As such, you should only use/install this plugin when you need this functionality.

Release: Serial IO, v20080326

Release Type: Beta
Version: 20080326
Release Notes

This is a fairly polished serial io patch (both smokris and I have been hacking on it mercilessly for the past day or two for an upcoming project)

Input and Output has been varified with an Arduino Diecimila at a few different baud rates (9600, 38400) with success. Binary output works (was added several betas ago, didn't get personally tested by me till today ;).

However, as is the case with all things kineme, we've hit upon a pretty nasty driver bug with ftdi (not surprised). I'm working with one of their techs to resolve this issue, hopefully that'll be fruitful.

The problem is basically this: Opening the serial port but never reading from it eventually causes some buffer overflows in the kernel. This causes some annoying side effects if you don't catch it soon enough. So if you have a Serial Output patch in the composition, you should add a matching Serial Input patch (with a specified break string!), and send its output to some red patch (a zero-count iterator is a cheap data sink). This will cause it to read out the buffer, averting the potential overflow (which shouldn't happen anyway).

This is close to a production release; please hammer on it, and find any weird corner cases where it doesn't work as expected (breakstring-less input will stop at 1 million bytes, then it'll probably trigger the overflow as noted above. This is the only known misfeature presently).