Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/ init
Method
init
examples/plugin/opcodes.cpp:166–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
double x;
165
166
int init() {
167
tab.init(csound, inargs(2));
168
scl = tab.len() / csound->sr();
169
x = 0.;
170
return OK;
171
}
172
173
int aperf() {
174
csnd::AudioSig out(this, outargs(0));
Callers
nothing calls this directly
Calls
3
init
Method · 0.45
len
Method · 0.45
sr
Method · 0.45
Tested by
no test coverage detected