|
9 | 9 |
|
10 | 10 | <meta charset="UTF-8"> |
11 | 11 | <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. |
13 | 16 | 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. |
14 | 17 | 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. |
16 | 18 | "> |
17 | 19 | <meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff"> |
18 | 20 | <meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40"> |
19 | 21 | <meta name="color-scheme" content="light dark"><meta property="og:url" content="http://localhost:1313/docs/coding/tutti/"> |
20 | 22 | <meta property="og:site_name" content="ltj"> |
21 | 23 | <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. |
23 | 28 | 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."> |
26 | 30 | <meta property="og:locale" content="en_us"> |
27 | 31 | <meta property="og:type" content="website"> |
28 | 32 |
|
29 | 33 |
|
30 | 34 | <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. |
32 | 39 | 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"> |
36 | 42 |
|
37 | 43 | <title>tutti | ltj</title> |
38 | 44 | <link rel="icon" href="/favicon.png" > |
@@ -419,8 +425,18 @@ <h3>tutti</h3> |
419 | 425 |
|
420 | 426 |
|
421 | 427 | <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 …</strong></p> |
| 437 | +<pre tabindex="0"><code>;install https://github.com/leontoddjohnson/tutti</code></pre><h2 id="theres-not-much-to-it">there’s not much to it<a class="anchor" href="#theres-not-much-to-it">#</a></h2> |
422 | 438 | <blockquote class='book-hint '> |
423 | | -<p>An extension to @infinitedigits’s <a href="https://llllllll.co/t/mx-samples/41400">mx.samples</a>.</p> |
| 439 | +<p>This script is an extension to @infinitedigits’s <a href="https://llllllll.co/t/mx-samples/41400">mx.samples</a>.</p> |
424 | 440 | </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> |
425 | 441 | <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> |
426 | 442 | <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