HomeSort by relevance Sort by last modified time
    Searched refs:transposition (Results 1 - 22 of 22) sorted by null

  /external/sonivox/arm-fm-22k/host_src/
eas.h 249 * transposition - +/-12 semitones
257 EAS_PUBLIC EAS_RESULT EAS_SetTransposition (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 transposition);
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_vm_protos.h 864 * Sets the global key transposition used by the synthesizer.
870 * transposition - transpose amount (+/-12)
879 void VMSetTranposition (S_SYNTH *pSynth, EAS_I32 transposition);
885 * Gets the global key transposition used by the synthesizer.
    [all...]
eas_public.c     [all...]
eas_ota.c 806 /* set transposition */
808 *pValue = pData->transposition;
    [all...]
eas_rtttl.c 757 /* set transposition */
759 *pValue = pData->transposition;
    [all...]
eas_smf.c 717 /* set transposition */
719 *pValue = pSMFData->transposition;
    [all...]
eas_voicemgt.c     [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas.h 249 * transposition - +/-12 semitones
257 EAS_PUBLIC EAS_RESULT EAS_SetTransposition (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 transposition);
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_vm_protos.h 864 * Sets the global key transposition used by the synthesizer.
870 * transposition - transpose amount (+/-12)
879 void VMSetTranposition (S_SYNTH *pSynth, EAS_I32 transposition);
885 * Gets the global key transposition used by the synthesizer.
    [all...]
eas_public.c     [all...]
eas_ota.c 806 /* set transposition */
808 *pValue = pData->transposition;
    [all...]
eas_rtttl.c 757 /* set transposition */
759 *pValue = pData->transposition;
    [all...]
eas_smf.c 717 /* set transposition */
719 *pValue = pSMFData->transposition;
    [all...]
eas_voicemgt.c     [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas.h 249 * transposition - +/-12 semitones
257 EAS_PUBLIC EAS_RESULT EAS_SetTransposition (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 transposition);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_vm_protos.h 864 * Sets the global key transposition used by the synthesizer.
870 * transposition - transpose amount (+/-12)
879 void VMSetTranposition (S_SYNTH *pSynth, EAS_I32 transposition);
885 * Gets the global key transposition used by the synthesizer.
    [all...]
eas_public.c     [all...]
eas_ota.c 806 /* set transposition */
808 *pValue = pData->transposition;
    [all...]
eas_rtttl.c 757 /* set transposition */
759 *pValue = pData->transposition;
    [all...]
eas_smf.c 722 /* set transposition */
724 *pValue = pSMFData->transposition;
    [all...]
eas_voicemgt.c     [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 260 def SetTransposition (self, transposition):
261 """Set the transposition of a stream."""
262 eas_logger.debug('Call EAS_SetTransposition: transposition=%d' % transposition)
264 result = eas_dll.EAS_SetTransposition(self.eas.handle, self.handle, transposition)
    [all...]

Completed in 493 milliseconds