Skip to content

Commit d79a6bc

Browse files
update tutti docs a bit
1 parent dc0173d commit d79a6bc

3 files changed

Lines changed: 46 additions & 12 deletions

File tree

content/docs/coding/tutti/_index.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,25 @@ booktoc: false
66

77
# tutti
88

9-
> An extension to @infinitedigits's [mx.samples](https://llllllll.co/t/mx-samples/41400).
9+
all together.
10+
11+
## set up
12+
13+
**requirements**
14+
15+
- norns
16+
- mx.samples (see below)
17+
- midi controller(s)
18+
19+
**in maiden ...**
20+
21+
```
22+
;install https://github.com/leontoddjohnson/tutti
23+
```
24+
25+
## there's not much to it
26+
27+
> This script is an extension to @infinitedigits's [mx.samples](https://llllllll.co/t/mx-samples/41400).
1028
1129
Right now, this script is completely relegated to the `PARAMS` page. Select instruments, MIDI sources, and channels. Then, adjust parameters for each instrument as you would normally for mx.samples.
1230

public/docs/coding/movements/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<link rel="icon" href="/favicon.png" >
3939
<link rel="manifest" href="/manifest.json">
4040
<link rel="canonical" href="http://localhost:1313/docs/coding/movements/">
41-
<link rel="stylesheet" href="/book.min.f84f9523e7ccab3e9216ead25dfbffbfd94fee60f0b4b299e5af4d54ca6fba23.css" integrity="sha256-&#43;E&#43;VI&#43;fMqz6SFurSXfv/v9lP7mDwtLKZ5a9NVMpvuiM=" crossorigin="anonymous">
41+
<link rel="stylesheet" href="/book.min.1cf10a0e072f8872d9b1bbe900be193e0735931e799d2b56b7f16e4d26ba2a31.css" integrity="sha256-HPEKDgcviHLZsbvpAL4ZPgc1kx55nStWt/FuTSa6KjE=" crossorigin="anonymous">
4242

4343

4444
<script defer src="/fuse.min.js"></script>

public/docs/coding/tutti/index.html

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,36 @@
99

1010
<meta charset="UTF-8">
1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12-
<meta name="description" content="tutti# An extension to @infinitedigits’s mx.samples.
12+
<meta name="description" content="tutti# all together.
13+
set up# requirements
14+
norns mx.samples (see below) midi controller(s) in maiden …
15+
;install https://github.com/leontoddjohnson/tuttithere’s not much to it# This script is an extension to @infinitedigits’s mx.samples.
1316
Right now, this script is completely relegated to the PARAMS page. Select instruments, MIDI sources, and channels. Then, adjust parameters for each instrument as you would normally for mx.samples.
1417
Note: parameters only update prior to note play. So, adjusting the amp (velocity) or panning on a note that is already playing will not do anything.
15-
By default, you can select up to four instruments, but you can change this by updating the N_INSTRUMENTS variable in the script.
1618
">
1719
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
1820
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
1921
<meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/docs/coding/tutti/">
2022
<meta property="og:site_name" content="ltj">
2123
<meta property="og:title" content="tutti">
22-
<meta property="og:description" content="tutti# An extension to @infinitedigits’s mx.samples.
24+
<meta property="og:description" content="tutti# all together.
25+
set up# requirements
26+
norns mx.samples (see below) midi controller(s) in maiden …
27+
;install https://github.com/leontoddjohnson/tuttithere’s not much to it# This script is an extension to @infinitedigits’s mx.samples.
2328
Right now, this script is completely relegated to the PARAMS page. Select instruments, MIDI sources, and channels. Then, adjust parameters for each instrument as you would normally for mx.samples.
24-
Note: parameters only update prior to note play. So, adjusting the amp (velocity) or panning on a note that is already playing will not do anything.
25-
By default, you can select up to four instruments, but you can change this by updating the N_INSTRUMENTS variable in the script.">
29+
Note: parameters only update prior to note play. So, adjusting the amp (velocity) or panning on a note that is already playing will not do anything.">
2630
<meta property="og:locale" content="en_us">
2731
<meta property="og:type" content="website">
2832

2933

3034
<meta itemprop="name" content="tutti">
31-
<meta itemprop="description" content="tutti# An extension to @infinitedigits’s mx.samples.
35+
<meta itemprop="description" content="tutti# all together.
36+
set up# requirements
37+
norns mx.samples (see below) midi controller(s) in maiden …
38+
;install https://github.com/leontoddjohnson/tuttithere’s not much to it# This script is an extension to @infinitedigits’s mx.samples.
3239
Right now, this script is completely relegated to the PARAMS page. Select instruments, MIDI sources, and channels. Then, adjust parameters for each instrument as you would normally for mx.samples.
33-
Note: parameters only update prior to note play. So, adjusting the amp (velocity) or panning on a note that is already playing will not do anything.
34-
By default, you can select up to four instruments, but you can change this by updating the N_INSTRUMENTS variable in the script.">
35-
<meta itemprop="wordCount" content="124">
40+
Note: parameters only update prior to note play. So, adjusting the amp (velocity) or panning on a note that is already playing will not do anything.">
41+
<meta itemprop="wordCount" content="147">
3642

3743
<title>tutti | ltj</title>
3844
<link rel="icon" href="/favicon.png" >
@@ -419,8 +425,18 @@ <h3>tutti</h3>
419425

420426

421427
<article class="markdown book-article"><h1 id="tutti">tutti<a class="anchor" href="#tutti">#</a></h1>
428+
<p>all together.</p>
429+
<h2 id="set-up">set up<a class="anchor" href="#set-up">#</a></h2>
430+
<p><strong>requirements</strong></p>
431+
<ul>
432+
<li>norns</li>
433+
<li>mx.samples (see below)</li>
434+
<li>midi controller(s)</li>
435+
</ul>
436+
<p><strong>in maiden &hellip;</strong></p>
437+
<pre tabindex="0"><code>;install https://github.com/leontoddjohnson/tutti</code></pre><h2 id="theres-not-much-to-it">there&rsquo;s not much to it<a class="anchor" href="#theres-not-much-to-it">#</a></h2>
422438
<blockquote class='book-hint '>
423-
<p>An extension to @infinitedigits&rsquo;s <a href="https://llllllll.co/t/mx-samples/41400">mx.samples</a>.</p>
439+
<p>This script is an extension to @infinitedigits&rsquo;s <a href="https://llllllll.co/t/mx-samples/41400">mx.samples</a>.</p>
424440
</blockquote><p>Right now, this script is completely relegated to the <code>PARAMS</code> page. Select instruments, MIDI sources, and channels. Then, adjust parameters for each instrument as you would normally for mx.samples.</p>
425441
<p><strong>Note: parameters only update prior to note play.</strong> So, adjusting the amp (velocity) or panning on a note that is already playing will not do anything.</p>
426442
<p>By default, you can select up to <strong>four</strong> instruments, but you can change this by updating the <code>N_INSTRUMENTS</code> variable in the script.</p>

0 commit comments

Comments
 (0)