pl eng | Paweł Adamowicz Website/Portfolio |
Home
About
Contact
Portfolio2D 3D MoviesOtherMIDI Driver Tutorials |
MIDI DriverMIDI Driver – Blender's Python script aiding the creation of music driven animations. DownloadCurrent MIDI Driver version is 0.72 for Blender 2.49b. Script was downgraded to Python 2.3 for Mac Blender Mac. Changes are irrelevant for Linux or Windows Blender. This version has not been fully tested, so I would appreciate any feedback from Mac users.
Screenshots
Exemplary usage of MIDI Driver in Blender
YouTube playlist with original testing animations (see also in movies). FAQWhat is MIDI Driver?MIDI Driver is an extension of Blender environment which aim is to help the animator in creation of complex music-driven animations. So what are those music-driven animations?Music-driven animations consist of actions which are strictly dependent on the selected notes. The time of their occurrence resembles the timing of the respective notes. The most intuitive case of such animation simply depicts a play on the instrument. Probably the most famous example of music-driven animation is Animusic. How does it work?Creating a music-driven animation by hand is practically impossible. The need to precisely key the animation with simultaneous repetitive listening to the same soundtrack may discourage event the most patient animators. However, one can automatize this process by incorporating a music stored as a sequence of events (ex. MIDI). Each event can have one elementary animation assigned (ex. Character is pressing a key when note C#1 starts). The synchronization is to playback this animation each time the respective event occurs. Instead of playback, it can store the set of animations and their playback times in the form acceptable by a given animation environment. What can MIDI Driver do?
MIDI Driver can load and select notes from any MIDI sequence. When selecting notes one can set from which time interval they have to come, what is their pitch, channel and program. Selection criteria can be combined. A simple sequence viewer allows one to manually select the notes. So what cannot MIDI Driver do?
MIDI Driver will not prepare the source IPO or Action for you. It is you, who have to decide how the animated character will hit the drum, MIDI Driver will only set when it will be played. Why MIDI?MIDI Driver utilizes (as it name suggests) MIDI sequences as a synchronization data source. It is due to the fact that MIDIs are something like a „digital” musical notation. Therefore, there is no need to perform complex and inaccurate signal processing to determine the notes occurrence. Furthermore, MIDIs are easy to obtain – many authors release them for free and it is quite easy to find sequenced equivalent of a popular tune. Related resourcesScript's manual Blender 2.49b download Audacity download (if you want to record your MIDIs to *.wav) Old and current script thread at BlenderArtists.com Check out the tutorials section for additional exemplary blend files. |