Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getNumInputs
Method
getNumInputs
include/audio.hpp:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
return
""
;
83
}
84
virtual int getNumInputs() {
85
return 0;
86
}
87
virtual int getNumOutputs() {
88
return 0;
89
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected