[ardour-dev] ardour 0.9beta11 released
Jan Depner
eviltwin69 at cableone.net
Sun Feb 29 18:25:27 PST 2004
Paul,
The obligatory gcc 2.96 post ;-)
In file included from midi++/port.h:26,
from midi++/fd_midiport.h:30,
from fd_midiport.cc:28:
/data2/sound/ardour-0.9beta11/libs/pbd/pbd/selectable.h:43: parse error
before `*'
make[4]: *** [fd_midiport.o] Error 1
make[4]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/midi++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/midi++'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/midi++'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data2/sound/ardour-0.9beta11/libs'
make: *** [all-recursive] Error 1
Added #include <stdio.h>
In file included from midi++/fifomidi.h:30,
from fifomidi.cc:24:
midi++/fd_midiport.h: In method `int MIDI::FD_MidiPort::write (byte *,
unsigned int)':
midi++/fd_midiport.h:58: `EACCES' undeclared (first use this function)
midi++/fd_midiport.h:58: (Each undeclared identifier is reported only
once for each function it appears in.)
make[4]: *** [fifomidi.o] Error 1
make[4]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/midi++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/midi++'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/midi++'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data2/sound/ardour-0.9beta11/libs'
make: *** [all-recursive] Error 1
Added #include <errno.h>
automation_event.cc:22:18: limits: No such file or directory
make[4]: *** [automation_event.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
Removed #include <limits>.
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
Change float maxamp = 0; to double maxamp = 0;
idle_adjustment.cc:2:38: gtkmmext/idle_adjustment.h: No such file or
directory
make[4]: *** [idle_adjustment.o] Error 1
make[4]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/gtkmmext'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/gtkmmext'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/data2/sound/ardour-0.9beta11/libs/gtkmmext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data2/sound/ardour-0.9beta11/libs'
make: *** [all-recursive] Error 1
I'm stuck on this one.
Jan
On Sun, 2004-02-29 at 19:20, Paul Davis wrote:
>
> http://ardour.org/releases/ardour-0.9beta11.tar.bz2
>
> Note: according to ardour.org/status.html, this is now 1 beta release
> away from a feature freeze. The only known feature to be worked on
> there that is not listed in Mantis is a redesign of the editor region
> list and some backend code related to how regions are managed. Feature
> freeze does not mean that ardour will not change between then and 1.0,
> but it does mean that all suggestions for new features will be ignored
> unless they relate to an existing bug in Mantis. Hint. Hint.
>
> Changes since beta10
> --------------------
>
> * ghost waveforms in automation tracks
>
> * new loop and punch range interface
>
> - split the range and location markers into their own rows in
> the timeline, and added a new row "Loop/Punch Ranges". The
> Loop and Punch ranges are dedicated, the transport will loop
> over the Loop range when the "loop" button is enabled on the
> transport toolbar. The punch range is active when Punch In
> and punch out buttons are active.
>
> - dragging on the Range Marker bar will create a new range marker.
> Also, dragging on the Loop/punch bar will let you set a new range
> for either the loop or punch. Context menu operations for all
> markers are now updated.
>
> * new locations window design
>
> * crossfade editor closer to 90% functionality
> - audition xfade
> - edit both both curves independently
> - waveforms scale with curve (*sexy*! :)
>
> * fix process-time automation snapshots to be (more?) real-time
> safe (remove O(logN) behaviour, avoid unnecessary control
> point addition)
>
> * speed optimizations for sfdb. format is not compatible, so its
> best to remove your existing file and rebuild it.
>
> * window sizes and other GUI details are saved instantly in
> <sessiondir>/instant.xml, separately from other session
> state.
>
> * 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
>
> * region locking shows padlock in regionview, plus has an actual
> effect on editing :)
>
> - unlock via click on padlock works as expected
>
> - to be improved, perhaps, to permit locking by clicking
> where the padlock would show up but isn't. not sure, because
> its definitely not OK to show a lot of "unlocked"
> padlocks - very visually cluttered that way.
>
> - some glitch with the last line of the image of the
> padlock.
>
> * shift-drag permits multiple object selection passes via
> rubber-banding
>
> * region export via standard export dialog
> - to be discussed: is "Write Region to disk" still useful?
> it is quicker, and just writes a native file to disk
> within the session sounds directory.
> - operates only on clicked region, not region selection. good?
> bad? ugly?
>
> * fade in/out curves of region editor do not update the underlying data
> until button release.
>
> * fade in/out curves of region editor now can have values typed in.
>
> * fade in/out curves now use a mutex to protect real-time access
>
> * SMPTE computation fix for rulers
>
> * dragging curve control points - to move all points right, use
> ctrl-drag. ordinary drag now moves just that point. (reverse
> of previous behaviour.)
>
> * destroy-last-capture now works until the next capture, not the
> next transport halt
>
> * drag_info.been_moved not set until 4 pixels of motion are
> detected. this affects a number of things but NOT region
> dragging. To Be Fixed.
>
>
>
> _______________________________________________
> 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