[LAD] [ANN] Faust 0.9.9.4

From: Yann Orlarey <orlarey@email-addr-hidden>
Date: Thu Mar 27 2008 - 15:07:07 EET

Grame - Centre National de Creation Musicale - is pleased to announce the
release of Faust 0.9.9.4.

Faust AUdio STreams is a powerful and expressive functional programming
language
for realtime audio signal processing. The Faust compiler translates DSP
specifications into efficient C++ code.

A variety of platforms and plugin formats are supported. A single Faust
specification can be used to easily generate JACK and ALSA applications,
as well
as LADSPA, MAX/MSP, PD, Q, SC and VST plugins. In addition to C++ code, the
Faust compiler can also generate SVG block-diagram representations as
well as
XML descriptions.

To easily test Faust before installing it, please refer to
http://faust.grame.fr. The Faust distribution can be downloaded at
http://sourceforge.net/projects/faudiostream. Debian and rpm packages
are also
available from Debian, Ubuntu, Planetccrma and Packman.

Please note that Faust can now also be used from within the CLAM 1.2
audio and
music application development framework (http://clam.iua.upf.edu/) and the
Snd-rt 0.8.9.13 realtime music programming environment
(http://www.notam02.no/arkiv/doc/snd-rt)

------------
What's new :
------------

* Syntax modification allowing unary operator - with identifiers (-x is now
allowed)

* Parametric string can now contain the number of digits to use. In the
string
"line %2i" %2i will be replaced by the value of i using at least 2 digits.

* New fvariable declaration : possibility to declare an external C
variable of
block variability.

* Redefinition of symbols is now considered an error instead of a simple
warning

* New syntax highlighting for TextWrangler (Macintosh)

* snd-rt-gtk.cpp: a new architecture file to use Faust with snd-rt.
(Contributed
by Kjetil Matheussen)

* synthfile.cpp: a new architecture file to generate audio files
(contributed by
Dominique Fober)

* osc.lib: a new oscillator library containing fast filter-based oscillators
(contributed by Julius Smith)

-----------------
What's improved :
-----------------

* new additions to filter.lib and effect.lib : Piano dispersion filter,
fifth-order fdelay5, notch filter, Second order transformer-normalized
digital
waveguide resonator... (contributed by Julius Smith)

* Improved jack-gtk.cpp architecture file allowing to control the default
connexions and to run several instances of the same program (contributed
by Fons
Adriaensen)

* Huge speedup of type inference system for complex expressions by using
memoization and recursiveness information

------------
Bugs fixed :
------------

* Bug correction in the type inference system of recursive expressions

* Better sharing of slow expressions appearing delayed

* Avoid division by zero and report error when block-diagrams with no
inputs or
outputs are used in merge and split compositions

* The Faust compiler and some of the architecture files have been updated to
replace char* parameters by const char* when appropriate

---------------
Acknowledgments
---------------

We are grateful to Fons Adriaensen, Dominique Fober, Albert Graef, Kjetil
Matheussen, Julius Smith and all the contributors of this new release. Keep
sending us remarks, suggestions, bug reports and contributions.
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
Received on Thu Mar 27 16:15:02 2008

This archive was generated by hypermail 2.1.8 : Thu Mar 27 2008 - 16:15:02 EET