Skip to content

Commit

Permalink
Documentation: Simplify graph terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwht committed Dec 1, 2023
1 parent e580339 commit 5a45555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/graph/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Each time a new block of audio is requested by the system audio I/O layer, the `AudioGraph` object is responsible for traversing the tree of nodes and generating new samples by calling each `Node`'s `process` method.

!!! info "Why 'Graph'?"
You may be more familiar with "graph" being used to mean a data visualisation. In signal processing and discrete mathematics, the term "graph" is also used to denote a system of nodes ("vertices") related by connections ("edges"). Read more: [Graph Theory Basics](https://courses.lumenlearning.com/wmopen-mathforliberalarts/chapter/introduction-graph-theory/) (Lumen Learning).
You may be more familiar with "graph" being used to mean a data visualisation. In signal processing and discrete mathematics, the term "graph" is also used to denote a system of nodes related by connections. Read more: [Graph Theory Basics](https://courses.lumenlearning.com/wmopen-mathforliberalarts/chapter/introduction-graph-theory/) (Lumen Learning).

---

Expand Down

0 comments on commit 5a45555

Please sign in to comment.