MIDI Animator

Note

This project is under active development. These documents are subject to change, and things may have unexpected results.

Documentation is unfinished and is always being updated.

Contributors Forks Stargazers Issues GNU License

About the project:

MIDI Animator aims to provide a cohesive, open-source solution to animating instruments using a MIDI file.

Note

Currently unsupported:

  • Sustaining notes

  • Using MIDI CC data & pitchwheel data

  • Bones (for rigs). Only object parent trees are supported

You can download an offline version of the docs here.

Getting Started:

Check out how to install the project. See Getting Started to get started.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. Open a Pull Request

License

Distributed under the GNU General Public License (GPLv3) license.
You may freely change and add to a forked repository as you wish, but you may not publish this software as closed source.
See LICENSE.txt for more information.

Contact

James Alt - jalt@capital.edu

Project Link: https://github.com/imacj/MIDIAnimator

Acknowledgments

Here are some of the development tools I used to create this project.

Thank you to David Reed, Professor of Computer Science at Capital University advising this project and assisting with algorithms and data structures.

API Reference