On Tue, 28 May 2013, D. Michael McIntyre wrote:

> The Rosegarden rose is blooming again, and I updated the splash screen 
> for the first time in a couple of years.  I like the new picture.  It 
> makes me smile.
> 
> So what have I missed?  Is anything brewing that needs to sort itself 
> out before I kick a release out the door, or should I just knock it out 
> and go with it?

I got 13262 and didn't find my group_latency_off_by_one_patch

-- snip --

--- ./src/sound/JackDriver.cpp.orig     2013-04-18 15:50:03.996413705 +0200
+++ ./src/sound/JackDriver.cpp  2013-05-28 20:45:31.550633007 +0200
@@ -2085,7 +2085,7 @@
             }
         } else if (!empty) {
             pluginLatency +=
-                m_instrumentMixer->getPluginLatency((unsigned int) * 
connections.begin());
+                m_instrumentMixer->getPluginLatency((unsigned int) * 
connections.begin() - 1);
         }
 
         if (empty) {

-- snap --

Was there a decision not to include it? If yes is there a place for "use
at your own risk"-patches?

Regards
Holger

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to