コード例 #1
0
ファイル: pymoppy.py プロジェクト: m0r13/pymoppy
 def note_off(self, channel, pitch, velocity=100):
     note = Note()
     note.from_int(pitch)
     note.velocity = velocity
     fluidsynth.stop_Note(note, channel)