Home
last modified time | relevance | path

Searched refs:AuElementTypeImportWaveForm (Results 1 – 11 of 11) sorted by relevance

/dports/audio/nas/nas-1.9.4/server/dia/
H A Dauconfig.c66 AuElementTypeImportWaveForm,
H A Dauevents.c97 case AuElementTypeImportWaveForm: in fillInEvent()
H A Dauutil.c381 case AuElementTypeImportWaveForm: in compileInputs()
438 case AuElementTypeImportWaveForm: in compileInputs()
1013 case AuElementTypeImportWaveForm: in AuChangeElementState()
H A Daudispatch.c624 case AuElementTypeImportWaveForm: in ProcAuSetElements()
773 case AuElementTypeImportWaveForm: in ProcAuSetElements()
1149 case AuElementTypeImportWaveForm: in ProcAuSetElementParameters()
H A Dauprocess.c1093 else if (flowEl->raw->type == AuElementTypeImportWaveForm) {
1111 if (flowEl->raw->type != AuElementTypeImportWaveForm)
H A Dauswap.c156 case AuElementTypeImportWaveForm: in SwapElement()
/dports/audio/nas/nas-1.9.4/lib/audio/
H A DSetElement.c91 case AuElementTypeImportWaveForm:
174 case AuElementTypeImportWaveForm:
H A DGetElement.c107 case AuElementTypeImportWaveForm: in AuGetElements()
296 case AuElementTypeImportWaveForm: in AuFreeElements()
H A Daudio.h378 #define AuElementTypeImportWaveForm 3 macro
H A Daudiolib.h640 (E)->type = AuElementTypeImportWaveForm; \
/dports/audio/nas/nas-1.9.4/clients/audio/audial/
H A Daudial.c310 if (AuServerElementType(aud, i) == AuElementTypeImportWaveForm) in doDial()