/MidiAnalyzer

一个可以自定义导出模板的MIDI解析器,修改自:andrewalc/MidiToTextParser

Primary LanguageJava

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

  1. If you need to customize a template for converting,edit it in the textarea please;
  2. Click the "choose MIDI" button to choose MIDI you wander analyzing;
  3. 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.

使用说明

  1. 如果你需要自定义转换模板,在文本框中编辑即可;
  2. 点击“选择MIDI”按钮选择要漫游分析的MIDI;
  3. 转换完成的文件将在midi文件相同的路径下生成。

可用参数:

  • ${start} : 开始时间
  • ${end} : 结束时间
  • ${pit} : 音高
  • ${ins} : 乐器
  • ${vol} : 力度
  • ${enter} : 另一种代替系统换行符的方式,通常可忽略.