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

Function SetControlChannel

include/csound.hpp:758–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756 csoundSetControlChannel(csound,name,value);
757 }
758 virtual void SetControlChannel(const char *name, double value)
759 {
760 csoundSetControlChannel(csound,name,value);
761 }
762 virtual void SetChannel(const char *name, char *string)
763 {
764 csoundSetStringChannel(csound,name,string);

Callers 2

setChannelFunction · 0.50
setControlChannelFunction · 0.50

Calls 1

csoundSetControlChannelFunction · 0.50

Tested by

no test coverage detected