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

Function usage

util/scale.c:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66};
67
68static void usage(CSOUND *csound, char *mesg)
69{
70 int32_t i;
71 for (i = 0; usage_txt[i] != NULL; i++)
72 csound->Message(csound, "%s\n", Str(usage_txt[i]));
73 csound->Die(csound, "\n%s", mesg);
74}
75
76static char set_output_format(OPARMS *p, char c, char outformch)
77{

Callers 1

scaleFunction · 0.70

Calls 1

MessageMethod · 0.80

Tested by

no test coverage detected