1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Resave all projects

This commit is contained in:
Tom Poole 2023-10-16 17:31:50 +01:00
parent 3624346e90
commit 6d0614d1f7
2 changed files with 4 additions and 2 deletions

View file

@ -22,7 +22,8 @@
class ADSRComponent final : public Component
{
public:
ADSRComponent() : envelope { *this }
ADSRComponent()
: envelope { *this }
{
for (Slider* slider : { &adsrAttack, &adsrDecay, &adsrSustain, &adsrRelease })
{