コード例 #1
0
ファイル: fingers.py プロジェクト: matrixchan/morse
 def __init__(self, overlaid_object):
     # Call the constructor of the parent class
     super(self.__class__,self).__init__(overlaid_object)
     new_poster("fingerCntrl", 4)
コード例 #2
0
ファイル: rflex_overlay.py プロジェクト: matrixchan/morse
 def __init__(self, overlaid_object):
     # Call the constructor of the parent class
     super(self.__class__,self).__init__(overlaid_object)
     self._clean_track = False
     new_poster("rflexCntrl", 4)