Home
last modified time | relevance | path

Searched refs:ARG_GLOBAL (Results 1 – 5 of 5) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h208 #define ARG_GLOBAL 3 macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h208 #define ARG_GLOBAL 3 macro
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h210 #define ARG_GLOBAL 3 macro
/dports/audio/csound/csound-6.15.0/Engine/
H A Dinsert.c2497 if (arg->type == ARG_GLOBAL) { in instance()
2536 else if (arg->type == ARG_GLOBAL) { in instance()
H A Dcsound_orc_compile.c2188 arg->type = ARG_GLOBAL; in createArg()