Home
last modified time | relevance | path

Searched refs:csoundMakeGraphCallback_ (Results 1 – 6 of 6) sorted by relevance

/dports/audio/csound/csound-6.15.0/InOut/
H A Dwindow.c77 csound->csoundMakeGraphCallback_ = DummyFn1; in dispinit()
88 csound->csoundMakeGraphCallback_ = MakeAscii; in dispinit()
118 if (!wdptr->windid && csound->csoundMakeGraphCallback_ != NULL) { in dispset()
119 csound->csoundMakeGraphCallback_(csound, wdptr, label); in dispset()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1415 void (*csoundMakeGraphCallback_)(CSOUND *, WINDAT *windat, member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1415 void (*csoundMakeGraphCallback_)(CSOUND *, WINDAT *windat, member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1447 void (*csoundMakeGraphCallback_)(CSOUND *, WINDAT *windat, member
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3113 csound->csoundMakeGraphCallback_ = makeGraphCB; in csoundSetMakeGraphCallback()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dfgens.c2322 if (csound->csoundMakeGraphCallback_ == NULL) dispinit(csound); in ftresdisp()