[ardour-dev] latest CVS commit

Jan Depner eviltwin69 at cableone.net
Tue Apr 27 23:46:37 PDT 2004


Using gcc 2.96:


In libs/ardour/ardour/panner.h need to replace:

	#include <ostream>
	#include <istream>

with

	#include <iostream>

Since this (including ostream and istream separately) isn't done
anywhere else in the code it seems inconsistent anyway.



Don't know what to do about this one:

source.cc:201: `find' undeclared (first use this function)
source.cc:201: (Each undeclared identifier is reported only once for
each function it appears in.)
make[4]: *** [source.lo] Error 1
make[4]: Leaving directory `/data2/sound/ardour/libs/ardour'



Jan





On Tue, 2004-04-27 at 21:31, Paul Davis wrote:
> 
>   * the "It's more or less what I get to demo at LAD at ZKM" commit
>   * except you forgot about the plane ;)
> 
>   * add global configuration option to turn auto-xfading on/off
>   * support for ALSA sequencer ports (thanks to Karsten)
>   * removed "toggle-auto-xfade" keyboard action
>   * ensure that Splice/Slide editing mode is correctly indicated at
>      startup
>   * delay setting editing mode till later in Session::set_state() to
>      avoid destroying playlist structure if in Splice mode
>   * added "edit left", "edit right" menu items to Crossfade context
>      menu
>   * "Insert chunk" now works again (select track, select chunk,
>       position edit cursor, context-click->Edit->Insert Chunk). One
>       day, drag-n-drop will be possible to make this easier. Its not
>       perfect though - the actual chunk creation step seems to
>       have the wrong idea of the end.
>   * if JACK transport master, stop transport at session loading
>   * if JACK time master, seek to session transport frame when loading
>   * declick over min (4096,nframes) instead of min(64,nframes)
>       to remove artifacts at larger period sizes (i hope)
>   * add possibly_splice() calls to more playlist operations to keep
>       spliced tracks spliced, so to speak
>   * much improved VST plugin support (old stuff was seriously
>       incomplete)
>   * use fstconfig files, not .dll loading, to discover VST plugins
>   * fix nasty 1-line buglet in region reverse code affecting regions
>      less than 256k samples
>   * avoid multiply queuing regions in peak build list
> 
>   libardour: 0.801.0
>   libmidi++: 1.9.0
>   ardour/gtk: 0.501.0
> 
>   
> _______________________________________________
> 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