Re: [Rosegarden-devel] Feature suggestions

2004-05-23 Thread Chris Cannam
On Monday 29 Mar 2004 11:17 am, Seb James wrote: > On Mon, 2004-03-29 at 09:25, Chris Cannam wrote: > > No. What I'd like to do is a "New..." dialog for creating new > > documents which gave you the option of starting completely from > > scratch (as now) or starting with a certain number of tracks

RE: [Rosegarden-devel] Feature suggestions

2004-04-01 Thread Guillaume Laurent
> > That aside, I don't actually know how you get custom widget > code into > > Designer. Anyone? > > Yes, I've done that a couple of times. A long time ago. > It's doable. That I know. http://doc.trolltech.com/3.3/designer-manual-7.html -- Guillaume http://telegraph-road.org -

Re: [Rosegarden-devel] Feature suggestions

2004-04-01 Thread Richard Bown
On Thursday 01 April 2004 16:11, Chris Cannam wrote: > That aside, I don't actually know how you get custom widget code into > Designer. Anyone? Yes, I've done that a couple of times. A long time ago. It's doable. That I know. R --- This

Re: [Rosegarden-devel] Feature suggestions

2004-04-01 Thread Chris Cannam
On Wednesday 31 Mar 2004 10:13 pm, Seb James wrote: > Ok. This means then that a segment is just a number of beats and > has nothing to do with bars, right? In the sense that the duration of the segment doesn't have to be a whole number of bars, yes. I'm not sure you would describe it in terms

Re: [Rosegarden-devel] Feature suggestions and QUESTION

2004-03-31 Thread Silvan
On Wednesday 31 March 2004 02:57 am, Chris Cannam wrote: > The option's off by default because it slows things down, but maybe it > should have been on by default just for flashiness. Probably should be on by default, so people know it's there. Of course, if they know it's there, they still won

Re: [Rosegarden-devel] Feature suggestions

2004-03-31 Thread Seb James
On Wed, 2004-03-31 at 09:52, Chris Cannam wrote: > The Composition contains all the Segments (corresponding to the blocks > you draw on the main canvas), which themselves contain Events for > notes, rests, clefs, MIDI controllers etc -- see base/Composition.h, > Segment.h, Event.h. Composition

Re: [Rosegarden-devel] Feature suggestions

2004-03-31 Thread William
Chris Cannam <[EMAIL PROTECTED]> wrote: >[..] >Example: Given an empty Composition (such as that returned by >document->getComposition() on a new document), set a 3/4 time sig, >add a single empty segment of 30 bars duration, and put a clef in it: > > composition->addTimeSignature(0, Rosegarden:

Re: [Rosegarden-devel] Feature suggestions

2004-03-31 Thread Chris Cannam
On Tuesday 30 Mar 2004 10:56 pm, Seb James wrote: > Where is the Composition API coded? base/Composition.h Quick primer: in gui/rosegardenguidoc.h you have your basic Document class, RosegardenGUIDoc. It's the GUI's main container for everything, and in particular it contains a Composition (th

Re: [Rosegarden-devel] Feature suggestions and QUESTION

2004-03-31 Thread Seb James
On Wed, 2004-03-31 at 01:53, Dan Ostrowski wrote: > > Nobody will like his first draft, and he'll have to rework it two or three > > times until all the whining about word choices and button spacing ceases. > > He might as well come up with something cosmetically appealing before he > > bothers to

Re: [Rosegarden-devel] Feature suggestions and QUESTION

2004-03-30 Thread Chris Cannam
On Wednesday 31 Mar 2004 1:53 am, Dan Ostrowski wrote: > There is a background on the multi-page notation editor screenshot > on the website.. how do you get that background? I just get a blank > one... Settings -> Configure Rosegarden -> General page -> check "Use textured backgrounds on canvas a

Re: [Rosegarden-devel] Feature suggestions

2004-03-30 Thread Chris Cannam
On Wednesday 31 Mar 2004 1:13 am, Silvan wrote: > Reminds me, I need to tweak it again. The spacing of some of the > buttons is coming out wrong in Keramik again. Dammit. I think (without looking too closely at the code) that the problem is you're trying to align the elements in grids in multip

Re: [Rosegarden-devel] Feature suggestions and QUESTION

2004-03-30 Thread Dan Ostrowski
> Nobody will like his first draft, and he'll have to rework it two or three > times until all the whining about word choices and button spacing ceases. > He might as well come up with something cosmetically appealing before he > bothers to hook everything up and make it work. IMHO, of course, as

Re: [Rosegarden-devel] Feature suggestions

2004-03-30 Thread Silvan
On Monday 29 March 2004 01:40 pm, Chris Cannam wrote: > one in KWord. Most of our dialogs are hand-coded as classes derived > from KDialogBase because we generally find it easier and more > maintainable, but there's no law against using Qt Designer. Doesn't After the 375,031st time I had to man

Re: [Rosegarden-devel] Feature suggestions

2004-03-30 Thread Seb James
On Mon, 2004-03-29 at 19:40, Chris Cannam wrote: > On Monday 29 Mar 2004 11:17 am, Seb James wrote: > > On Mon, 2004-03-29 at 09:25, Chris Cannam wrote: > > > Actually that's the sort of stand-alone dialog anyone could do -- > > > wouldn't take much knowledge of RG internals. Any takers? > > > > I

Re: [Rosegarden-devel] Feature suggestions

2004-03-29 Thread Chris Cannam
On Monday 29 Mar 2004 11:17 am, Seb James wrote: > On Mon, 2004-03-29 at 09:25, Chris Cannam wrote: > > Actually that's the sort of stand-alone dialog anyone could do -- > > wouldn't take much knowledge of RG internals. Any takers? > > I'll do it. Will need to get CVS RG and you'll need to point m

Re: [Rosegarden-devel] Feature suggestions

2004-03-29 Thread Seb James
On Mon, 2004-03-29 at 09:25, Chris Cannam wrote: > On Sunday 28 Mar 2004 5:25 pm, Seb James wrote: > > Although it seems easy to add a time sig/key/clef change at > > some point during the music, it would be immensely useful to be > > able to set a key and time signature for _all_ the tracks in a >

Re: [Rosegarden-devel] Feature suggestions

2004-03-29 Thread Chris Cannam
On Sunday 28 Mar 2004 5:25 pm, Seb James wrote: > Although it seems easy to add a time sig/key/clef change at > some point during the music, it would be immensely useful to be > able to set a key and time signature for _all_ the tracks in a > project, as well as being able to easily put the desired

Re: [Rosegarden-devel] Feature suggestions

2004-03-28 Thread Seb James
On Sun, 2004-03-28 at 16:54, Silvan wrote: > On Sunday 28 March 2004 11:25 am, Seb James wrote: > > > What development tools are used to develop RG? > > vim, emacs... A couple of the old dialogs were done with QT Designer... I > don't think anyone is using anything fancier than that. Ah ok. W

Re: [Rosegarden-devel] Feature suggestions

2004-03-28 Thread Silvan
On Sunday 28 March 2004 11:25 am, Seb James wrote: > What development tools are used to develop RG? vim, emacs... A couple of the old dialogs were done with QT Designer... I don't think anyone is using anything fancier than that. -- Michael McIntyre Silvan <[EMAIL PROTECTED]> Linux f

[Rosegarden-devel] Feature suggestions

2004-03-28 Thread Seb James
Hi Folks, Firstly, congratulations on an excellent application! I'm using 4.0.9.6 to input data using the stave editor. Don't have a keyboard at the moment. I'm using RG to help me study for a music theory exam. The problem I am having concerns time signatures and keys. Although it seems easy to