This program is made by niceRAM,and this is modified from andrewalc's MidiParser.https://github.com/andrewalc/MidiParser.git
本程序由niceRAM完成,其转换部分的核心代码来自andrewalc的MidiParser。https://github.com/andrewalc/MidiParser.git
usages
- If you need to customize a template for converting,edit it in the textarea please;
- Click the "choose MIDI" button to choose MIDI you wander analyzing;
- The exported file will be created at the same path as your midi-file's.
usable params:
- ${start} : startingBeat
- ${end} : endBeat
- ${pit} : pitch
- ${ins} : instrument
- ${vol} : volume
- ${enter} : Another way instead of OS's line separator, it can be ignore usually.
使用说明
- 如果你需要自定义转换模板,在文本框中编辑即可;
- 点击“选择MIDI”按钮选择要漫游分析的MIDI;
- 转换完成的文件将在midi文件相同的路径下生成。
可用参数:
- ${start} : 开始时间
- ${end} : 结束时间
- ${pit} : 音高
- ${ins} : 乐器
- ${vol} : 力度
- ${enter} : 另一种代替系统换行符的方式,通常可忽略.