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

Method hpFilterCutoff

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

Source from the content-addressed store, hash-verified

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
63 // utility functions that set the params with Hz values

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected