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

Class Cloud

Source/Components/ArcSpectrogram.h:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 enum CloudType { WAIT, SINGING, TOUCH, COUNT };
75
76 typedef struct Cloud {
77 std::array<juce::Image, CloudType::COUNT> images;
78 CloudType type = CloudType::WAIT;
79 juce::Rectangle<float> rect;
80 juce::Image& getImage() { return images[type]; }
81 } Cloud;
82
83 // Parameters
84 // Use to save state since if the plugin is closed and open, will need these

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected