Re: [Rosegarden-devel] Timing drift

2004-05-10 Thread John Anderson
John Anderson wrote: The option's on the same config page as the transport ones. It should be the same PCM device as JACK is using, usually the first. If you have it set to "system timer", it will almost certainly drift. We could do a better job of the default for this. Aha! Thanks, I'll tr

[Rosegarden-devel] Re: Cautionary accidentals near start of bars after reversion to key-signature pitches

2004-05-10 Thread Chris Cannam
On Monday 10 May 2004 6:18 pm, William wrote: > Chris, you seem to have changed the way accidentals are handled for > notes in different octaves in line with our earlier discussion of > accidentals in March 2004. I think this is working well. Glad to hear it. > However, in modern keyboard music

[Rosegarden-devel] Cautionary accidentals near start of bars after reversion to key-signature pitches

2004-05-10 Thread William
Chris, you seem to have changed the way accidentals are handled for notes in different octaves in line with our earlier discussion of accidentals in March 2004. I think this is working well. However, in modern keyboard music one usually puts cautionary accidentals on the first occurrences in each

Re: [Rosegarden-devel] How should the five types of paste work?

2004-05-10 Thread William
Chris Cannam <[EMAIL PROTECTED]> wrote: > On Monday 10 May 2004 3:23 pm, William wrote: >> Chris, briefly how should "Cut", "Copy" and the five types of paste >> work in the notation editor? Are there any limits on the number, >> type or relative positions of objects which each of these >> operati

[Rosegarden-devel] Notation: Paste type 3 - open-n-paste - gives broken notation

2004-05-10 Thread William
There seems to be a serious bug in the paste operation in the notation editor. I have taken care to produce a precise detailed description of how to reproduce the bug below. Please follow the instructions carefully. I'll log it on sf unless anyone objects. How to reproduce the bug: 1. Change y

Re: [Rosegarden-devel] How should the five types of paste work?

2004-05-10 Thread Chris Cannam
On Monday 10 May 2004 3:23 pm, William wrote: > Chris, briefly how should "Cut", "Copy" and the five types of paste > work in the notation editor? Are there any limits on the number, > type or relative positions of objects which each of these > operations can handle? The only restrictions should

[Rosegarden-devel] tempo ruler

2004-05-10 Thread Vladimir Savic
It would be very interesting to have possibility of detecting changes in tempo happened in relatively short time (10-20 bars). If tempo's getting accelerated than to put acc. sign in notation editor at the time when first change appeared, and opposite. It could be coresponding text mark (local

Re: [Rosegarden-devel] Notation: redundant insertions of crescendo and

2004-05-10 Thread Vladimir Savic
That's completely different thing. There should be a prevention of doing doubled hairpin on same group of notes. Vladimir On Mon, 10 May 2004 13:19:22 +0100, William <[EMAIL PROTECTED]> wrote: Chris Cannam <[EMAIL PROTECTED]> wrote: On Monday 10 May 2004 12:46 pm, William wrote: Are you sure w

[Rosegarden-devel] How should the five types of paste work?

2004-05-10 Thread William
Chris, briefly how should "Cut", "Copy" and the five types of paste work in the notation editor? Are there any limits on the number, type or relative positions of objects which each of these operations can handle? For instance, is it meant to be possible to select several non-adjacent chords or re

[Rosegarden-devel] Re: New segment code working very well: faster and less memory used

2004-05-10 Thread Richard Bown
On Monday 10 May 2004 13:41, William wrote: > Richard, this is to report, after extensive testing, that the new segment > code seems to be working very well indeed I'm glad to hear it. It does certainly reduce memory overhead which was the core reason for doing it. The main issues I have still

[Rosegarden-devel] New segment code working very well: faster and less memory used

2004-05-10 Thread William
Richard, this is to report, after extensive testing, that the new segment code seems to be working very well indeed; the canvas part of the GUI is noticeably faster and the memory usage is much smaller (if and only if, like me, you don't use Jack). Very well done! William ---

[Rosegarden-devel] Re: What is Cut-and-Close meant to be able to do?

2004-05-10 Thread William
Chris Cannam <[EMAIL PROTECTED]> wrote: > On Monday 10 May 2004 1:11 pm, William wrote: >> Chris, how is Cut-and-Close meant to work in the notation editor? >> Are there any limits on the number, type or relative positions of >> objects which Cut-and-Close can handle? For instance, is it meant >>

Re: [Rosegarden-devel] Notation: redundant insertions of crescendo and

2004-05-10 Thread William
Chris Cannam <[EMAIL PROTECTED]> wrote: > > On Monday 10 May 2004 12:46 pm, William wrote: >> Are you sure we are talking about exactly the same thing? >> I meant a crescendo mark can be put once underneath a group of >> selected notes, and then, the crescendo mark can be put again >> (second one)

[Rosegarden-devel] Re: What is Cut-and-Close meant to be able to do?

2004-05-10 Thread Chris Cannam
On Monday 10 May 2004 1:11 pm, William wrote: > Chris, how is Cut-and-Close meant to work in the notation editor? > Are there any limits on the number, type or relative positions of > objects which Cut-and-Close can handle? For instance, is it meant > to be able to delete non-contiguous objects?

[Rosegarden-devel] What is Cut-and-Close meant to be able to do?

2004-05-10 Thread William
Chris, how is Cut-and-Close meant to work in the notation editor? Are there any limits on the number, type or relative positions of objects which Cut-and-Close can handle? For instance, is it meant to be able to delete non-contiguous objects? I am in the early stages of investigating the cause of

Re: [Rosegarden-devel] Notation: redundant insertions of crescendo and

2004-05-10 Thread Chris Cannam
On Monday 10 May 2004 12:46 pm, William wrote: > Are you sure we are talking about exactly the same thing? > I meant a crescendo mark can be put once underneath a group of > selected notes, and then, the crescendo mark can be put again > (second one) in exactly the same position Oh! Well I think

Re: [Rosegarden-devel] Notation: redundant insertions of crescendo and

2004-05-10 Thread William
Vladimir Savic <[EMAIL PROTECTED]> wrote: > William <[EMAIL PROTECTED]> wrote: >> There hasn't been any further followup, so I'd like to log this on sf as >> a bug. >> Any objections? I think most of the other well-known composition apps >> stop you from inserting multiply superimposed marks in th

Re: [Rosegarden-devel] [fwd] Rosegarden does not compile with gcc 3.4.0

2004-05-10 Thread Chris Cannam
On Monday 10 May 2004 10:10 am, Richard Bown wrote: > [...] > FastVector.h:152: error: expected `;' before "operator" Does adding the word "typename" to the start of line 152 help? As in typename FastVector::difference_type operator-(const iterator_base &i) const{ Chris ---

[Rosegarden-devel] [fwd] Rosegarden does not compile with gcc 3.4.0

2004-05-10 Thread Richard Bown
Forwarded message follows: -- Rosegarden does not compile with gcc 3.4.0. It compiles without problems using gcc 3.3.x. The compilation fails on the first stage: FastVector.h. Here is the first part of the output: Making all in base make[2]: Entering directory `/main/Arch/abs/local/rosegarde

Re: [Rosegarden-devel] Notation: redundant insertions of crescendo and

2004-05-10 Thread Vladimir Savic
On Sun, 9 May 2004 23:58:10 +0100, William <[EMAIL PROTECTED]> wrote: +decrescendo marks To: Chris Cannam <[EMAIL PROTECTED]>, [EMAIL PROTECTED] There hasn't been any further followup, so I'd like to log this on sf as a bug. Any objections? I think most of the other well-known compositi

Re: [Rosegarden-devel] Timing drift

2004-05-10 Thread John Anderson
On Sun, 2004-05-09 at 15:59, Chris Cannam wrote: > That reminds me, Rosegarden's option to offer timebase master doesn't actually > work. Just as well I wasn't trying to use it, then ;-) > Anyway: what timer is Rosegarden set to sync to? System timer. > The option's on the same > config page