video
red-framework published on googlecode
Submitted by f0 on Sun, 2008-07-20 09:51in june i cleaned up and released my red-framework for managing max/jitter patches. it is hosted here and you can get it via anonymous svn checkout.
the framework is for stacking, chaining and mixing max/jitter patches and shows my way of organising patches. i've been working on/with it since 2006 and it now contains >100 modules. it can handle jitter, control data, midi and also softvns video under max4.5.
welcome to join the project if you are interested. it is easy to write your own modules.
installation...
(for osx 10.4 and earlier you'll first need to install svn separately)
in the terminal type:
svn checkout http://red-framework.googlecode.com/svn/trunk/ red-framework-read-only
then press (p) to accept permanently.
last add the red-framework folder to max's file preferences.
it is licensed under gnu gpl v2 and requires max5+jitter for osx. it has not been tested on windows xp yet but should run.
concept...
modules: generators, modulators, outputs
faders: cross, gain, etc.
slots = module+fader
chain = slots in series
stack = slots in parallel
mixer = go from parallel to serial
//--module:
a max/jitter patch following a simple standard
it must have 2 inlets: in, ctrl
and 2 outlets: out, info
the module can be generator, modulator or output
//--slot:
a slot is a fader + a module
slots also have 2 inlets: in, ctrl
and 2 outlets: out, info
//--stack:
builds a stack of slots - serial in and parallel out
//--chain:
builds a chain of slots - serial in and serial out
//--mixer:
a mixer of slots - parallel in and serial out
pros and cons...
why use red-framework?
same for jitter, midi, controldata, softvns
reusable patches
generalised and efficient
i have made various bigger performance patches using red-framework
special gui/bpatchers for stacks, chains, mixers
work with mark: redUniverse - video
Submitted by f0 on Fri, 2008-05-16 22:27here's a screencast of some of the examples coming with the redUniverse quark.
some are just simple processes while others are a little bit more 'intelligent' (boids mainly).
redUniverseExamples from redFrik on Vimeo.
skare - new video online
Submitted by f0 on Wed, 2006-09-27 14:02i recently made my first short video for skare. we like to make things a little bit complicated for ourselves and we also have a hook up on ice, snow and all other variations on cold water.
first - to get some cheap audiovisual correlation - i put an old cd in the freezer for two weeks. then one night i took it out and placed it over the bass element of a speaker. as the piece of plastic slowly adapted to room temperature, i let it vibrate to the deep fat bass found in the track 'To the Other Shore' (released on glacial movements). this was all filmed twice, close up and in nightshot mode.
i then wrote a little max/jitter patch that mixed the two takes, matched it with the audiofile and saved the whole thing to disk. the resulting video is here
screenshot of one of my uglier patches...
