MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / MinMaxNoteSlider

Class MinMaxNoteSlider

Lib/Components/MinMaxNoteSlider.h:84–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82};
83
84class MinMaxNoteSlider : public Component
85{
86public:
87 MinMaxNoteSlider(RangedAudioParameter& inMinValue, RangedAudioParameter& inMaxValue);
88
89 void resized() override;
90
91 void paint(Graphics& g) override;
92
93 void setTooltip(const String& inTooltip);
94
95private:
96 juce::Slider mSlider;
97 std::unique_ptr<TwoValueAttachment> mAttachment;
98};
99
100#endif // TwoValueSlider_h

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected