[Ardour-Dev] ARDOUR::AutomationList and the StateChanged signal

Paul Davis paul at linuxaudiosystems.com
Fri Apr 23 07:52:40 PDT 2010


On Fri, Apr 23, 2010 at 11:10 AM, John Emmas <johne53 at tiscali.co.uk> wrote:

> and the above seems to work.  So I don't quite know where the problem is.
> Is there a subtle difference between the way that gcc compiles the original
> code and the way that VC++ compiles it?  Or does the original code return a
> reference to an out-of-scope object which gcc (luckily) fails to spot?  Or
> does VC++ think that the '_fade_in' object has gone out of scope when in
> fact it hasn't (I'd be quite surprised if that were true).

_fade_in can't go in and out of scope - its a member variable. it
exists as long as the AudioRegion exists.



More information about the Ardour-Dev mailing list