diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..522156f --- /dev/null +++ b/.github/FUNDING.yml @@ -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'] diff --git a/README.md b/README.md index 933ee4f..8f8bc8e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -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/