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

Function SetStringChannel

include/csound.hpp:766–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764 csoundSetStringChannel(csound,name,string);
765 }
766 virtual void SetStringChannel(const char *name, char *string)
767 {
768 csoundSetStringChannel(csound,name,string);
769 }
770 virtual void SetChannel(const char *name, MYFLT *samples)
771 {
772 csoundSetAudioChannel(csound,name,samples);

Callers 2

setChannelFunction · 0.50
setStringChannelFunction · 0.50

Calls 1

csoundSetStringChannelFunction · 0.50

Tested by

no test coverage detected