/animation_nodes

Node based visual scripting system designed for motion graphics in Blender.

Primary LanguagePythonOtherNOASSERTION

MIDI nodes for Animation Nodes

This addition to Animation Nodes allows users to use MIDI files to trigger their animations. This is applicable to animators who wish to animate to music, or want easy time triggers for procedurally gennerated animations.

MIDI demonstration

My additions:

animation_nodes/data_structures/MIDINote.py

animation_nodes/data_structures/MIDITrack.py

animation_nodes/nodes/midi/

animation_nodes/sockets/MIDI_note.py

animation_nodes/sockets/MIDI_track.py