示例#1
0
文件: utils.py 项目: hosackm/PyMidi
def MidiNoteOff(key):
    return PmEvent.create_note_off(key)