Exemplo n.º 1
0
 def _stop(self):
     self.trem.stop()
     events.unlisten('facing_front', self.front_shift)
     events.unlisten('facing_back', self.back_shift)
Exemplo n.º 2
0
 def _stop(self):
     sprout(self._fade_out)
     events.unlisten('facing_front', self.front_shift)
     events.unlisten('facing_back', self.back_shift)
Exemplo n.º 3
0
 def _stop(self):
     sprout(self._fade_out)
     events.unlisten('facing_back', self.chord_change)
     events.unlisten('facing_front', self.chord_change)
Exemplo n.º 4
0
 def _stop(self):
     self.trem.stop()
     events.unlisten('facing_front', self.front_shift)
     events.unlisten('facing_back', self.back_shift)
Exemplo n.º 5
0
 def _stop(self):
     sprout(self._fade_out)
     events.unlisten('facing_front', self.front_shift)
     events.unlisten('facing_back', self.back_shift)
Exemplo n.º 6
0
 def _stop(self):
     sprout(self._fade_out)
     events.unlisten('facing_back', self.chord_change)
     events.unlisten('facing_front', self.chord_change)