def _translate_message(self, type, from_identifier, from_channel, to_identifier, to_channel):
     ControlSurface._translate_message(self, type, from_identifier, from_channel, to_identifier, to_channel)
Example #2
0
 def _translate_message(self, type, from_identifier, from_channel,
                        to_identifier, to_channel):
     if (not self._control_is_with_automap):
         ControlSurface._translate_message(self, type, from_identifier,
                                           from_channel, to_identifier,
                                           to_channel)
Example #3
0
	def _translate_message(self, type, from_identifier, from_channel, to_identifier, to_channel):
		if (not self._control_is_with_automap):
			ControlSurface._translate_message(self, type, from_identifier, from_channel, to_identifier, to_channel)