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

Method isMonophonic

include/engine/Port.hpp:187–189  ·  view source on GitHub ↗

Returns whether the cable exists and has 1 channel. */

Source from the content-addressed store, hash-verified

185
186 /** Returns whether the cable exists and has 1 channel. */
187 bool isMonophonic() {
188 return channels == 1;
189 }
190
191 /** Returns whether the cable exists and has more than 1 channel. */
192 bool isPolyphonic() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected