Guest nutrition_facts Report post Posted October 20, 2005 is there any way of converting midi data into after effects keyframe data? i've been using soundkeys quite a lot, but i'd but rather export midi from cubase, convert it and load that info into AE. cheers Quote Share this post Link to post Share on other sites
Guest SermonOfMockery Report post Posted October 20, 2005 quicktime can open midis, but uses the default crappy instruments Quote Share this post Link to post Share on other sites
Guest nutrition_facts Report post Posted October 20, 2005 i want to convert midi notes into keyframes, not for generating sound. it shouldn't be that hard to write a script to do this..... midi is just numbers from 0 to 127 . the reason i'd like to have this is to speed up making videos for music i produce..... having keyframes for every element in the track, i can assign them to layer opacity and plugin controls, etc. i want to make stuff *really* sync to music Quote Share this post Link to post Share on other sites
Guest SermonOfMockery Report post Posted October 20, 2005 oooooh, sorry, i didnt catch that part. nevermind. Quote Share this post Link to post Share on other sites
Guest onebigidiot Report post Posted October 20, 2005 i want to convert midi notes into keyframes, not for generating sound. it shouldn't be that hard to write a script to do this..... midi is just numbers from 0 to 127 47120[/snapback] can you get the midi information out of the file into a text format that list the numbers? Quote Share this post Link to post Share on other sites
Guest JMSDigital Report post Posted October 20, 2005 can you get the midi information out of the file into a text format that list the numbers? 47146[/snapback] motion can do that. i'm not shure if it translates the notes into keyframed values or just does visual representations for the notes. But it handles midi. Quote Share this post Link to post Share on other sites
Guest onebigidiot Report post Posted October 20, 2005 can you get the midi information out of the file into a text format that list the numbers? 47146[/snapback] There are a couple of freeware/shareware programs that can translate midi into a text file. Just google midi to text or something like that. After you get that figured out it should be relatively easy to write a script in aftereffects to use that info. If you get stuck send me a message or check AE Enhancers . Hope this helps. Quote Share this post Link to post Share on other sites
Guest Sao_Bento Report post Posted October 20, 2005 motion can do that. i'm not shure if it translates the notes into keyframed values or just does visual representations for the notes. But it handles midi. 47148[/snapback] It does allow midi to generate keyframes, and includes controls for min, max, and scale. Quote Share this post Link to post Share on other sites
Guest yuppster Report post Posted October 20, 2005 nutrition, if you figure this out, please post the results. I'd be interested in it... Quote Share this post Link to post Share on other sites
Guest J-Bird Report post Posted October 21, 2005 nutrition, if you figure this out, please post the results. I'd be interested in it... 47291[/snapback] me too! Quote Share this post Link to post Share on other sites
Guest nutrition_facts Report post Posted October 21, 2005 (edited) will do. the idea is to take advantage of all the work done writing a track. virtual dj mixing software opens video files, and i have timecoded vinyls to control it from the decks.... i nearly came the other day when i opened a quicktime file in virtual dj, pulled the record back on the deck and the movie started going backwards (with minimal latency). so now it's either converting midi to after effects keyframe data, or exporting individual audio tracks from cubase and then using soundkeys. producing audio and video.... dj'ing and vj'ing at the same time. a dancefloor filled with 700 highly people, 30 kw of sound.... massive projection area.... if all 700 people don't vanish in thin air and appear seconds later on the other side of the milky way.... i'm not gonna rest. yeaaaaaaaaah! teletransport IS possible. Edited December 21, 2005 by nutrition_facts Quote Share this post Link to post Share on other sites
Guest Sao_Bento Report post Posted October 21, 2005 will do. the idea is to take advantage of all the work done writing a track. virtual dj mixing software opens video files, and i have timecoded vinyls to control it from the decks.... i nearly came the other day when i opened a quicktime file in virtual dj, pulled the record back on the deck and the movie started going backwards (with minimal latency). so now it's either converting midi to after effects keyframe data, or exporting individual audio tracks from cubase and then using soundkeys. producing audio and video.... dj'ing and vj'ing at the same time. a dancefloor filled with 700 highly susceptible (drugged) people, 15 kw of sound.... massive projection area.... if all 700 people don't vanish in thin air and appear seconds later on the other side of the milky way.... i'm not gonna rest. yeaaaaaaaaah! teletransport IS possible. 47402[/snapback] For scratching on video, check out ScratchTV Or, for the ultimate incarnation of such a thing, see original After Effects programmer and EBN member Greg DeCampo's Video Baby Grand Piano Quote Share this post Link to post Share on other sites
Guest J-Bird Report post Posted October 24, 2005 For scratching on video, check out ScratchTVOr, for the ultimate incarnation of such a thing, see original After Effects programmer and EBN member Greg DeCampo's Video Baby Grand Piano 47406[/snapback] Thanks for those links Sao Bento Quote Share this post Link to post Share on other sites
poly 0 Report post Posted December 31, 2011 Perhaps a little bit late, but perhaps of interest to someone... http://omino.com/pixelblog/2011/12/26/ae-hello-again-midi/ Is an AE script I wrote which imports MIDI files as keyframes in After Effects. Shown below is a Two Part Invention's 2 midi tracks as keyframes. Enjoy. Quote Share this post Link to post Share on other sites
eliss 0 Report post Posted January 3, 2012 Wow. Nice work Poly. Quote Share this post Link to post Share on other sites
barsichou 0 Report post Posted January 11, 2012 (edited) Hi Poly,I came across this discussion because I wanted to do the same thing two months earlier to see what that kind of video looks like. I’m a programmer who like to play with AE. As I couln’t find anything, I did a program with similar functions but not directly in AE because I don’t know midi very well nor javascript.So I used the JavaSound API to extract midi data. Instead of dumping it in System.out, I arranged data and dumped it in a .jsx file full of keyframes.I made those 2 videos with this program. http://www.youtube.com/watch?v=B5ffcDuPNnUhttp://www.youtube.com/watch?v=PrrB_Gp3zdEYour script is probably easier to use, but I tried it and it doesn’t work, even with the midi file you linked in your blog. It create a Nul object, then it’s blocked with a progress bar and the message « analyzing file name ». I have CS5. Edited March 10, 2013 by barsichou Quote Share this post Link to post Share on other sites
barsichou 0 Report post Posted March 18, 2013 It's been awhile, but i've made 2 other videos, if one like: https://vimeo.com/59296902 https://vimeo.com/62022193 cheers. Quote Share this post Link to post Share on other sites
Aaron Scott 0 Report post Posted March 20, 2013 It's a shame that no one's commenting on this. The idea of bringing MIDI into AE is still blowing my mind. Quote Share this post Link to post Share on other sites
yambo 0 Report post Posted March 23, 2013 Awesome. my last experiment with midi and video was to trigger videos from my midi keyboard using resolume avenue. what you did here is just awesome! Quote Share this post Link to post Share on other sites
jojo1243 0 Report post Posted March 24, 2013 Hi there, i really want to use a midi file in my composition but it seems not possible to do that with this plugin (@poly) i tested that plugin on 5 machines and 5 different setups (mac & win, cs4-cs5-cs5.5-cs6) and everytime i can't get any further then the analyzing progress bar as barsichou mentioned. is there anything i need to install in advance or anything else? help would be highly appreciated! cheers Quote Share this post Link to post Share on other sites
FilmingCapital 0 Report post Posted June 25, 2018 Hello, I know im about 6 years late lol, but I was wondering if you will update this script anytime soon? I cant download the file from your website :| Quote Share this post Link to post Share on other sites
Village Talkies 0 Report post Posted September 7, 2018 That's a great going... Village Talkies Animation Company in Baltimore Quote Share this post Link to post Share on other sites