>    I'm getting the following in the big-tuplet-rewrite branch:
>
> In file included from src/base/selections/TempoSelection.h:22:0,
>                   from src/commands/segment/AddTimeSignatureCommand.h:24,
>                   from src/gui/editors/matrix/MatrixView.cpp:65:
> src/base/eventhelpers/TempoChange.h:50:5: error:
> ‘Rosegarden::TempoSkew::TempoSkew(long int)’ is private
>       TempoSkew(long x) : m_x(x) {}
>       ^
> src/base/eventhelpers/TempoChange.h:273:39: error: within this context
>                   TempoSkew tempoSkew = 0, bool isReal = true) :
>                                         ^

Didn't see that in my pre-upload compile.  It's strange that it breaks in
just one include.  Wondering if it was something about MatrixView, I
touched MatrixView.cpp and recompiled, no error.

I did miss one include directive, but MatrixView wasn't the file and I
fixed that in 13675.

>    I'm at revision 13676.

That's one revision past what I committed?

Anyways, I'm refactoring TempoSkew away, along with other stuff.  I should
commit the refactored stuff shortly (2 days if I'm lucky).  Hope that's
not too long to wait.

Turns out that it's just as convenient to store an average tempo and all
the same information can be retrieved from it.  I only realized this after
I refactored HermiteSpline and saw that I was dividing realtime by timeT
almost all the time.

Thank you for trying this branch out, Ted.  I look forward to your comments.

        Tom Breton (Tehom)



------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to