added windows build/release scripts

This commit is contained in:
Jesse Chappell
2022-04-14 16:31:54 -04:00
parent 60cada010f
commit 3ec2202c88
10 changed files with 970 additions and 12 deletions

View File

@ -139,7 +139,7 @@ public:
std::function<void(void)> EnabledChangedCallback;
private:
int doLayout(Rectangle<int> bounds); // returns min height
int doLayout(juce::Rectangle<int> bounds); // returns min height
//uptrvec<ParameterComponent> m_parcomps;
std::vector<ParameterComponent*> m_parcomps;