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

Method getNumOutputs

src/rtaudio.cpp:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 return inputParameters.nChannels;
222 }
223 int getNumOutputs() override {
224 return outputParameters.nChannels;
225 }
226
227 std::set<float> getSampleRates() override {
228 std::set<float> sampleRates(deviceInfo.sampleRates.begin(), deviceInfo.sampleRates.end());

Callers 1

rtAudioCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected