@@ -57,7 +57,7 @@ current git sources).
5757The pd-faust objects are written in the Pure_ programming language, so you'll
5858also need an installation of the Pure interpreter (0.51 or later), along with
5959the following packages (minimum required versions are given in parentheses):
60- :doc:`pd-pure<pd-pure>` (0.15 ), :doc:`pure-faust<pure-faust>` (0.8),
60+ :doc:`pd-pure<pd-pure>` (0.26 ), :doc:`pure-faust<pure-faust>` (0.8),
6161:doc:`pure-midi<pure-midi>` (0.5) and :doc:`pure-stldict<pure-stldict>` (0.3).
6262
6363Finally, gcc and GNU make (or compatible) are required to compile the helper
@@ -378,11 +378,10 @@ objects in a patch:
378378 ``midiosc`` abstraction for OSC automation, see `MIDI and OSC Sequencing`_
379379 below.
380380
381- * ``reload`` can be used to reload all ``faust~`` objects in a patch, like
382- sending the ``reload`` message discussed above. This receiver accepts any
383- input message, so just sending a ``bang`` will do. (This receiver is
384- provided for backward compatibility. Instead, you can also send a ``reload``
385- message to the ``faustdsp`` receiver.)
381+ * ``reload`` can be used to reload all ``faust~`` units in a patch. This
382+ receiver accepts any input message, so just sending a ``bang`` will do.
383+ (This is provided for backward compatibility with older pd-faust versions.
384+ You can also just send a ``reload`` message to the ``faustdsp`` receiver.)
386385
387386GUI Subpatches
388387--------------
0 commit comments