Beta

Beta

Release: Speech Recognition, v20080918

Release Type: Beta
Version: 20080918
Release Notes

This is the first beta of our SpeechRecognition patch.

Release: WiiMote Control, v20080903

Release Type: Beta
Version: 20080903
Release Notes

This update to the WiiMote patch adds the ability to screen connections based on address.

There's an input to specify an address to accept connections from (any devices is accepted if blank), and an output to display the currently-connected device's address (handy for filling in the input ;)

Release: CompositionTool, v20080815

Release Type: Beta
Version: 20080815
Release Notes

Second beta of CompositionTool. Added Patch size, to see which patches are contributing to the overall size of the composition. Also reworked the UI a bit, to make it somewhat prettier.

Patch Size includes subpatches, so macros will report their size, plus the size of subpatches. Sorry if this is confusing -- working on a way to clear this up.

And it's still not sortable by columns. sorry twice.

[Edit: Xcode was misconfigured, and produced an intel-only app for the 20080815 release -- 20080817 is a real universal binary, but is otherwise identical]

Release: CompositionTool, v20080724

Release Type: Beta
Version: 20080724
Release Notes

This is a fairly rough initial beta release of CompositionTool, a tool for meta-composition management and inspection.

This version supports Mass Flattening and PlugIn Inspection.

Mass Flattening is useful if you maintain many compositions, and want to leverage the power of Virtual Patches without needing to distribute the virtual patches or instruct users on how to install them. Mass Flatten rolls them all up into a single, self-contained composition, just like QC's "Save A Flattened Copy As..." option.

PlugIn Inspection inspects a composition's patches, and tells you whether or not the composition will work in Safe Mode. It also lists all the patches used, and where those patches are stored (which framework or plugin supplies them). Handy to make sure you're not distributing something that won't work for the remote user without additional plugins to install.

The Mass Flatten feature was commissioned by CoreMelt.

Feel free to suggest additional features -- there are a few that have already been mentioned, but we're always up for more.

[P.S. there's a contest to make this app's production icon. If you win the contest, you get to have your icon featured on a kineme application! ;) ]

[Edit 2: now updated to handle the Sphere patch properly -- special case in the QCFramework...]

Release: Super GLSL, v20080516

Release Type: Beta
Version: 20080516
Release Notes

This is the initial beta release of our SuperGLSL plugin.

This patch is planned to be a very large modification to the way GLSL works in QC. Ultimately it will allow for dynamic shaders and other fun tricks, but for now it simply allows you to change GLSL parameters per-object (instead of per-glsl patch, applied to all sub-objects).

For now, it's just the GLSL Grid, though we plan on creating patches for a few more primitives.

Thanks to toneburst for prodding me into designing and finishing this initial step amid all the other stuff I have going on ;)