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

Method lpFilterResonance

include/LabSound/extended/SfxrNode.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 std::shared_ptr<AudioParam> lpFilterCutoff() const { return _lpFilterCutoff; }
58 std::shared_ptr<AudioParam> lpFilterCutoffSweep() const { return _lpFilterCutoffSweep; }
59 std::shared_ptr<AudioParam> lpFilterResonance() const { return _lpFilterResonance; }
60 std::shared_ptr<AudioParam> hpFilterCutoff() const { return _hpFilterCutoff; }
61 std::shared_ptr<AudioParam> hpFilterCutoffSweep() const { return _hpFilterCutoffSweep; }
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected