7  History

08.07.2005: Various bugs fixed, added gliding shared vars and midi. Changed behaviour for read-bus and write-bus.

15.06.2005: Added make-ladspa-gui.

09.06.2005: Redefined define-rt to define rt-functions instead of guile-functions.

07.06.2005: Added setters for buses, introducing a general patching mechanism. Very nice I think.

06.06.2005: Added the hidden in-bus and out-bus keyword arguments for definstrument. (the in and out macros uses in-bus and out-bus)

05.06.2005: Added -fast-math to the compiler-options (again). Don't think there is any good reason not to... (?)

05.06.2005: Made input and output busses (*in-bus* and *out-bus), and let in and out call read-bus and write-bus.

02.06.2005: Added support for the intel C compiler. To use icc, set *eval-c-compiler* to "icc". (I did not notice any difference in the performance compaired to gcc 4.0 (or even gcc 3.2), but it is supposed to be faster in some situations)

02.06.2005: Added shared variables and ladspa. Fixed letrec*

20.05.2005: Added vct, make-vct, and the bus-system.