MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / CurrentSource

Method CurrentSource

Source/DSP/WDF.h:261–264  ·  view source on GitHub ↗

CurrentSource (float I, float R) : Is (I), WDF (R)

Source from the content-addressed store, hash-verified

259 // : Is (I),
260 // WDF (R)
261 CurrentSource(float R, float I)
262 : WDF(R), Is(I)
263 {
264 }
265 //----------------------------------------------------------------------
266 virtual juce::String getLabel() const { return "Is"; }
267 //----------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected