예제 #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)