File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ # These are supported funding model platforms
2+
3+ github : [datagreed]
4+ # patreon: # Replace with a single Patreon username
5+ # open_collective: # Replace with a single Open Collective username
6+ # ko_fi: # Replace with a single Ko-fi username
7+ # tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+ # community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+ # liberapay: # Replace with a single Liberapay username
10+ # issuehunt: # Replace with a single IssueHunt username
11+ # otechie: # Replace with a single Otechie username
12+ # lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+ # custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
Original file line number Diff line number Diff line change 11# Polyend Tracker MIDI Export tool
22
3- MIDI conversion tool for Polyend Tracker project files.
3+ MIDI conversion tool for Polyend Tracker project files written in Python.
4+
5+ If you just want to convert your Tracker project to MIDI you can use the Web Service: https://polyend-tracker-midi-export.onrender.com/
6+
47
58## Disclaimer
69
@@ -14,6 +17,8 @@ pip install polyendtracker-midi-export
1417
1518## Usage
1619
20+ 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.
21+
1722### Converting an entire Tracker project to MIDI
1823
1924Just point the script to your project's directory:
@@ -91,5 +96,5 @@ from polytrackermidi.exporters import midi
9196 - ~~ cli tool for converting files~~
9297 - assign instrument names to midi tracks from instrument project files
9398- ~~ PyPi package~~
94- - conversion web service
99+ - ~~ conversion web service~~ – https://polyend-tracker-midi-export.onrender.com/
95100
You can’t perform that action at this time.
0 commit comments