MCPcopy Create free account
hub / github.com/VCVRack/Rack / getNumInputs

Method getNumInputs

src/rtaudio.cpp:220–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 return deviceInfo.name;
219 }
220 int getNumInputs() override {
221 return inputParameters.nChannels;
222 }
223 int getNumOutputs() override {
224 return outputParameters.nChannels;
225 }

Callers 1

rtAudioCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected