Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
okyeron committed Feb 1, 2022
2 parents 5756881 + 708da2b commit 2141ef7
Show file tree
Hide file tree
Showing 89 changed files with 1,048 additions and 440 deletions.
12 changes: 0 additions & 12 deletions crone.sh

This file was deleted.

19 changes: 3 additions & 16 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ <h2>Modules</h2>
<tr>
<td class="name" nowrap><a href="modules/core.crow.quote.html">core.crow.quote</a></td>
<td class="summary">Quote sub-library

fns for stringifying data-structures

output is a string that can be read back as lua code with call()</td>
</tr>
<tr>
Expand Down Expand Up @@ -178,17 +176,9 @@ <h2>Modules</h2>
<tr>
<td class="name" nowrap><a href="modules/softcut.html">softcut</a></td>
<td class="summary">Softcut module



API for controlling the "softcut" buffer processor

<p> API for controlling the "softcut" buffer processor
includes low-level setters and mid-level utilities



IMPORTANT: all indices are 1-based, per lua convention!

<p> IMPORTANT: all indices are 1-based, per lua convention!
this applies to indices for selecting voice, ADC/DAC channel, buffer, &c.</td>
</tr>
<tr>
Expand Down Expand Up @@ -271,9 +261,7 @@ <h2>Modules</h2>
<tr>
<td class="name" nowrap><a href="modules/lib.sequins.html">lib.sequins</a></td>
<td class="summary">sequins

nestable tables with sequencing behaviours & control flow

TODO i think ASL can be defined in terms of a sequins...</td>
</tr>
<tr>
Expand All @@ -291,7 +279,6 @@ <h2>Modules</h2>
<tr>
<td class="name" nowrap><a href="modules/lib.textentry_kbd.html">lib.textentry_kbd</a></td>
<td class="summary">just a separate module to store textentry keyboard callbacks

prevents having to deal w/ a circular dependency</td>
</tr>
<tr>
Expand All @@ -312,7 +299,7 @@ <h2>Modules</h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
14 changes: 7 additions & 7 deletions doc/modules/Lattice.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">args</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
optional named attributes are:
- "auto" (boolean) turn off "auto" pulses from the norns clock, defaults to true
- "meter" (number) of quarter notes per measure, defaults to 4
Expand All @@ -208,7 +208,7 @@ <h3>Parameters:</h3>
<h3>Returns:</h3>
<ol>

<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
a new lattice
</ol>

Expand Down Expand Up @@ -332,7 +332,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">s</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
this lattice
</li>
</ul>
Expand Down Expand Up @@ -367,7 +367,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">args</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
optional named attributes are:
- "action" (function) called on each step of this division (lattice.transport is passed as the argument), defaults to a no-op
- "division" (number) the division of the pattern, defaults to 1/4
Expand All @@ -379,7 +379,7 @@ <h3>Parameters:</h3>
<h3>Returns:</h3>
<ol>

<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
a new pattern
</ol>

Expand All @@ -405,7 +405,7 @@ <h3>Parameters:</h3>
<h3>Returns:</h3>
<ol>

<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.5">table</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.5">table</a></span>
a new pattern
</ol>

Expand Down Expand Up @@ -518,7 +518,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
10 changes: 5 additions & 5 deletions doc/modules/arc.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h2><a href="#Functions">Functions</a></h2>
<tr>
<td class="name" nowrap><a href="#Arc:segment">Arc:segment (ring, from, to, level)</a></td>
<td class="summary">create an anti-aliased point to point arc
segment/range on a sepcific LED ring.</td>
segment/range on a specific LED ring.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#Arc.connect">Arc.connect (n)</a></td>
Expand Down Expand Up @@ -160,11 +160,11 @@ <h3>Parameters:</h3>
: arbitrary numeric identifier
</li>
<li><span class="parameter">serial</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
: serial
</li>
<li><span class="parameter">name</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
: name
</li>
<li><span class="parameter">dev</span>
Expand Down Expand Up @@ -290,7 +290,7 @@ <h3>Parameters:</h3>
</dt>
<dd>
create an anti-aliased point to point arc
segment/range on a sepcific LED ring.
segment/range on a specific LED ring.
each point can be a decimal, LEDs will fade for in between values.


Expand Down Expand Up @@ -360,7 +360,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
8 changes: 4 additions & 4 deletions doc/modules/audio.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">name</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>

</li>
<li><span class="parameter">val</span>
Expand Down Expand Up @@ -666,7 +666,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">name</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>

</li>
<li><span class="parameter">val</span>
Expand Down Expand Up @@ -959,7 +959,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">path</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
(from dust directory)
</li>
</ul>
Expand All @@ -976,7 +976,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
8 changes: 2 additions & 6 deletions doc/modules/clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,9 @@ <h3>See also:</h3>
</dt>
<dd>
suspend execution of the calling coroutine and schedule resuming in specified time.

must be called from a coroutine previously started using clock.run.



<h3>Parameters:</h3>
<ul>
<li><span class="parameter">s</span>
Expand All @@ -230,11 +228,9 @@ <h3>Parameters:</h3>
</dt>
<dd>
suspend execution of the calling coroutine and schedule resuming at the next sync quantum of the specified value.

must be called from a coroutine previously started using clock.run.



<h3>Parameters:</h3>
<ul>
<li><span class="parameter">beat</span>
Expand Down Expand Up @@ -264,7 +260,7 @@ <h3>Parameters:</h3>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">source</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
"internal", "midi", or "link"
</li>
</ul>
Expand Down Expand Up @@ -323,7 +319,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
6 changes: 3 additions & 3 deletions doc/modules/controlspec.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h3>Parameters:</h3>
the maximum value of the output range
</li>
<li><span class="parameter">warp</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
('exp', 'db', 'lin') a shaping option for incoming data (default is 'lin')
</li>
<li><span class="parameter">step</span>
Expand All @@ -240,7 +240,7 @@ <h3>Parameters:</h3>
a default value for when no value has been set
</li>
<li><span class="parameter">units</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.2/manual.html#6.4">string</a></span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.1/manual.html#5.4">string</a></span>
an indicator for the unit of measure the data represents
</li>
<li><span class="parameter">quantum</span>
Expand Down Expand Up @@ -636,7 +636,7 @@ <h2 class="section-header "><a name="Presets"></a>Presets </h2>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
6 changes: 1 addition & 5 deletions doc/modules/core.crow.public.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ <h2><a href="#Functions">Functions</a></h2>
<tr>
<td class="name" nowrap><a href="#Public.ready">Public.ready ()</a></td>
<td class="summary">system events

all triggered by received ^^ events from crow</td>
</tr>
<tr>
Expand All @@ -124,7 +123,6 @@ <h2><a href="#Tables">Tables</a></h2>
<tr>
<td class="name" nowrap><a href="#Public.io">Public.io</a></td>
<td class="summary">crow namespace functions

anything here is written as if talking to crow directly</td>
</tr>
</table>
Expand All @@ -142,7 +140,6 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
</dt>
<dd>
system events

all triggered by received ^^ events from crow


Expand Down Expand Up @@ -225,7 +222,6 @@ <h2 class="section-header "><a name="Tables"></a>Tables</h2>
</dt>
<dd>
crow namespace functions

anything here is written as if talking to crow directly


Expand All @@ -251,7 +247,7 @@ <h3>Fields:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
4 changes: 1 addition & 3 deletions doc/modules/core.crow.quote.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ <h2>Modules</h2>

<h1>Module <code>core.crow.quote</code></h1>
<p>Quote sub-library

fns for stringifying data-structures

output is a string that can be read back as lua code with call()</p>
<p></p>

Expand All @@ -108,7 +106,7 @@ <h1>Module <code>core.crow.quote</code></h1>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
6 changes: 1 addition & 5 deletions doc/modules/crow.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,11 @@ <h2><a href="#Tables">Tables</a></h2>
<tr>
<td class="name" nowrap><a href="#norns.crow">norns.crow</a></td>
<td class="summary">for talking *about* crow

contain support / functions for ^^ events from crow</td>
</tr>
<tr>
<td class="name" nowrap><a href="#crow">crow</a></td>
<td class="summary">crow namespace support

for talking *to* crow</td>
</tr>
</table>
Expand Down Expand Up @@ -170,7 +168,6 @@ <h2 class="section-header "><a name="Tables"></a>Tables</h2>
</dt>
<dd>
for talking *about* crow

contain support / functions for ^^ events from crow


Expand All @@ -192,7 +189,6 @@ <h3>Fields:</h3>
</dt>
<dd>
crow namespace support

for talking *to* crow


Expand All @@ -209,7 +205,7 @@ <h3>Fields:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion doc/modules/encoders.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
2 changes: 1 addition & 1 deletion doc/modules/engine.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h3>Parameters:</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-09-10 15:00:16 </i>
<i style="float:right;">Last updated 2021-10-08 15:48:35 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down
Loading

0 comments on commit 2141ef7

Please sign in to comment.