Lines Matching full:eas_setsynthpolyphony
836 eas_logger.debug('Call EAS_SetSynthPolyphony: synth_num=%d, polyphony=%d' % (synth_num, polyphony))
838 result = eas_dll.EAS_SetSynthPolyphony(self.handle, synth_num, polyphony)
840 raise EAS_Exception(result, 'EAS_SetSynthPolyphony error %d on synth %d' % (result, synth_num), 'EAS_SetPolyphony')