ref: ab3579456b8484ef94615d30e59f6871833cd5e7
parent: a15706d1e3fa2e7e4c8588434485cbd9526707ca
author: robs <robs>
date: Sat Dec 13 12:45:36 EST 2008
recent changes
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,9 +28,12 @@
o New `pluck' and `tpdf' types for `synth'. (robs)
o Can now set common parameters for multiple `synth' channels. (robs)
o Fix `repeat' sometimes stopping repeating too soon. (robs)
+ o Fix `repeat' sometimes repeating wrong audio segments. (robs)
o Fix [2332343] 'silence' segfault with certain lengths. (cbagwell)
o Fix temporary file problems in Windows (cygwin) with normalise and
other effects. (robs)
+ o Parallel effects channel processing on some hyper-threading/mult-core
+ architectures. (robs)
Other new features:
--- a/configure.ac
+++ b/configure.ac
@@ -646,7 +646,7 @@
echo "Distro name ...................... $DISTRO"
echo "Debugging build................... $enable_debug"
echo "External module support........... $using_libltdl"
-echo "GOMP support (experimental)....... $enable_gomp"
+echo "GOMP support...................... $enable_gomp"
echo "ALSA driver....................... $enable_alsa"
echo "libao driver...................... $enable_libao"
echo "OSS driver........................ $enable_oss"