Re: [Rosegarden-devel] need help....

2010-05-19 Thread Ilan
Michael you are right! I totally forgot about the sound font. I'm sure it isn't configured. I too was thinking how I could test if QSynth was really working and I didn't have an answer. I completely forgot the sound font even existed and since it is a fresh install, I'm sure it isn't there. Ilan

Re: [Rosegarden-devel] need help....

2010-05-19 Thread D. Michael McIntyre
On Wednesday, May 19, 2010, Ilan wrote: > Now I run Rosegarden, make qsynth my output device and no sound comes out. Are you sure QSynth is working generally? I've just done a dist-upgrade myself, and I note that when I start QSynth for the first time, it's not configured to use a soundfont yet

Re: [Rosegarden-devel] [Rosegarden-user] Feature missing?

2010-05-19 Thread D. Michael McIntyre
On Wednesday, May 19, 2010, Julie S wrote: > And, no I did not see an equivalent in the current versions Lilypond dialog > box. We dropped it quite by design. > As a work around you could move all of the segments onto one track before > exporting. I'm certain the feature in Classic was around l

Re: [Rosegarden-devel] [Rosegarden-user] Feature missing?

2010-05-19 Thread Julie S
Hello Tom, I just confirmed that RG Classic does have a Lilypond "merge tracks with same name" feature. And, no I did not see an equivalent in the current versions Lilypond dialog box. Hmmm I imagine the code that does the merging could be brought over pretty easily, but I'm plum out of t

Re: [Rosegarden-devel] segment symlinks - how difficult to implement?

2010-05-19 Thread Julie S
Hello Ian, I've attached a .rg file that demonstrates the potential to create symlinks in RG. This is a topic I'm interested in, but had not had much support for. I'm currently not in position to code this, but I wnated to show it to you so you can get a feel for the feasibility of persuing t

[Rosegarden-devel] segment symlinks - how difficult to implement?

2010-05-19 Thread Ian Gardner
Hello all, I've been a user of Rosegarden over the years, and one bit of functionality I'd love to see in it is linked segments or shallow segment copies or whatever they should be called. I think in Cakewalk 8ish they used to be called linked clips or something like that. >From the looks of t

Re: [Rosegarden-devel] need help....

2010-05-19 Thread Ilan
Thanks Jim, It is called xutils-dev in Ubuntu. That one I NEVER would have guessed! Now it correctly does a ./configure It also compiles correctly. I hook up Qsynth with jack and it looks good. Now I run Rosegarden, make qsynth my output device and no sound comes out. This was the way I always wor

Re: [Rosegarden-devel] need help....

2010-05-19 Thread Jim Cochrane
On Wed, 19 May 2010 09:53:22 -0700 (PDT) Ilan wrote: > > I got fed up and formatted my Ubuntu partition. > It works better but I needed to reinstall all the software. > Now I get a new error: > > checking for xargs... /usr/bin/xargs > checking for makedepend... no > configure: error: Failed to

Re: [Rosegarden-devel] need help....

2010-05-19 Thread Ilan
I got fed up and formatted my Ubuntu partition. It works better but I needed to reinstall all the software. Now I get a new error: checking for xargs... /usr/bin/xargs checking for makedepend... no configure: error: Failed to find required makedepend program. What is this makedepend program? --

Re: [Rosegarden-devel] VPATH/parallel/out of source build of the rosegarden source

2010-05-19 Thread Ian Gardner
Hello again, Reading around autotools/automake documentation a bit I think I can answer my own question, the Makefile.in has all the paths it needs explicitly coded into it, so it isn't possible as it stands to do a VPATH type build. Maybe if there was a Makefile.am to generate a Makefile.in us