Re: segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-05 Thread D. Michael 'Silvan' McIntyre
On Sunday 05 February 2006 10:12 am, Chris Cannam wrote: > Yep, always has been. It's "just one of those things" about the way RG > works, probably always will be. That's fine. > > Resizing from the left side is a different matter. > > Resizing audio from the left was totally broken until just

Re: segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-05 Thread Chris Cannam
On Sunday 05 Feb 2006 16:33, Guillaume Laurent wrote: > Anyway, the problem was that the "tile" rectangle on which we draw > the previews wasn't clipped by the actual segment rect (only the > drawn area clip). Fix in cvs. Yep, looks good -- for shrinking audio segments from the right, anyway. Th

Re: segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-05 Thread Guillaume Laurent
On Sunday 05 February 2006 16:02, Chris Cannam wrote: > On Sunday 05 Feb 2006 12:26, Chris Cannam wrote: > > On Sunday 05 Feb 2006 11:48, Guillaume Laurent wrote: > > > Haven't fixed the audio bit. > > > > I'll have a look if I find a moment (though don't let that stop you). > > I couldn't see the

Re: segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-05 Thread Chris Cannam
On Sunday 05 Feb 2006 14:50, D. Michael 'Silvan' McIntyre wrote: > One thing I notice that doesn't seem consistent is that resizing from > the right always preserves the events in perpetuity, but resizing > from the left, if I make a segment smaller from the left, the events > clipped off seem to d

Re: segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-05 Thread Chris Cannam
On Sunday 05 Feb 2006 12:26, Chris Cannam wrote: > On Sunday 05 Feb 2006 11:48, Guillaume Laurent wrote: > > Resize from left works correctly now. > > Looks good, with one caveat Ah, and one other far more serious caveat -- it doesn't work for audio segments. Actually, resizing from the left (it

Re: segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-05 Thread Chris Cannam
On Sunday 05 Feb 2006 12:26, Chris Cannam wrote: > On Sunday 05 Feb 2006 11:48, Guillaume Laurent wrote: > > Haven't fixed the audio bit. > > I'll have a look if I find a moment (though don't let that stop you). I couldn't see the cause. If you take the right edge of an audio segment and shrink i

Re: segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-05 Thread D. Michael 'Silvan' McIntyre
On Sunday 05 February 2006 7:26 am, Chris Cannam wrote: > > Resize from left works correctly now. > > Looks good, with one caveat -- during the drag, long notes disappear the > moment you overrun their left edge, whereas in the end result the notes > just get shortened unless you've dragged all th

Re: segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-05 Thread Chris Cannam
On Sunday 05 Feb 2006 11:48, Guillaume Laurent wrote: > Resize from left works correctly now. Looks good, with one caveat -- during the drag, long notes disappear the moment you overrun their left edge, whereas in the end result the notes just get shortened unless you've dragged all the way past

Re: segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-05 Thread Guillaume Laurent
On Sunday 05 February 2006 01:17, Guillaume Laurent wrote: > On Saturday 04 February 2006 21:16, Chris Cannam wrote: > > Other problems: > > > > * It does the wrong thing when you resize from the left end of a > > segment. > > Yes, I've seen that too, it shouldn't be too hard to fix. The one about

Re: segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-04 Thread Guillaume Laurent
On Saturday 04 February 2006 21:16, Chris Cannam wrote: > > Other problems: > > * It does the wrong thing when you resize from the left end of a > segment. Yes, I've seen that too, it shouldn't be too hard to fix. The one about the audio not being clipped baffles me, though. > * Shrinking a MI

segment previews during resize, was Re: [Rosegarden-devel] February 14th

2006-02-04 Thread Chris Cannam
On Saturday 04 Feb 2006 17:17, Guillaume Laurent wrote: > I've committed an almost complete solution. As noted in the commit > msg, there are still two problems, the previews don't reappear when a > segment is grown back, and audio previews aren't clipped when an > audio segment is shrunk. OK, loo