MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / ModulationMatrixHeader

Class ModulationMatrixHeader

Source/Panels/ControlPanel/ModulationMatrixPanel.h:21–33  ·  view source on GitHub ↗

A header component to display titles for the matrix columns.

Source from the content-addressed store, hash-verified

19// A header component to display titles for the matrix columns.
20//
21class ModulationMatrixHeader : public juce::Component
22{
23public:
24 ModulationMatrixHeader();
25 void resized() override;
26
27private:
28 juce::Label sourceLabel;
29 juce::Label amountLabel;
30 juce::Label polarityLabel;
31 juce::Label bypassLabel;
32 juce::Label destinationLabel;
33};
34
35//
36// A single row in our modulation matrix UI.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected