Skip to content

Commit

Permalink
Deployed 43daadf with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Jun 20, 2024
1 parent 30c4efa commit 7c80b66
Show file tree
Hide file tree
Showing 14 changed files with 1,907 additions and 217 deletions.
4 changes: 2 additions & 2 deletions howto/plotting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1628,11 +1628,11 @@ <h2 id="output">Output</h2>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-02-25T01:53:09+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-02-25</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-06-20T21:38:48+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>

<br>
Created:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-02-25T01:53:09+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-02-25</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-06-20T21:38:48+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>


</small>
Expand Down
6 changes: 3 additions & 3 deletions library/buffer/bufferplayer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">

<meta name="description" content="BufferPlayer: Plays the contents of the given buffer. start_time/end_time are in seconds. When a clock signal is received, rewinds to the start_time.">
<meta name="description" content="BufferPlayer: Plays the contents of the given buffer. `start_time`/`end_time` are in seconds. When a `clock` signal is received, rewinds to the `start_time`. Set `clock` to `0` to prevent the buffer from being triggered immediately.">



Expand Down Expand Up @@ -1583,14 +1583,14 @@
<h1 id="bufferplayer">BufferPlayer</h1>
<div class="highlight"><pre><span></span><code><span class="n">BufferPlayer</span><span class="p">(</span><span class="n">buffer</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">rate</span><span class="o">=</span><span class="mf">1.0</span><span class="p">,</span> <span class="n">loop</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">start_time</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">end_time</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">clock</span><span class="o">=</span><span class="kc">None</span><span class="p">)</span>
</code></pre></div>
<p>Plays the contents of the given buffer. start_time/end_time are in seconds. When a clock signal is received, rewinds to the start_time.</p>
<p>Plays the contents of the given buffer. <code>start_time</code>/<code>end_time</code> are in seconds. When a <code>clock</code> signal is received, rewinds to the <code>start_time</code>. Set <code>clock</code> to <code>0</code> to prevent the buffer from being triggered immediately.</p>

<hr>
<div class="md-source-file">
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-01-30T18:23:06+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-01-30</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-06-20T21:35:19+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>

<br>
Created:
Expand Down
4 changes: 2 additions & 2 deletions library/buffer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ <h1 id="buffer">Buffer</h1>
<ul>
<li><strong><a href="beatcutter/">BeatCutter</a></strong>: Cuts a buffer into segment_count segments, and stutters/jumps with the given probabilities.</li>
<li><strong><a href="bufferlooper/">BufferLooper</a></strong>: Read and write from a buffer concurrently, with controllable overdub.</li>
<li><strong><a href="bufferplayer/">BufferPlayer</a></strong>: Plays the contents of the given buffer. start_time/end_time are in seconds. When a clock signal is received, rewinds to the start_time.</li>
<li><strong><a href="bufferplayer/">BufferPlayer</a></strong>: Plays the contents of the given buffer. <code>start_time</code>/<code>end_time</code> are in seconds. When a <code>clock</code> signal is received, rewinds to the <code>start_time</code>. Set <code>clock</code> to <code>0</code> to prevent the buffer from being triggered immediately.</li>
<li><strong><a href="bufferrecorder/">BufferRecorder</a></strong>: Records the input to a buffer. feedback controls overdub.</li>
<li><strong><a href="feedbackbufferreader/">FeedbackBufferReader</a></strong>: Counterpart to FeedbackBufferWriter.</li>
<li><strong><a href="feedbackbufferwriter/">FeedbackBufferWriter</a></strong>: Counterpart to FeedbackBufferReader.</li>
Expand All @@ -1614,7 +1614,7 @@ <h1 id="buffer">Buffer</h1>
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-01-30T18:23:06+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-01-30</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-timeago"><span class="timeago" datetime="2024-06-20T21:35:29+00:00" locale="en"></span></span><span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_date">2024-06-20</span>

<br>
Created:
Expand Down
Loading

0 comments on commit 7c80b66

Please sign in to comment.