A tool to convert .bms and .pt to .tech (TECHMANIA's format).
Code in TechmaniaConverter/TechmaniaConverter/DJMax are reused from DJMax-Editor to load and parse .pt files. DJMax-Editor is originally released under Apache License 2.0. Among these files,
- PtLoader.cs contains 1 method from PTOpenFile.cs. I modified the method to remove logging code and change output type.
- I removed an unused line in TracksList.cs to improve performance.
- Other files are not modified.