10.4

picture

DLSSynth AU Component QC Plug-In. (Composition by dust)

0
points
Composition Title: 
DLSSynth AU Component QC Plug-In.

this is a Roland DLS synthesizer plugin for quartz composer. DLS stands for "downloadable sound font" this plugin loads apples default DLS component and runs it through a spatial reverb unit. more of these to come soon.

i'm working on a component host plugin for qc as well, that eventually will let you host audio units, record audio, add effect units plus do 3d spatial mix downs.

the next step for me is to make some core audio unit node plugins that can be strung together as well as make some basic components for sine waves, square waves, etc....

so this is just the basic initial exploration into using quartz composer with core audio units. it seems to work good, but be careful of overloading the plugin or you will get bad frame rates. i suggest using the pulse patch. check out the example....hit the space bar to make music.

i built this plugin for my computer in 10.6 x86_64 but audio components are much older than QC so you will be able to build the source to what ever machine your running.

V2..... custom path.

your bank path looks like this.

/Folder/AnyPlace/Any/File.dls

make sure to include the file and extension.

kDLSSynth AU Component Player. So this version is more of a generic AU DLSSynth player. The bank path is fully working and tested with a .dls file. The synth still loads up system with the original Roland DLS System Synth. Enter a path to your custom DLS or SoundFont bank and viola you got a QC Sampler. In order to load your custom DLSSynth you need to stop the viewer and start it again in order for the Plugin to load a new DLS.

try my custom DLS Scratch kit. i would make lots more of these DLS Synths but I want to add more features to the plugin. Like component loading from a path and multiple configurable Effect Units.

general-midi-logo.jpg
picture

Massacre (Composition by gtoledo3)

0
points
Composition Title: 
Massacre

I'm more of a comedy movie guy :)

This is an effect that I thought was fairly interesting, and potentially useful though in amateur film production scenarios. It gives a pretty convincing effect of being in a "blood bath". I almost feel like I have to put disclaimers on it, because the effect looks kind of horrific.

massacre.jpg

Release: KinemeCorePlugin, v0.1

Release Type: Production
Version: 0.1
Release Notes

Have you grown weary of seeing cwright's incomprehensibly cool transparent editor screenshots?

Are you tired of wishing your QC Editor would get out of your way, instead of getting in your face?

If you answered yes to any of those questions, the KinemeCore Plugin might be just for you.

As Seen At NAB2008! ;)

KinemeCore Options

The KinemeCore Plugin enables several modifications to the Quartz Composer Editor UI, including private patch exposure, snap-to-grid, toolbar removal, fullscreen editors, fullscreen viewers on startup, non-floating patch creators, slim and non-existent scroll bars, transparent windows, and much much more. Everything you need to get started on QC-Development Bliss.

This public release offers numerous performance improvements over the previous betas, as well as some more polished transitions and modifications. It also removes the KinemeCore Framework dependancy, removes the Sparkle dependancy, and has less start-up overhead.

This plugin doesn't affect your compositions in any way. What it does affect is how you make them.

There are still a couple Rough Edges; some of the modifications are pretty invasive, and there's not much more that can be done, unfortunately :( But there's always more room for additional changes, so feel free to fire questions, complaints, and additional features our way, and we'll see what we can do.

We're also in need of a much cooler about-box icon; if you're talented with paintshop, feel free to submit your artwork (512x512 or larger, please). Your artwork could be featured in a future update!

[edit: oops, forgot one link last reference. Sorry about that. Now it's fixed!]

Release: YUV Color, v0.2

Release Type: Production
Version: 0.2
Release Notes

A public release of the YUV Color patch, updated to work on Leopard.

This version fixes some timing issues that would cause the patch to execute needlessly when the inputs didn't change. This will provide marginally higher performance for compositions using this patch (probably immeasurable though).

It also autoupdates old compositions to use the newer patch object; This was necessary because we've changed some internals that would otherwise break it.

Release: GL Tools, v0.3

Release Type: Production
Version: 0.3
Release Notes

This version of GL Tools contains several fixes and enhancements over version 0.2. There are both Leopard and Tiger Versions available.

  • Correct context handling
  • Better GL State management
  • Points can now be textured
  • Matrix Patch now shows up

Release: GL Tools, v0.2

Release Type: Production
Version: 0.2
Release Notes

This is an admittedly hasty backport of the latest Leopard GLTools beta. It's for use on Tiger only.

New and improved patches include:

  • GL Point
  • GL Line
  • GL Spline
  • GL Triangle
  • GL Quad
  • GL Context Info
  • GL Matrix Mult

This version supports Depth sorting, Overlay blending, and Texture mapping, unlike the previous official release. Matrix Mult allows you to specify an arbitrary Transformation Matrix to the renderer.

Release: Original Kineme Plugin, v0.2

Release Type: Production
Version: 0.2
Release Notes

This is a repost of smokris' original Kineme Plugin. It's only fitting to have it available here on kineme.net. Check out http://softpixel.com/~smokris/widgets/quartzComposer/kinemePlugins/ for more details.

This plugin is for Tiger only. You almost certainly don't want this plugin, and we almost certainly no longer support it.

Release: QC Patch Xcode Template, v0.5

Release Type: Production
Version: 0.5
Release Notes

Create a new Xcode project with this template Updates in this release:

  • Added support for Leopard undocumented API.
  • Added native 64-bit support under Leopard.
  • Improved support for Tiger undocumented API.
  • Fixed build scripts to handle plugin names with spaces.

[ More info on this template ]

Release: Load User Plugins Folder, v0.1

Release Type: Production
Version: 0.1
Release Notes

This plugin causes Quartz Composer to load plugins from ~/Library/Graphics/Plugins/, giving user-level control of Quartz Composer plugins.

[This is a Tiger-Only Plugin -- Leopard handles this automatically now]

[ More info on this patch ]

Release: GL Tools, v0.1

Release Type: Production
Version: 0.1
Release Notes

GL Spline PatchGL Point Patch

A set of 6 patches for rendering OpenGL primitives such as Points, Lines, Triangles, Quads, and Cubic Splines.

Primitives include:

  • GL Context Information (formerly an independent plugin)
  • GL Point
  • GL Line
  • GL Triangle
  • GL Quad
  • GL Spline (modified version of QCSpline by Caleb Cannon)

Support for texturing in GL Triangle and GL Quad is planned for a future release --- these patches solid colors and gradients for now.

[ More info on this patch ]