Skip to content

Commit

Permalink
Deployed 5f7faff with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Dec 3, 2023
1 parent 30fba43 commit 5093021
Show file tree
Hide file tree
Showing 149 changed files with 1,116 additions and 5,880 deletions.
4 changes: 2 additions & 2 deletions graph/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ <h1 id="the-audiograph">The AudioGraph</h1>
<p>Each time a new block of audio is requested by the system audio I/O layer, the <code>AudioGraph</code> object is responsible for traversing the tree of nodes and generating new samples by calling each <code>Node</code>'s <code>process</code> method.</p>
<div class="admonition info">
<p class="admonition-title">Why 'Graph'?</p>
<p>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: <a href="https://courses.lumenlearning.com/wmopen-mathforliberalarts/chapter/introduction-graph-theory/">Graph Theory Basics</a> (Lumen Learning). </p>
<p>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: <a href="https://courses.lumenlearning.com/wmopen-mathforliberalarts/chapter/introduction-graph-theory/">Graph Theory Basics</a> (Lumen Learning). </p>
</div>
<hr />
<p><a href="creating/">→ Next: Creating the graph</a></p>
Expand All @@ -1496,7 +1496,7 @@ <h1 id="the-audiograph">The AudioGraph</h1>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2023-11-06T20:39:37+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2023-11-06</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2023-12-01T14:32:46+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2023-12-01</span>

<br>
Created:
Expand Down
Loading

0 comments on commit 5093021

Please sign in to comment.