Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Opcodes/dssi4cs/src/
H A Ddssi4cs.c690 int32_t ocnt = csound->GetOutputArgCnt(p); in dssiaudio_init()
707 csound->GetInputArgCnt(p), csound->GetOutputArgCnt(p)); in dssiaudio_init()
815 uint32_t ocnt = csound->GetOutputArgCnt(p); in dssiaudio()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dpartikkel.c232 p->num_outputs = csound->GetOutputArgCnt(p); /* save for faster access */ in partikkel_init()
856 p->output_schedphase = csound->GetOutputArgCnt(p) > 1; in partikkelsync_init()
H A Dpvlock.c223 p->nchans = csound->GetOutputArgCnt(p); in sinit1()
646 p->nchans = csound->GetOutputArgCnt(p); in sinit2m()
661 p->nchans = csound->GetOutputArgCnt(p); in sinit2()
1214 int32_t outnum = csound->GetOutputArgCnt(p); in sprocess3()
H A Dstackops.c209 argCnt = csound->GetOutputArgCnt(p); in csoundStack_CreateArgMap()
H A Dloscilx.c211 nChannels = csound->GetOutputArgCnt(p); in loscilx_opcode_init()
H A Dpvsbasic.c505 nChannels = csound->GetOutputArgCnt(p); in pvstanalset()
588 nChannels = csound->GetOutputArgCnt(p); in pvstanalset1()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1066 int (*GetOutputArgCnt)(void *p); member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1066 int (*GetOutputArgCnt)(void *p); member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1081 int (*GetOutputArgCnt)(void *p); member
/dports/audio/csound/csound-6.15.0/OOps/
H A Dbus.c1654 if (UNLIKELY(csound->GetOutputArgCnt(p) != 1)) in chnexport_opcode_init()
H A Daops.c2265 if (UNLIKELY(csound->GetOutputArgCnt(p) != (int32_t)csound->GetNchnls(csound))) in monitor_opcode_init()