[ardour-dev] ardour-0.9beta10 released
Jan Depner
eviltwin69 at cableone.net
Mon Feb 16 04:57:19 PST 2004
Paul,
Using gcc 2.96:
audiofilter.cc: In method `int ARDOUR::AudioFilter::make_new_sources
(ARDOUR::AudioRegion &, vector<ARDOUR::Source *,
allocator<ARDOUR::Source *> > &)':
audiofilter.cc:53: `errno' undeclared (first use this function)
audiofilter.cc:53: (Each undeclared identifier is reported only once
for each function it appears in.)
make[4]: *** [audiofilter.lo] Error 1
make[4]: Leaving directory `/data2/sound/ardour-0.9beta10/libs/ardour'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/data2/sound/ardour-0.9beta10/libs/ardour'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data2/sound/ardour-0.9beta10/libs/ardour'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data2/sound/ardour-0.9beta10/libs'
make: *** [all-recursive] Error 1
Added #include <cerrno> to audiofilter.cc to fix.
normalize.cc: In method `int ARDOUR::Normalize::run
(ARDOUR::AudioRegion &)':
normalize.cc:84: no matching function for call to `max (Sample &,
double)'
make[4]: *** [normalize.lo] Error 1
make[4]: Leaving directory `/data2/sound/ardour-0.9beta10/libs/ardour'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/data2/sound/ardour-0.9beta10/libs/ardour'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data2/sound/ardour-0.9beta10/libs/ardour'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data2/sound/ardour-0.9beta10/libs'
make: *** [all-recursive] Error 1
I typecast to double to fix this - I'm sure that's not the correct fix
though :D Finished compiling/installing and it is working fine. I
really like the "editor mixer" button.
Another problem that has been cropping up for me (not specific to this
release) - if I work on a session for a while, save it, and reopen it I
sometimes get a system lockup (complete, requiring pushing the little
blue button of death). Through patient research (TM, pat. pending -
also known as a WAG :D) I have found that if I remove all of the
crossfade lines from the .ardour file this goes away. I have no idea
what the crossfade stuff is doing but there is no apparent effect on the
audio.
Jan
On Sun, 2004-02-15 at 23:13, Paul Davis wrote:
>
> http://ardour.org/releases/ardour-0.9beta10.tar.bz2
>
> Summary of changes since beta9:
>
> * edit operations (cut/copy/paste) for automation data
> * edit operations (cut/copy/paste) for redirects
> * new "Destroy Last Capture" edit operation (destructive)
> * new "Destroy Region" edit operation (possibly destructive
> if no other regions reference the same audio file)
> * new context menu for redirect operations
> * redirect displays use standard click-to-select model
> * new sessions created from command line arguments have
> sane default settings for busses and I/O assignments
> * default keybindings for edit ops (cut/copy/paste) match The GIMP
> (Ctrl-x, Ctrl-c, Ctrl-v)
> * selection of tracks uses "click selects" model
> * selection of tracks follows edit groups
> * multiple zoom requests handled slightly more intelligently
> * regions never vanish no matter what zoom level
> * fix crashing bug when operating a lone automation control point
> * track context menus are more context sensitive
> * bounce to disk renamed "freeze"
> * fix bounce to disk so that it works without noise
> * plugins (+ other redirects) now have undo/redo state
> (but used currently only for freeze/unfreeze)
> * plugins + other inserts disabled after freeze
> * cannot embed or import audio with no session
> * embedding a file with the wrong SR shows warning
> * no JACK connection shows up as a GUI warning
> * call setsid() to disconnect from tty group
> * "Edit" for redirect display context menu now works
> * "latency" output control port for LADSPA not shown in GUI
> * region sync point now visible again
> * auto-return button now forces playhead to work correctly
> rather than ignoring the "return"
> * numerous design-level and thinko bug fixes
> _______________________________________________
> 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