MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / Modulation

Method Modulation

Source/Modulators.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 */
60typedef struct Modulation {
61 Modulation(): source(nullptr), depth(0.0f) {}
62 Modulation(ModSource* _source, float _depth): source(_source), depth(_depth) {}
63 ModSource* source; // Would like to make as a ref but since it's hashed it needs a default constructor
64 float depth; // Can be positive (to the right) or negative (to the left)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected