Add MIDI Note Mapper and ACE A/B Switch docs

This commit is contained in:
Alexandre Prokoudine 2023-01-03 03:24:48 +03:00
parent 3ea16f2ce5
commit 6894cccfcf
3 changed files with 61 additions and 7 deletions

View File

@ -12,12 +12,51 @@
plugin editor dialog or adjusted on the respective automation lane.
</p>
<!-- <h2 id="ace-a-b-switch">ACE A/B Switch</h2>
<h2 id="ace-a-b-switch">ACE A/B Switch</h2>
<p>Automatable A/B Input Select. Channels grouped:
Mono out: In 1/2 -&gt; Out 1
Stereo out: In 1/3 -&gt; Out 1, In 2/4 -&gt; Out 2
Quad out: In 1/5 -&gt; Out 1, In 2/6 -&gt; Out 2, In 3/7 -&gt; Out 3, In 4/8 -&gt; Out 4</p>
<p>
This plugin allows switching between two plugins earlier in the processing
chain using an automation lane and custom pin connections.
</p>
<p>
In the example below, the processor box has two ACE Delay plugins processing
input differently. Each plugin has two manually added outputs so that the
original signal would flow into one instance of a plugin while bypassing the
other one. All four resulting outputs then flow into the ACE A/B Switch
plugin. Inputs 1 and 3 are combined into the A version of the stereo mix,
inputs 2 and 4 are combined into the B version of a stereo mix.
</p>
<figure>
<img style="width:50%;" src="/images/a-b-switch-pin-connections.png"
alt="Pin Connections for ACE A/B Switch">
<figcaption>
Pin Connections for ACE A/B Switch
</figcaption>
</figure>
<p>
ACE A/B Switch will default to the A output. Using an automation lane, it's
possible to momentarily switch to the B output and back.
</p>
<figure>
<img style="width:75%;" src="/images/a-b-switch-lane.png"
alt="Pin Connections for ACE A/B Switch">
<figcaption>
Pin Connections for ACE A/B Switch
</figcaption>
</figure>
<p>
The plugin supports 1-, 2-, and 4-channel configurations:
</p>
<ul>
<li>Mono out: In 1/2 -&gt; Out 1</li>
<li>Stereo out: In 1/3 -&gt; Out 1, In 2/4 -&gt; Out 2</li>
<li>Quad out: In 1/5 -&gt; Out 1, In 2/6 -&gt; Out 2, In 3/7 -&gt; Out 3, In 4/8 -&gt; Out 4</p></li>
</ul>
<h2 id="ace-cross-fade">ACE Cross Fade</h2>
@ -42,7 +81,7 @@ Quad out: In 1/5 -&gt; Out 1, In 2/6 -&gt; Out 2, In 3/7 -&gt; Out 3, In 4/8 -&g
</p>
<figure>
<img style="width:50%;" src="/images/a-mute-example.png" alt="Using ACE Mute">
<img style="width:75%;" src="/images/a-mute-example.png" alt="Using ACE Mute">
<figcaption>
Using ACE Mute
</figcaption>
@ -74,4 +113,19 @@ Quad out: In 1/5 -&gt; Out 1, In 2/6 -&gt; Out 2, In 3/7 -&gt; Out 3, In 4/8 -&g
<p>
The only configurable setting is the input level threshold.
</p>
</p>
<h2 id="midi-note-mapper">MIDI Note Mapper</h2>
<p>
Maps arbitrary MIDI notes to others. This affects both note-on and note-off
events, as well as polyphonic key pressure. A single note can be mapped
twice, but only the last mapping is used.
</p>
<figure>
<img style="width:50%;" src="/images/midi-note-mapper.png" alt="MIDI Note Mapper">
<figcaption>
MIDI Note Mapper
</figcaption>
</figure>

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB