Recent topics
Recent Comments
more
|
10.5Mac OS X 10.5 (Leopard) QuartzBuilder Drop File (Composition by gtoledo3)
When you build this in QuartzBuilder, it will display the file path of the last file you "dropped" on the Viewer window. One can use this as a means of loading files in a QuartzBuilder app. cv tools hand tracking (Composition by dust)
you can use this patch to hand track with cv tools. see the gestures pdf for pics of available postures. or refer to the handvu project http://www.movesinstitute.org/~kolsch/HandVu/HandVu.html for any additional info. Release: CVTools, v0.3
Release Type:
Production
Version:
0.3
Release Notes
Changes since CVTools 0.2
Audio Recorder Plugin (Composition by dust)
this plugin lets you record audio down to file. use a .caf extension. if this is useful i can open up some more variables like sample rate etc... right now its inputs are record, record path, record length, and device; you can use kineme audio tools to play the file back. Panel Plugin (Composition by dust)
This simple plugin opens a panel dialog window letting users select the file they want to open. it then outputs the files location as a string. It is set to return folders incase you want to return a directory location as well as it has input to specify which file types to open. In addition there is also a save panel letting you get the saved file name and directory. if you enter a name specified other then the filetypes specified by structure it will give you a warning to use both extensions etc... to run the sample file you open a movie get its location then save the movie to new location. example needs movie exporter plugin. (included) Release: QuartzCrystal, v2.0
Release Type:
Production
Version:
2.0
Release Notes
Upgrading from QuartzCrystal 1.x to QuartzCrystal 2.0 is only $5! Add QuartzCrystal 2.0 to your shopping cart, and enter your QuartzCrystal 1.x license key as a coupon code during checkout. Changes since QuartzCrystal 1.4
How to Record Input to a Composition
Known Issues
M-Audio Trigger Finger MIDI (Composition by farinuts)
This is a clip that provides MIDI control for the M-Audio Trigger Finger device. I'd been tearing my hair out trying to get the pads configured - turns out they're notes (starting at C3) so you can't use MIDI Learn to map 'em. D'oh! In hindsight, setup is pretty easy but I thought I'd share this since I didn't see much else in the way of support for the Trigger Finger in QC. Release: NetworkTools, v1.2
Release Type:
Production
Version:
1.2
Release Notes
Changes since NetworkTools 1.1
viterbi plugin (Composition by dust)
this is a viterbi plugin. its basis is the hidden markov model. my intention for this patch is to create phrasal stochastic music based on an observed sequence, in a second order markov chain. you can see the weighting i'm using in the trelis diagram when you load the example. first you have your hidden states. you set those to most likely known order. lets just use abcd for now. i put minimal weighting on the state returning back to itself. meaning if i play note A more than likely i'm not going to play note A right after i all ready played it. seeing this is for phrasal music. a flow chart or trelis diagram of the graph traversal is helpful when deciding on how much probabilities to weight. next you have your observed sequence. lets call that 1234. if i play in a sequence of 1234 the plugin will output the vertbi predicted path. this is the most probable traversed path. in the case of states abcd with observations 1234 with my weighting the next predicted note will be be the first index of the predicted v path which is c. a sequence of 1143 will produce a different path resulting in a a new predicted state. at leaste those are my intentions for the viterbi plugin. viterbi is used heavily in convolution codes and is in every cell phone made. you can read about it here. http://en.wikipedia.org/wiki/Viterbi_decoder hopefully someone may have some interesting use for this. i'm putting together the music part now. here is a basic example with source. Release: NetworkTools, v1.1
Release Type:
Production
Version:
1.1
Release Notes
Changes since NetworkTools 1.0
|