1 2009-08-08 Albert Graef <Dr.Graef@t-online.de>
5 * faustxml.pure: Compatibility fixes for Pure 0.26+ (new nonfix
8 2009-03-25 Albert Graef <Dr.Graef@t-online.de>
12 * Makefile, faust2pd.pure: The faust2pd script is now compiled to
13 a native executable before installation. This makes the program
14 start up much faster, which is a big advantage because most xml
15 files don't take long to be processed. You'll need Pure 0.21 or
16 later to make this work.
18 2009-03-19 Albert Graef <Dr.Graef@t-online.de>
22 * faust2pd.pure: Windows compatibility fixes.
24 2009-03-18 Albert Graef <Dr.Graef@t-online.de>
28 - source reorganization, other minor cosmetic changes
30 - renamed -f (--fake-buttons) option to -b
32 - new -f (--font-size) option to specify GUI font sizes
34 - command line options can now also be specified using special
35 [pd:...] tags in the Faust source
37 - seqdemo example now uses pd-pure
39 - updated documentation, documentation is now also available in
42 - license updated to GPL V3
44 2008-08-11 Albert Graef <Dr.Graef@t-online.de>
46 * faust2pd/faustxml.q: Fixes for latest (CVS) Faust XML format.
48 2007-10-16 Albert Graef <Dr.Graef@t-online.de>
54 * Makefile: add dist target
56 2007-10-07 Albert Graef <ag@muwiinfa.geschichte.uni-mainz.de>
58 * Makefile: various changes to the make install/uninstall goals
60 - add missing rm command for installed link in <prefix>/bin
62 - make sure that missing install directories are created; this is
63 necessary to make 'make install' work with a staging directory
65 - install faust2pd into <prefix>/share/q/apps, where application
66 scripts should go as of Q 7.8, to keep the main library directory
69 - install faust2pd README into <prefix>/share/q/etc
71 - it's bad to have a hardcoded pddatadir, use a second prefix
72 variable 'pdprefix' instead
74 * faust2pd/faust2pd.q, faust2pd/faustxml.q: updated to Q 7.8
76 2006-10-05 Albert Graef <ag@>
80 * faust2pd/faust2pd.q, faust2pd/faust-timer.pd: Change the update
81 logic of the passive controls to use a custom timer (metro)
82 instead of bang~, so that we don't eat up too much cpu. The update
83 cycle now defaults to 100 ms. This can be changed with the global
86 2006-10-01 Albert Graef <Dr.Graef@t-online.de>
88 * faust/puredata.cpp: do proper crossfades for "active" control,
89 to prevent clicking when "active" is turned on and off
91 * faust2pd/faust2pd.q: fixed wrong version number, added comment
94 2006-09-30 Albert Graef <Dr.Graef@t-online.de>
96 * README: updated and completed documentation
98 * Makefile: make /usr/local the default install prefix
100 * faust/puredata.cpp, faust2pd/faust2pd.q: separate control inlet,
101 fully qualified control names now have '/' in front, special
104 2006-09-28 Albert Graef <Dr.Graef@t-online.de>
106 * examples/*/Makefile: cosmetic changes