Skip to content

Commit 7ca9c7f

Browse files
committed
pd-faust: Bump version number, final touches to documentation.
1 parent 6e4cd4e commit 7ca9c7f

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

pd-faust/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include Makefile.config
2121

2222
# Package name and version:
2323
dist = pd-faust-$(version)
24-
version = 0.16
24+
version = 0.17
2525

2626
DISTFILES = COPYING COPYING.LESSER Makefile Makefile.config.in Makefile.config \
2727
Makefile.common README TODO config.guess *.pure etc/*.el etc/*.pd \

pd-faust/README

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ current git sources).
5757
The pd-faust objects are written in the Pure_ programming language, so you'll
5858
also need an installation of the Pure interpreter (0.51 or later), along with
5959
the 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

6363
Finally, 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

387386
GUI Subpatches
388387
--------------

pd-faust/TODO

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ Features:
2626
might use something like "touch mode" in DAWs, or an explicit "punch in/out"
2727
control. (Suggested by Julius Smith.)
2828

29-
- Reloading a faust~ object currently doesn't update its number of audio
30-
inputs and outputs. This is a limitation of the underlying pd-pure extension
31-
on which pd-faust is based, and needs to be fixed there first.
32-
3329
Design Issues:
3430

3531
- Refactor the sources so that fsynth~ and fdsp~ share more code.

0 commit comments

Comments
 (0)