Skip to content

Commit

Permalink
Merge branch 'v1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Aug 21, 2024
2 parents e559878 + cc04404 commit 41e44cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/modules/ROOT/pages/quick_start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,11 @@ Again, take note of the abundant use of user-defined literals for units such as
```c++
auto env_cfg = q::envelope::config
{
100_ms // attack rate
, 1_s // decay rate
, -12_dB // sustain level
, 5_s // sustain rate
, 1_s // release rate
100_ms, // attack rate
1_s, // decay rate
-12_dB, // sustain level
5_s, // sustain rate
1_s // release rate
};

my_square_synth synth{ env_cfg };
Expand Down

0 comments on commit 41e44cb

Please sign in to comment.