Skip to main content

Unofficial tool that converts Polyend Tracker *.mt project and *.mtp pattern files to midi files.

Project description

Polyend Tracker MIDI Export tool

MIDI conversion tool for Polyend Tracker project files written in Python.

If you just want to convert your Tracker project to MIDI you can use the Web Service: https://polyend-tracker-midi-export.onrender.com/

Disclaimer

I am in no way affiliated with Polyend. This is a hobby project.

Installation

pip install polyendtracker-midi-export

Usage

Polyend Tracker MIDI Export tool can be used as a command line utility or as a library that can be imported in your python projects.

Converting an entire Tracker project to MIDI

Just point the script to your project's directory:

$ polymidiexport ./my-tracker-project/ 

Alternatively point it to a project file:

$ polymidiexport ./my-tracker-project/project-file.mt 

Converting an individual Tracker pattern file to MIDI

Converting Polyend Tracker *.mtp pattern file to midi (pattern files are nested in project folders under patterns):

$ polymidiexport ./my-tracker-project/patterns/pattern_02.mtp 

Specifying custom output file name:

$ polymidiexport ./my-tracker-project/patterns/pattern_02.mtp ./my-midi-file.mid

Converting Polyend Tracker *.mtp pattern file to a text file (outputs a table view of the pattern similar to how you see it in Tracker UI):

:$ python polytracker2text.py ./my-tracker-project/patterns/pattern_02.mtp 

You can see an example of pattern text representation here

Usage in python projects

Import lib:

import polytrackermidi
from polytrackermidi.parsers import constants, project, patterns, arps, chords
from polytrackermidi.exporters import midi
#todo: describe API usage

Reverse Engineering

TODOs

  • Pattern file parsing
  • Render names for All FX types
  • Support rendering of all possible ranges of values for FXs
  • Pattern MIDI export
    • basic export
    • support for velocity (volume FX)
    • support for chord FX
      • make sure that all chord interval formulas are correct
    • support for arp FX
    • support for microtiming (micromove, m) FX
    • support for microtuning M fx (do midi files support that?)
    • cli tool for converting files
    • support for panning (it seems to be supported by midi )
  • Song arrangement MIDI export
    • export
    • extract BPM
    • cli tool for converting files
    • assign instrument names to midi tracks from instrument project files
  • PyPi package
  • conversion web servicehttps://polyend-tracker-midi-export.onrender.com/

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

polyendtracker-midi-export-0.3.2.tar.gz (16.6 kB view details)

Uploaded Source

Built Distribution

polyendtracker_midi_export-0.3.2-py3-none-any.whl (35.0 kB view details)

Uploaded Python 3

File details

Details for the file polyendtracker-midi-export-0.3.2.tar.gz.

File metadata

File hashes

Hashes for polyendtracker-midi-export-0.3.2.tar.gz
Algorithm Hash digest
SHA256 0f9e56589b593bdaddc8d3b7af46baf71c90dc6260a0a7c7664fbfadf3036a1d
MD5 dcdd68c7f99a20f76cad6831f40db3cc
BLAKE2b-256 2e4cc3d0e6b0d8c3888023edf4c7d2450b136fad1cd0169d34fa6c1172e984dc

See more details on using hashes here.

Provenance

File details

Details for the file polyendtracker_midi_export-0.3.2-py3-none-any.whl.

File metadata

File hashes

Hashes for polyendtracker_midi_export-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 593aca6bf74ee5fafe4bb48e42c0fbb864e249e3ff07150a3dcbea974bc72d96
MD5 10cbdccdb3023ebacca185ce3a576a0b
BLAKE2b-256 8862d0654f75e69f4b7e7f6e70808871b67b584358c344d46788d51adcae778b

See more details on using hashes here.

Provenance

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