Skip to main content

No project description provided

Project description

tasmidi

What is this?

tasmidi is a collection of tools used to convert a LibTAS input file into a MIDI file. There are two steps to this: producing a mapping file to tell the program what notes correspond to what input, and using that mapping file to create the MIDI.

Installation

pip install tasmidi

How do I get the input file?

Assuming that your LibTAS movie file is called tas-movie.ltm:

tar xvzf tas-movie.ltm

This will produce several files, but the only one that we are interested in is called inputs.

Usage

Both commands in this package have their own --help flag for specific usage. A typical workflow looks like:

tasmidi-map inputs > mapping.json # Generate a mapping file for the inputs
tasmidi-convert inputs -m mapping.json # Use that mapping and the input file to create a MIDI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tasmidi-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

tasmidi-0.1.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page