Home
last modified time | relevance | path

Searched refs:csoundGetTypeForArg (Results 1 – 8 of 8) sorted by relevance

/dports/audio/csound/csound-6.15.0/H/
H A Dprototyp.h153 CS_TYPE* csoundGetTypeForArg(void* argPtr);
/dports/audio/csound/csound-6.15.0/OOps/
H A Dschedule.c105 if (csoundGetTypeForArg(arg) == &CS_VAR_TYPE_S) { in schedule_N()
129 if (csoundGetTypeForArg(arg) == &CS_VAR_TYPE_S) in schedule_SN()
H A Dugrw1.c493 if (csoundGetTypeForArg(kvals[j]) == &CS_VAR_TYPE_S) in sprints()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h116 #define IS_ASIG_ARG(x) (csoundGetTypeForArg(x) == &CS_VAR_TYPE_A)
117 #define IS_STR_ARG(x) (csoundGetTypeForArg(x) == &CS_VAR_TYPE_S)
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h116 #define IS_ASIG_ARG(x) (csoundGetTypeForArg(x) == &CS_VAR_TYPE_A)
117 #define IS_STR_ARG(x) (csoundGetTypeForArg(x) == &CS_VAR_TYPE_S)
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h117 #define IS_ASIG_ARG(x) (csoundGetTypeForArg(x) == &CS_VAR_TYPE_A)
118 #define IS_STR_ARG(x) (csoundGetTypeForArg(x) == &CS_VAR_TYPE_S)
/dports/audio/csound/csound-6.15.0/Engine/
H A Dinsert.c1630 if (csoundGetTypeForArg(in) != &CS_VAR_TYPE_K && in xoutset()
1631 csoundGetTypeForArg(in) != &CS_VAR_TYPE_F && in xoutset()
1632 csoundGetTypeForArg(in) != &CS_VAR_TYPE_A) in xoutset()
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c305 csoundGetTypeForArg,
4111 CS_TYPE* csoundGetTypeForArg(void* argPtr) { in csoundGetTypeForArg() function