MCPcopy Create free account
hub / github.com/LabSound/LabSound / channelInterpretation

Method channelInterpretation

include/LabSound/core/AudioNode.h:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 void setChannelCountMode(ContextGraphLock & g, ChannelCountMode mode);
187
188 ChannelInterpretation channelInterpretation() const { return m_channelInterpretation; }
189 void setChannelInterpretation(ChannelInterpretation interpretation) { m_channelInterpretation = interpretation; }
190
191 // returns a vector of parameter names

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected