[ardour-dev] latest CVS commit
Jan Depner
eviltwin69 at cableone.net
Fri Feb 20 11:46:59 PST 2004
Paul,
Once again on gcc 2.96 ;-)
g++ -DLOCALEDIR=\"/usr/share/locale\" -I. -I. -I. -D_REENTRANT -O3
-march=i686 -fomit-frame-pointer -ffast-math -fstrength-reduce
-fmove-all-movables -Wall -I/data2/sound/ardour-0.9beta11/libs/sigc++
-I/data2/sound/ardour-0.9beta11/libs/sigc++/sigc++/config
-I/data2/sound/ardour-0.9beta11/libs/pbd
-I/data2/sound/ardour-0.9beta11/libs/midi++
-I/data2/sound/ardour-0.9beta11/libs/ardour
-I/data2/sound/ardour-0.9beta11/libs/soundtouch -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/include/libxml2 -DCONFIG_DIR=\"/usr/etc\"
-DDATA_DIR=\"/usr/share\" -MT normalize.lo -MD -MP -MF
.deps/normalize.Tpo -c normalize.cc -o normalize.o
normalize.cc: In method `int ARDOUR::Normalize::run
(ARDOUR::AudioRegion &)':
normalize.cc:86: no matching function for call to `max (float &,
double)'
make[4]: *** [normalize.lo] Error 1
make[4]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/ardour'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/ardour'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/ardour'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data2/sound/ardour-0.9beta11/libs'
make: *** [all-recursive] Error 1
Changed maxamp to a double from a float to fix. All else is fine.
Jan
On Thu, 2004-02-19 at 21:33, Paul Davis wrote:
>
> * region selection propagates across edit groups
>
> - if an edit group is active, then ..
>
> selecting a region in a member of the edit group
> will select all "equivalent" regions in other
> members.
>
> to select just one region in an active group,
> select as usual, then shift-click the desired
> region. normally, shift-click would remove
> a region from the selection, so this is subject
> to change.
>
> - "equivalent" means:
> 1) same start point in their respective source files
> 2) same position on timeline
> 3) same length
>
> * hide all automation now works
>
> * fake regions during capture updated more rapidly for "smoothness"
>
> * redesigned destruction sequence and notification to avoid crash
> exposed by GhostRegions
>
> * made a few more preparations for MidiRegion
>
> * fix top level Makefile.am for "make dist" target (docs moved to
> DOCUMENTATION)
>
> * libardour: 0.725.0
> ardour/gtk: 0.449.0
>
> Test tarball at the usual place:
>
> http://ardour.org/b/ardour-0.9beta11.tar.bz2
> _______________________________________________
> ardour-dev mailing list
> ardour-dev at lists.ardour.org
> http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org
More information about the Ardour-Dev
mailing list