Compare commits

...

2 Commits

Author SHA1 Message Date
Alexandre Prokoudine 93ff43c3cf 7.3: invert polarity 2023-03-04 00:24:24 +01:00
Alexandre Prokoudine 60d141ca70 7.3: session properties search 2023-03-04 00:14:16 +01:00
3 changed files with 10 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

@ -12,6 +12,14 @@
session file.
</p>
<p>
Settings can be searched for using the input box in the lower left corner
of the Preferences window. Typing in a keyword and pressing <kbd>Enter</kbd>
will open the Preferences pages where the first occurence of the keyword is
available, the setting will be highlighted. Pressing <kbd>Enter</kbd> again
will highlight the next occurence (where available).
</p>
<p>
Preferences are grouped by category:
</p>

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>