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

Method hpFilterCutoffSweep

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

Source from the content-addressed store, hash-verified

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
64 void setStartFrequencyInHz(float);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected