From 2aa7d275ab3b841aab2c6c346065f61a30bcb0dc Mon Sep 17 00:00:00 2001 From: "Robin E. R. Davies" Date: Tue, 1 Jul 2025 21:20:02 -0400 Subject: [PATCH] Added architecture diagram --- README.md | 5 ++++- docs/Documentation.md | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cb83db..9545dbe 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ https://github.com/user-attachments/assets/9a9fd0c6-78fc-4284-8b44-6a1929c00cc6 ### [The Build System](https://rerdavies.github.io/pipedal/TheBuildSystem.html) ### [How to Debug PiPedal](https://rerdavies.github.io/pipedal/Debugging.html) - +   + +#### [PiPedal Architecture](https://rerdavies.github.io/pipedal/Architecture.html) + diff --git a/docs/Documentation.md b/docs/Documentation.md index 275ab2a..7cbb9fd 100644 --- a/docs/Documentation.md +++ b/docs/Documentation.md @@ -19,13 +19,14 @@ #### [Using LV2 Audio Plugins](UsingLv2Plugins.md) #### [Which LV2 Plugins does PiPedal support?](WhichLv2PluginsAreSupported.md) -  +  #### [Building PiPedal from Source](BuildingPiPedalFromSource.md) #### [Build Prerequisites](BuildPrerequisites.md) #### [The Build Systems](TheBuildSystem.md) #### [How to Debug PiPedal](Debugging.md) +    #### [PiPedal Architecture](Architecture.md)