Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DataGreed committed Apr 14, 2022
2 parents 0207c3c + 5993790 commit de500d4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: [datagreed]
# patreon: # Replace with a single Patreon username
# open_collective: # Replace with a single Open Collective username
# ko_fi: # Replace with a single Ko-fi username
# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
# liberapay: # Replace with a single Liberapay username
# issuehunt: # Replace with a single IssueHunt username
# otechie: # Replace with a single Otechie username
# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Polyend Tracker MIDI Export tool

MIDI conversion tool for Polyend Tracker project files.
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

Expand All @@ -14,6 +17,8 @@ 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:
Expand Down Expand Up @@ -91,5 +96,5 @@ from polytrackermidi.exporters import midi
- ~~cli tool for converting files~~
- assign instrument names to midi tracks from instrument project files
- ~~PyPi package~~
- conversion web service
- ~~conversion web service~~https://polyend-tracker-midi-export.onrender.com/

0 comments on commit de500d4

Please sign in to comment.