Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetAudioInCount
Method
GetAudioInCount
libraries/lib-vst/VSTInstance.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
37
unsigned VSTInstance::GetAudioInCount() const
38
{
39
return mAudioIns;
40
}
41
42
unsigned VSTInstance::GetAudioOutCount() const
43
{
Callers
4
MakeInstances
Function · 0.45
Process
Method · 0.45
AddGroup
Method · 0.45
Process
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected