Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-02-10 13:31:45 +01:00
parent 33ce099dda
commit 8441a7bb7f
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ Properties
Description
-----------
A limiter is similar to a compressor, but its less flexible and designed to disallow sound going over a given dB threshold. Adding one in the Master Bus is always recommended to reduce the effects of clipping.
A limiter is similar to a compressor, but it's less flexible and designed to disallow sound going over a given dB threshold. Adding one in the Master Bus is always recommended to reduce the effects of clipping.
Soft clipping starts to reduce the peaks a little below the threshold level and progressively increases its effect as the input level increases such that the threshold is never exceeded.

View File

@@ -525,7 +525,7 @@ Returns the image's raw data.
- :ref:`Format<enum_Image_Format>` **get_format** **(** **)** const
Returns the images format. See ``FORMAT_*`` constants.
Returns the image's format. See ``FORMAT_*`` constants.
.. _class_Image_method_get_height:

View File

@@ -445,7 +445,7 @@ Remember this is just cosmetic and you have to add the logic for checking/unchec
- void **set_item_as_separator** **(** :ref:`int<class_int>` idx, :ref:`bool<class_bool>` enable **)**
Mark the item at index "idx" as a separator, which means that it would be displayed as a mere line.
Mark the item at index "idx" as a separator, which means that it would be displayed as a line.
.. _class_PopupMenu_method_set_item_checked:

View File

@@ -19,7 +19,7 @@ A Visual Script node which branches the flow.
Description
-----------
A Visual Script node that checks a :ref:`bool<class_bool>` input port. If ``true``, it will exit via the true sequence port. If ``false``, it will exit via the "false" sequence port. After exiting either, it exits via the done port. Sequence ports may be left disconnected.
A Visual Script node that checks a :ref:`bool<class_bool>` input port. If ``true``, it will exit via the "true" sequence port. If ``false``, it will exit via the "false" sequence port. After exiting either, it exits via the "done" port. Sequence ports may be left disconnected.
**Input Ports:**