示例#1
0
文件: utils.py 项目: hosackm/PyMidi
def MidiNoteOn(key, velocity):
    return PmEvent.create_note_on(key, velocity)