Skip to content

Can this software create 3D meshes from a MIDI file? #1962

Answered by OmarEmaraDev
sebarious70 asked this question in Q&A
Discussion options

You must be logged in to vote

@sebarious70 I am not not sure about the learning curve, because it likely depends on how familiar are you with Blender, nodes, maths, and so on. But this particular thing you want to do is rather easy, so it is probably worth learning a bit, and we can help you along the process.

I made you a simple example to get you started:

Just change the path to your MIDI file and you should get MIDI notes as meshes. The Get List Element retrieves the first track from the file. Then we get the note info of that track, and compute the note length by subtracting the on time from the off time. The X position of the note is its On time, its Y position is its note number. The X scale of the note is the …

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@sebarious70
Comment options

Comment options

You must be logged in to vote
8 replies
@OmarEmaraDev
Comment options

@sebarious70
Comment options

@OmarEmaraDev
Comment options

@sebarious70
Comment options

@OmarEmaraDev
Comment options

Answer selected by OmarEmaraDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants