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:
parent
3624346e90
commit
6d0614d1f7
2 changed files with 4 additions and 2 deletions
|
|
@ -22,7 +22,8 @@
|
|||
class ADSRComponent final : public Component
|
||||
{
|
||||
public:
|
||||
ADSRComponent() : envelope { *this }
|
||||
ADSRComponent()
|
||||
: envelope { *this }
|
||||
{
|
||||
for (Slider* slider : { &adsrAttack, &adsrDecay, &adsrSustain, &adsrRelease })
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue