HomeSort by relevance Sort by last modified time
    Searched full:eas_dll (Results 1 - 1 of 1) sorted by null

  /external/sonivox/jet_tools/JetCreator/
eas.py 123 eas_dll = None variable
132 global eas_dll
145 if eas_dll is None:
146 eas_dll = cdll.LoadLibrary(dll_path)
227 result = eas_dll.EAS_SetVolume(self.eas.handle, self.handle, volume)
235 volume = eas_dll.EAS_GetVolume(self.eas.handle, self.handle)
245 result = eas_dll.EAS_SetPriority(self.eas.handle, self.handle, priority)
254 result = eas_dll.EAS_GetPriority(self.eas.handle, self.handle, byref(priority))
264 result = eas_dll.EAS_SetTransposition(self.eas.handle, self.handle, transposition)
272 result = eas_dll.EAS_SetPolyphony(self.eas.handle, self.handle, polyphony)
    [all...]

Completed in 577 milliseconds