2006-10-05  Albert Graef  <ag@>

	+++ Release 1.0 +++

	* faust2pd/faust2pd.q, faust2pd/faust-timer.pd: Change the update
	logic of the passive controls to use a custom timer (metro)
	instead of bang~, so that we don't eat up too much cpu. The update
	cycle now defaults to 100 ms. This can be changed with the global
	faust-timer receiver.

2006-10-01  Albert Graef  <Dr.Graef@t-online.de>

	* faust/puredata.cpp: do proper crossfades for "active" control,
	to prevent clicking when "active" is turned on and off

	* faust2pd/faust2pd.q: fixed wrong version number, added comment
	to generated patches

2006-09-30  Albert Graef  <Dr.Graef@t-online.de>

	* README: updated and completed documentation

	* Makefile: make /usr/local the default install prefix

	* faust/puredata.cpp, faust2pd/faust2pd.q: separate control inlet,
	fully qualified control names now have '/' in front, special
	"active" control

2006-09-28  Albert Graef  <Dr.Graef@t-online.de>

	* examples/*/Makefile: cosmetic changes

