MCPcopy Create free account
hub / github.com/csound/csound / GetStringChannel

Function GetStringChannel

include/csound.hpp:782–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780 return csoundGetControlChannel(csound,name, err);
781 }
782 virtual void GetStringChannel(const char *name, char *string)
783 {
784 csoundGetStringChannel(csound,name,string);
785 }
786 virtual void GetAudioChannel(const char *name, MYFLT *samples)
787 {
788 csoundGetAudioChannel(csound,name,samples);

Callers 1

getStringChannelFunction · 0.50

Calls 1

csoundGetStringChannelFunction · 0.50

Tested by

no test coverage detected