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 1
1
# Polyend Tracker MIDI Export tool
2
2
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
+
4
7
5
8
## Disclaimer
6
9
@@ -14,6 +17,8 @@ pip install polyendtracker-midi-export
14
17
15
18
## Usage
16
19
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
+
17
22
### Converting an entire Tracker project to MIDI
18
23
19
24
Just point the script to your project's directory:
@@ -91,5 +96,5 @@ from polytrackermidi.exporters import midi
91
96
- ~~ cli tool for converting files~~
92
97
- assign instrument names to midi tracks from instrument project files
93
98
- ~~ PyPi package~~
94
- - conversion web service
99
+ - ~~ conversion web service~~ – https://polyend-tracker-midi-export.onrender.com/
95
100
You can’t perform that action at this time.
0 commit comments