We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › midi-driven video effects
Page Index Toggle Pages: 1
midi-driven video effects (Read 823 times)
midi-driven video effects
Apr 25th, 2009, 10:30am
 
hi all,

this is a basic example of how I managed to synchronize audio and video effects via MIDI, using an external audio sequencer (playing notes and applying delay and reverb effects) and a Processing sketch (displaying squares and applying delay-like and reverb-like video effects).

http://www.vimeo.com/4327477

the same midi signals are sent to the audio sequencer and the processing sketch. the squares appear when the notes are played. you should see an ugly fade-out effect when you hear the reverb.

sorry for the poor video quality, my cpu couldn't render a larger image : the input image is routed to many PGraphics, just like audio signals are routed to many buses on a mix table.

here is the code if you want to have fun :
http://n.clavaud.free.fr/processing/videoMixTable/videoMixTableMidi.zip
(see the midiEvents tab to configure notes and control change inputs)
Page Index Toggle Pages: 1