7.3: invert polarity

This commit is contained in:
Alexandre Prokoudine 2023-03-04 00:24:24 +01:00
parent 60d141ca70
commit 93ff43c3cf
2 changed files with 2 additions and 0 deletions

View File

@ -1009,6 +1009,7 @@
<tr><th><kbd class="osc">Region/toggle-region-fade-in</kbd></th><td>Fade In</td></tr>
<tr><th><kbd class="osc">Region/toggle-region-fade-out</kbd></th><td>Fade Out</td></tr>
<tr><th><kbd class="osc">Region/toggle-region-fades</kbd></th><td>Fades</td></tr>
<tr><th><kbd class="osc">Region/toggle-region-polarity</kbd></th><td>Invert Polarity</td></tr>
<tr><th><kbd class="osc">Region/toggle-region-gain-envelope-active</kbd></th><td>Envelope Active</td></tr>
<tr><th><kbd class="osc">Region/toggle-region-lock</kbd></th><td>Lock</td></tr>
<tr><th><kbd class="osc">Region/toggle-region-lock-style</kbd></th><td>Glue to Bars and Beats</td></tr>

View File

@ -47,6 +47,7 @@
<tr><th class="sub1">Cut Gain</th><td>Reduces the gain without touching the envelope or automation</td></tr>
<tr><th class="sub1">Reset Gain</th><td>If the gain has been edited, revert to its initial value</td></tr>
<tr><th class="sub1">Reset Envelope</th><td>If the gain envelope has been edited, resets it to its initial value (constant at 0 dB)</td></tr>
<tr><th class="sub1">&square; Invert Polarity</th><td>When checked, inverts the signal's phase in the selected regions and renders the symbol (a diagonal line across zero) next to the names of affected regions</td></tr>
<tr><th class="sub1">&square; Envelope Active</th><td>When unchecked, disables any envelope editing that has been made. The envelope will be displayed in yellow instead of green.</td></tr>
<tr><th colspan="2">Position</th></tr>
<tr><th class="sub1">Move to Original Position</th><td>Moves the region where it was initially recorded or inserted in the session</td></tr>