render-mode/video-synthesizer [ Render Modes ]

[ Top ] [ render-mode ] [ Render Modes ]

Name

 video-synthesizer

File

 rm-vid-synth.lsp

Description

 Transforms events to rectangular shapes in a videofile. If option
 pitch->color is t (default: nil), the color will be determined by the pitch
 slot, shifting values from the audible spectrum to the visible, if
 applicable.

 Not realy working yet!

Output Format

 :video

Required Slots

 start-time, duration,
 location, expansion

Optional Slots

 pitch

Dependencies

 :zpng, :salza2

Synopsis

(make-render-mode
 video-synthesizer :video
 :required-slots
 (duration start-time location
           expansion)
 :optional-slots (pitch)
 :options ((pitch->color nil))
 :required-packages (:zpng :salza2)