diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-03-15 22:19:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 22:19:50 +0100 |
commit | f53db3c725838e89a6148b2c629093862d57519c (patch) | |
tree | 291d4e58520a8c407c2c682086171def6369b520 | |
parent | 7b44ae05a17b544dfcddd8db322bbd916d2d2df3 (diff) |
Update architecture.md
-rw-r--r-- | docs/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/architecture.md b/docs/architecture.md index 9be6751..36bec75 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -401,7 +401,7 @@ optional: - envelope (ADSR) -![ADSR envelope](https://upload.wikimedia.org/wikipedia/commons/e/ea/ADSR_parameter.svg) +<!-- ![ADSR envelope](https://upload.wikimedia.org/wikipedia/commons/e/ea/ADSR_parameter.svg) --> This image shows an advanced method of generating tones. In our case this is only an indication as to how it could be done, we will actually only be looking at the sustained tone part for simplicity sakes. In order to get the correct graph forms, some data points can be stored in a LUT (Look Up Table). This allows the saving of computation power at the cost of some ROM space. |