[ardour-dev] cvs commit

Paul Davis paul at linuxaudiosystems.com
Tue May 11 11:06:00 PDT 2004


>Paul,
>
>	I'm trying to build the latest and I still get an error on this:
>
>(*(++begin()))->set_position (1.0);

fixed in my code as:

		iterator x = begin();
		++x;
		
		(*x)->set_position (1.0);

jan - thanks so much for your extreme patience with all this stuff!

--p



More information about the Ardour-Dev mailing list