MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / getNumOutputs

Method getNumOutputs

lv2export/includes/rack.hpp:762–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760 int getNumInputs() { return inputs.size(); }
761 Input& getInput(int index) { return inputs[index]; }
762 int getNumOutputs() { return outputs.size(); }
763 Output& getOutput(int index) { return outputs[index]; }
764 int getNumLights() { return lights.size(); }
765 Light& getLight(int index) { return lights[index]; }

Callers 2

lv2_generate_ttlFunction · 0.80
PluginLv2Method · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected