On 5/17/20 10:59 PM, r...@hydrophones.com wrote:
I'd like to do that but the Sourceforge platform will not let me register
or login -- it is seriously unfriendly, at least to this Linux user.
That's strange. It's always been really easy to work with in the
past. Maybe they are doing mainte
On 5/19/20 1:57 PM, Mike Witt wrote:
I see a lot of "Guitar to USB" cables advertised. They don't appear to
have any "active" components. Does this really work?
Probably. The active components are usually hidden in the USB end.
It's like one of those microscopic flash drives that are so eas
On 5/22/20 11:13 AM, rhkra...@gmail.com wrote:
I was going to ask earlier, but what does a Guitar to USB cable do
It's just a USB audio interface with an instrument level input stage.
No MIDI.
Ted.
___
Rosegarden-user mailing list
Rosegarden-u
Just posted some new ideas for the rosegarden app icon on the wiki.
Head over to the logo page and have a look at the pdf at the top. Then
let me know what you think. We can discuss here on the list or send me
an email directly if you prefer a silent ballot.
https://www.rosegardenmusic.c
On 5/24/20 12:46 PM, stefano franchi wrote:
some progress: the errors above were due to pulseaudio being active and
messing with jack. Once I cut pulseaudio off the loop with a direct
ALSA--> jackd connection (done with the cadence jack manager), most of
the errors disappeared.
Sounds like
The Rosegarden team is proud to announce the release of version 20.06
of Rosegarden, a MIDI sequencer that features a rich understanding of
music notation along with basic support for digital audio.
http://www.rosegardenmusic.com/
Included in this release...
= Bug Fixes =
* Fixed m
On 6/6/20 12:17 PM, stefano franchi wrote:
2. In Rosegarden's Midi Sync preferences, selected "accept Start, Stop,
and Continue", and set to "slave" as MIDI MMC and MIDI TCM
Both set to slave seems reasonable. I've not done any of this
before, though.
2. in Jack2 (actually, Cadence's Cati
On 6/12/20 3:29 PM, Arnaldo Pirrone wrote:
It looks like rosegarden sets the duration of the notes manually
inserted from the piano roll into the drum track to 3840. This causes
the velocity ruler to appear clogged up like you can see in the attached
picture.
That is rather annoying and sho
On 6/12/20 3:29 PM, Arnaldo Pirrone wrote:
It looks like rosegarden sets the duration of the notes manually
inserted from the piano roll into the drum track to 3840. This causes
the velocity ruler to appear clogged up like you can see in the attached
picture.
Actually, the code to do this i
On 6/13/20 10:40 PM, Ted Felix wrote:
Before I push this, does anyone have any ideas why there might be
such a complicated algorithm for computing the end of a percussion note?
I think I've figured it out. By making the notes last up until the
next note or the bar, the notation
On 6/14/20 9:02 AM, Ted Felix wrote:
I guess for those that don't use notation, we could shorten the notes
to make working with the editors a little easier. Maybe we should offer
the ability to switch back and forth.
Or even better, implement a percussion mode for the velocity
Please apply patch #72 to fix this:
https://sourceforge.net/p/rosegarden/patches/72/
Ted.
On 6/15/20 12:02 PM, Mario Moles wrote:
-- The following features have been enabled:
* ALSA, Alsa library (Advanced Linux Sound Architecture), used for
MIDI support
* SNDFILE, Better support for
Just pushed the fix as r15845. Latest svn should build fine.
Ted.
On 6/16/20 12:17 AM, Ted Felix wrote:
Please apply patch #72 to fix this:
https://sourceforge.net/p/rosegarden/patches/72/
Ted.
On 6/15/20 12:02 PM, Mario Moles wrote:
error: aggregate ‘QPainterPath path’ has incomplete
On 6/29/20 4:41 AM, Hugo van Galen wrote:
I have been using Rosegarden for about a decade now and have been able
to figure it out using search engines. Lately I ran into an issue that I
don't remember having before: I noticed that, when in the Matrix Editor,
the option "View / Rulers / Add Cont
On 6/30/20 5:20 AM, Malhaire Christophe wrote:
1) While using Rosegarden, I cannot play a video on Youtube, or play a
piece of music using Parole Media Player.
Off the top of my head, it sounds like those programs likely use
ALSA, but you have JACK running. When JACK is running, it takes ov
On 6/30/20 1:11 PM, Malhaire Christophe wrote:
AlsaDriver::setPlausibleConnection: connection like "24:0 Unitor8 MIDI 1
(duplex)" requested for device 2
AlsaDriver::setPlausibleConnection: fuzzy match 24:0 XV-5050 MIDI 1
(duplex) available with fitness 1
Interesting. So it looks like we nee
On 6/30/20 1:11 PM, Malhaire Christophe wrote:
Thanks a lot for your answer, here is the content of the Details window.
Ok, I've added comments to the code and improved the logging in the
details window. With this we should be able to start making some
improvements to the matching algorith
On 7/22/20 5:56 AM, Hugo van Galen wrote:
I looked into NotationWidget.cpp to see the following comment and code:
// FIX #1543: If name happens to come to us with an & included
somewhere,
// strip the & so the string will match the one we are comparing
later on.
//
name.re
On 7/22/20 5:56 AM, Hugo van Galen wrote:
Should I [...] add a comment to bug #1543
I've copied over the fix and added a comment to bug #1543. Please
test the latest svn and respond in the bug report with the results. Thanks.
https://sourceforge.net/p/rosegarden/bugs/1543/
Ted.
__
I've implemented a new/simpler ALSA port matching algorithm
(AlsaDriver::setPlausibleConnection()). Would appreciate some testing
of the latest svn. [r15893] is the commit in question.
The new algorithm does a fuzzy string compare on the name, then
checks the client class, port, and avai
On 7/29/20 6:10 AM, Malhaire Christophe wrote:
If the Waldorf Streichfett is turned off, it is connected to "14:0 Midi
Through Port-0 (duplex)" instead of "no port"
The previous version would completely refuse to connect to a
mismatched client class. In this case a hardware client (Streichf
Just pushed [r15894] to svn which should provide the requested behavior.
Ted.
On 7/29/20 7:27 AM, Ted Felix wrote:
On 7/29/20 6:10 AM, Malhaire Christophe wrote:
If the Waldorf Streichfett is turned off, it is connected to "14:0
Midi Through Port-0 (duplex)" instead of "no
On 7/29/20 4:16 PM, Malhaire Christophe wrote:
Maybe if a piece of hardware is turned off or not connected, maybe the
program shouldn't try to "force" connect it to a port that doesn't match?
I don't think there's a lot we can really do if things aren't turned
on. That's going to lead to co
On 7/29/20 7:16 PM, Ted Felix wrote:
Let me try adding the <= 20 check and see how that works for you.
Just committed this as [r15895]. Please test the latest svn.
Ted.
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.
On 7/27/20 1:08 PM, Davide Castellano wrote:
I checked on the matrix view and the note length is half than 1/64 box.
When I hear the grace note, it's like 1/8 duration.
Is there a way to solve it?
Currently, Rosegarden only supports short grace notes (1/4 the
duration of the main note). An
On 7/30/20 12:29 PM, chuck via Rosegarden-user wrote:
I am using v19.12 package in Fedora 32 until I get a chance to compile
the latest version.
You'll probably want to do that and try again. Might have been fixed
in the meantime.
The fixed triplet quantizations seem to be working fine b
The line in question is this:
item = nullptr;
It's not the compiler, it's the version of Qt you are using. Prior
to 5.8, QSharedPointer didn't handle nullptr.
Removing that line will simply leak memory.
It can be fixed by changing it to NULL, or doing it the shared_ptr way:
ite
On 7/31/20 8:35 AM, Ted Felix wrote:
Removing that line will simply leak memory.
Actually, it will not leak memory. It appears as if it will always
select the last item. Whatever it might do, it's easily fixed with reset().
I can't reproduce this. Perhaps my procedure is incorrect? Here's
what I'm doing:
- Launch rg.
- Left-click to drop a segment.
- Press "E" to launch the event editor.
- Press "I" to insert an event.
- Event Type: Controller
- Absolute Time: 7680
- Controller Number: 7
- Controller Value: 100
ot to even walk in the room today :(
Will.
On Fri, 31 Jul 2020 08:35:24 -0400
Ted Felix wrote:
The line in question is this:
item = nullptr;
It's not the compiler, it's the version of Qt you are using. Prior
to 5.8, QSharedPointer didn't handle nullptr.
Removing t
On 8/1/20 2:41 AM, Will Godfrey wrote:
However one thing that's different is that when getting the crash I opened the
segment in the first bar and left the entry of the initial CC at zero. then
when changing time just incrementing it with the arrows so it's steps of 60.
Got it. It is crashin
Ok, should be fixed in [r15899]. I'm not too happy as I'm not 100%
sure what is going on to cause this problem. It appears that a
mysterious refresh is invalidating the item pointer. Anyway, should be
solid enough.
Ted.
On 8/1/20 9:33 AM, Ted Felix wrote:
On 8/1/20 2:4
On 8/1/20 3:16 AM, Malhaire Christophe wrote:
It works perfectly (see enclosed file), well done.
Glad to hear it. Hopefully everyone else is happy with it as well.
Haven't heard any complaints yet.
I think it's better this way. Thus, if for one reason or another a
device is not correctly
On 8/3/20 7:59 AM, Hugo van Galen wrote:
When wanting to choose a different track colour, the dropdown only shows
the "Default" option. Did I screw up my build somehow?
The colors are stored in the .rg file. The base set is in your
autoload.rg file. You will find that here:
~/.local/shar
On 8/3/20 3:22 PM, MST wrote:
Since the latest commitments (code version 1589x - 15904) the cpu load
rises strongly (in my case 45-60% and more) when Rosegarden is idle and
in QJackCtl a lot of xruns are generated. After loading a song into
Rosegarden and starting to play this song the CPU load
now thanks.
I'm actually running build 15904. I don't know if I'm missing something but
Rosegarden no longer seems to connect to Yoshimi, if Yoshimi is already
running.
If Rosegarden is started first, then the connection is made.
On Sat, 1 Aug 2020 13:35:50 -0400 Ted Felix wrote:
On 8/6/20 5:16 PM, MST wrote:
My "unfavorable" settings in the recording parameter menu (all midi input devices, all
channels, midi through auto routing) are causing a cpu load of 104% according to "top" -
didn't know that is possible :-)
Choosing only one midi input device, one fixed midi chan
Turns out it's because out is connected to MIDI Thru and in is also
connected to MIDI Thru. This ends up creating a feedback loop.
I will make the connection algorithm avoid the local MIDI Thru ports.
Ted.
On 8/6/20 8:19 PM, Ted Felix wrote:
On 8/6/20 5:16 PM, MST wrote:
My "u
and greetings,
Michael
*Gesendet:* Freitag, 07. August 2020 um 14:35 Uhr
*Von:* "Ted Felix"
*An:* rosegarden-user@lists.sourceforge.net
*Betreff:* Re: [Rosegarden-user] [Solved] CPU load rises when Rosegarden
is idle
Turns out it's because out is connected to MIDI Thru and in is also
On 8/11/20 5:15 AM, Werner Flügel wrote:
Now I want to control Rosegarden with the
start/Stop/Rewind-Buttons on the Keyboard. Is this possible?
It is now. For the most part. I've implement
play/stop/record/previous track/next track. See [feature-requests:#423]:
https://sourceforge.net/p
20.12 will be released on December 9. Right now, what you see in svn
is the release candidate. Please test the latest svn as much as you
can. If you've not built from svn, give it a shot and let us know if you
run into trouble. We'll walk you through it.
The steps I follow for building
On 11/3/20 11:34 PM, david wrote:
Some of those features look great. I have a development snapshot of
20.06, came from SVN. How do I update that?
Just do an svn update from your rg-svn directory:
$ svn update
Updating '.':
At revision 16022.
Then build.
$ cd build
$ make
Should be tha
On 11/6/20 4:16 PM, chuck elliot via Rosegarden-user wrote:
One thing that I have noticed in this
and previous versions is that my channel setting of 'auto' on a drum
track does not appear to be saved in the .rg file and keeps reverting to
'fixed' on reload. This gives me incorrect patch sounds a
On 11/6/20 7:53 PM, Ted Felix wrote:
On 11/6/20 4:16 PM, chuck elliot via Rosegarden-user wrote:
One thing that I have noticed in this
and previous versions is that my channel setting of 'auto' on a drum
track does not appear to be saved in the .rg file and keeps reverting to
'f
On 11/8/20 9:39 AM, chuck elliot via Rosegarden-user wrote:
I presume that this is just the difference between working with a standard,
gm-based midi device setup VS a custom midi device setup where you have drum
patches/programs mapped to midi channels other than 10?
Exactly. Although in
On 12/8/20 7:43 PM, David Tisdell wrote:
Has anyone tried Rosegarden and other linux audio apps on the newest
Raspberry PI?
I have not. However, it would be an interesting test case.
On my laptop (an ancient 1st gen i3) I see about 1.7% CPU being used
by RG if I launch JACK after RG is u
The Rosegarden team is proud to announce the release of version 20.12
of Rosegarden, a MIDI sequencer that features a rich understanding of
music notation along with basic support for digital audio.
http://www.rosegardenmusic.com/
Included in this release...
= Bug Fixes =
* Fix QPa
On 12/31/20 4:50 PM, steve conrad wrote:
The midi I imported (understandably) didn't have any audio track, so I
added eight of them at one go via tracks->add tracks Doing so has
the unfortunate result that all of them come up as audio #1 rather than
audio #1-8 as might be expected and as is
On 1/2/21 10:21 AM, steve conrad wrote:
I have been trying to use the notation editor to paste between
invocations,
Ok. I've done a little digging through the code and found that we
have a local "Clipboard" object that handles all copy/pastes across all
editors. The goal would be to promo
On 1/22/21 3:48 PM, Will Godfrey wrote:
> When Rosegarden scans the 'recent' list, can it please check the
existence of a file, and if it's not there remove it from its list?
The problem with this is people who are accessing files on external
storage, be it flash drives, network shares, what
On 1/22/21 3:48 PM, Will Godfrey wrote:
> When Rosegarden scans the 'recent' list, can it please check the
> existence of a file, and if it's not there remove it from its list?
I've done a bit of cleanup in preparation for this and discovered
that the recent files are going to the wrong place
On 1/22/21 3:48 PM, Will Godfrey wrote:
When Rosegarden scans the 'recent' list, can it please check the
existence of a file, and if it's not there remove it from its list?
This is now implemented in [r16061]. There's a new preference called
"Clean recent files list" that enables it.
A
On 2/7/21 12:11 PM, Tom Peters wrote:
Hi, I am a beginner with Rosegarden and indeed with sound editing. I am
struggling with what appears to be everybodies first problem: getting
sound out of my computer.
Yep. I recommend my page on the subject. It takes you through ALSA,
JACK, Fluidsynt
On 2/8/21 10:19 PM, david wrote:
Also, what's a "sensible default" vs something that someone else might
consider a headache or bloatware?
Heh. Yeah. VMPK just added a built-in synth. That caused me a
bunch of head scratching since it broke my setup. Had to dig through
the menus to get i
On 2/9/21 8:33 AM, Lorenzo Sutton wrote:
Given the current popularity of video, would it be helpful if someone
(TM) made a youtube video on how to get things started?
There are already a few up there. Demonic Sweaters has one, I think.
We should probably do a better job of referencing them
On 2/18/21 9:46 AM, Will Godfrey wrote:
What's the position regarding using Rosegarden with no audio at all?
IIRC, that's how the Windows version works, so we should support
that. Regardless, let us know how it goes and we'll fix anything you
run into.
Ted.
On 3/1/21 3:10 AM, Mike Knott wrote:
1. First and foremost, I say I have been tinkering. For those of you
who have properly examined what I've said... am I right so far?
Like Lorenzo mentioned, the guy in the video just hit record and
played to the metronome. Notion then worked out som
ing "Clear the MRU", moving to the menu entry "List of
last files", Rosegarden behaves normal and does not crash.
Am 27.01.21 um 17:31 schrieb Ted Felix:
On 1/22/21 3:48 PM, Will Godfrey wrote:
When Rosegarden scans the 'recent' list, can it please check the
exi
, Ted Felix wrote:
This is indeed crashing. It requires a very specific situation. I'm
getting it with exactly one file in the MRU list that does not exist. It
probably also happens with multiple files when all files do not exist.
The crash is in RecentFiles::removeNonExistent() on the &qu
when moving with the mouse to
the entry "clear latest files".
Greetings, Michael
*Gesendet:* Dienstag, 09. März 2021 um 01:43 Uhr
*Von:* "Ted Felix"
*An:* rosegarden-user@lists.sourceforge.net
*Betreff:* Re: [Rosegarden-user] r16077 Crash "Clear the MRU"
This should
th the mouse to
the entry "clear latest files".
Greetings, Michael
*Gesendet:* Dienstag, 09. März 2021 um 01:43 Uhr
*Von:* "Ted Felix"
*An:* rosegarden-user@lists.sourceforge.net
*Betreff:* Re: [Rosegarden-user] r16077 Crash "Clear the MRU"
This should be fixed in [
Philip Leishman (lman) has made a lot of improvements to the notation
editor and command undo/redo. You can see his work over on github:
https://github.com/tedfelix/rosegarden/pull/4
I've just pushed his changes to date. Wanted to get them into
everyone's hands ASAP. Please test the lat
I just run it directly from the build directory without doing an
install. That way you've got a test version and your stable version
available at the same time.
Regardless, you should be able to just install a previous version
over top of a newer version. Assuming r16088 prior to Philip'
On 3/27/21 12:02 PM, Lorenzo Sutton wrote:
On 27/03/2021 14:32, Ted Felix wrote:
- Layers in the notation editor. If you use layers, give this a
thorough testing. This is what drove these changes originally.
It seems that now segments on the same track when opened together in the
notation
On 3/30/21 11:27 AM, Patrick May wrote:
I'd like to suggest a feature for rosegarden: the ability for the matrix
view to remember what midi controller rulers you had open on a segment
the last time you were working on it, and/or a settings option that lets
you specify controller rulers you want
The transition from svn to git is complete.
For those who are following along with development, you'll need to
abandon your svn working copy and start a new git working copy.
I've put together a "Using git" page on the wiki that describes how
to use git for testing. Follow the steps in
Yeah, that's actually on my todo list to switch us over from svn to
git in the about box. Does it still build ok?
Ted.
On 4/4/21 8:33 AM, Colin Fletcher wrote:
On 02/04/2021 18:59, Ted Felix wrote:
The transition from svn to git is complete.
For those who are following along
On 4/4/21 5:46 PM, chuck elliot wrote:
I built it from git the other day. It compiled ok 2nd try.
Good to hear.
collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped
Wow. That's a crash like a sigsegv. Could be almost anything
including cosmic rays or a marginal
Ok, shouldn't check for svn now. Please test latest in git.
I didn't use git describe, but it looks like I should. I'll take a
closer look. Thanks for the tip.
Ted.
On 4/4/21 3:43 PM, Ted Felix wrote:
Yeah, that's actually on my todo list to switch us over fro
/6/21 4:43 PM, Colin Fletcher wrote:
On 06/04/2021 20:48, Ted Felix wrote:
Ok, shouldn't check for svn now. Please test latest in git.
Yes, looks good. No complaints about missing svn executable from make
now, and "About Rosegarden" shows the right commit hash (including a
On 3/28/21 11:43 AM, chuck elliot wrote:
If I'm not mistaken, RG used to remember which directories you last saved to
and loaded from.
And it still does for me.
This is reflected in the [Last_Used_Directories] config file heading (which
seems to contain the right values).
That's the p
ed.
On 4/7/21 6:38 AM, chuck elliot wrote:
'apparently not to do with NFS - I loaded and saved a file to
a local directory ('change reflected in the [Last_Used_Paths] setting)
but the 'Open' behaviour is still erroneous.
On 07/04/2021 12:38 am, Ted Felix wrote:
On 3/28/21
Just finished implementing zoom and ruler persistence for the Matrix
editor in the f486 branch (soon to be merged into master). The zoom
factors and selected rulers for each Segment are now restored when the
Matrix editor is launched. Also implemented ruler persistence for the
notation edit
Just finished implementing zoom and ruler persistence for the Matrix
editor in the f486 branch (soon to be merged into master). The zoom
factors and selected rulers for each Segment are now restored when the
Matrix editor is launched. Also implemented ruler persistence for the
notation edit
I just merged the work for Feature 486 into master [f043ecc8].
Please test latest git.
The Matrix editor will now remember the control rulers for each
Segment and relaunch those when you edit the Segment again. Zoom factor
is also remembered on a per-Segment basis. All of this is saved t
> I always used Rosegarden in Italian but there are many things I
> would like to change, for example, I would never call the pitch
> bend "portamento", or "glissando" in this context. It has
> always been "pitch bend" globally.
There's a somewhat old page on the wiki explaining how to work on
Sounds like your synth might not be able to handle the program
changes and control changes that we send at the beginning of a loop.
You can turn this off in the preferences:
Edit > Preferences > MIDI > Send program changes when looping
And "Send control changes when looping" below it.
Ano
g of a single
whole chord and two half-note bass notes in
the bass track, the entire whole chord missed
out but only the first 1/2 bass note so that
'missing a whole bar' would be inacurate.
On Sun, 18 Apr 2021 10:41:56 -0400
Ted Felix wrote:
Sounds like your synth might not be
Proposed schedule for 21.06...
May 5: Feature Freeze, Testing period begins
May 26: String Freeze, Translation period begins
June 1: Translation Deadline
June 2: Rosegarden 21.06
Ted.
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourcefor
On 4/19/21 5:11 PM, Will Godfrey wrote:
I've noticed that Rosegarden doesn't seem to be very good at remembering screen
positions of windows, although it seems to get the sizes right. Does it in fact
store them at all, or does it rely on the the window manager to do so?
A search on WindowGeom
On 4/20/21 2:26 AM, Will Godfrey wrote:
Transport is the one that bothers me, as it happens. I like to keep it in
the top right corner of the screen. Also, I notice that the main window (which
I keep to the full screen width) seems to slowly drift upwards over several
re-openings.
Ok, I've tr
On 4/2/21 1:59 PM, Ted Felix wrote:
The transition from svn to git is complete.
For those that are following along with git for testing, I've
confirmed that instead of this:
git fetch --tags
git rebase
...you can safely do this:
git pull --tags
A little bit easier to rem
21.06 will be released on June 2. Please test the latest version of
Rosegarden in git as much as you can. If you've not built Rosegarden
before, give it a shot and let us know if you run into trouble. We'll
walk you through it.
I've written up a new page on the wiki that should help you
On 5/5/21 11:53 PM, david wrote:
But when I tried to print preview it, Lilypond gave me this error:
Processing terminated due to fatal errors.
Ideas?
There is a test you can run if you do a debug build. If you didn't
do a debug build, you'll need to run cmake again. I usually delete my
bu
On 5/6/21 5:55 AM, Lorenzo Sutton wrote:
On 06/05/2021 03:16, Ted Felix wrote:
https://www.rosegardenmusic.com/wiki/dev:building_rosegarden_from_source
From there it seems sourceforge is still the reference, not github, right?
Sourceforge is the #1 official repo. Github is a mirror
On 5/5/21 9:16 PM, Ted Felix wrote:
I will send a list of areas that have changed and need testing
shortly.
As promised, a list of areas needing testing for 21.06 is now on the
wiki:
https://www.rosegardenmusic.com/wiki/dev:21.06_testing_notes
Ted
String freeze for 21.06 begins today. Translations have been updated
against the latest code. Get the latest from git and start translating.
https://www.rosegardenmusic.com/wiki/dev:building_rosegarden_from_source
Be sure to use Qt5 when working on translations:
$ QT_SELECT=qt5 lingu
On 5/27/21 5:27 AM, Lorenzo Sutton wrote:
I'm also not sure who should take the decision if to stay on freenode or
not. Personally I would support a move (as many Free Software project
have done / are doing) to Libera.Chat [2].
Unless anyone else speaks up, I think the decision is up to you.
I just threw together a translation quick start document if anyone is
interested in helping with translations. It's at the top of our
"Translating Rosegarden" page on the wiki:
https://www.rosegardenmusic.com/wiki/translator:add_or_update_translation
Comments appreciated.
Ted.
The Rosegarden team is proud to announce the release of version 21.06
of Rosegarden, a MIDI sequencer that features a rich understanding of
music notation along with basic support for digital audio.
http://www.rosegardenmusic.com/
Included in this release...
= Bug Fixes =
* Event e
On 6/3/21 12:33 AM, david wrote:
Now when I start RG, it announces itself as
21.12. So is the 21.06 version number below wrong or am I doing
something wrong?
Neither. What you are seeing is correct. After the release, I bump
the version in the git repo in preparation for the next release.
On 6/14/21 1:29 PM, Wolfgang Henderkes wrote:
Rosegarden reports "MIDI, no audio" as an error.
Unfortunately, we do not log the error code (jack status) when this
happens. That might have provided a clue. I've added logging for this.
Would you be able/willing to build rosegarden from sou
On 6/17/21 4:17 PM, chuck elliot wrote:
[FileDialog]
history=@Invalid()
lastVisited=file:///blue/midi/rosegarden/covers/q-synth
qtVersion=5.15.2
viewMode=Detail
Mine looks just like that:
[FileDialog]
history=@Invalid()
lastVisited=file:///home/ted/Documents/rosegarden/Test
qtVersion=5.12.8
share/recently-used.xbel
which is, I believe, a GTK resource. I don't know if that is supposed to
happen.
Chuck.
On 18/06/2021 2:23 am, Ted Felix wrote:
On 6/17/21 4:17 PM, chuck elliot wrote:
[FileDialog]
history=@Invalid()
lastVisited=file:///blue/midi/rosegarden/covers/q-synth
q
m .local/share/recently-used.xbel
which is, I believe, a GTK resource. I don't know if that is supposed
to happen.
Chuck.
On 18/06/2021 2:23 am, Ted Felix wrote:
On 6/17/21 4:17 PM, chuck elliot wrote:
[FileDialog]
history=@Invalid()
lastVisited=file:///blue/midi/rosegarden/co
t work!
Many thanks.
On 19/06/2021 1:41 am, Ted Felix wrote:
Ok, I just pushed a change for you to test to a new branch called
filedialog. If you are using git (without forking), you can get it as
follows:
git fetch
git checkout -t origin/filedialog
Now build and run as usual. After the
the preferences, general > presentation you
will find "Use native file dialogs". Uncheck it and you should be where
you want to be with all file dialogs throughout the system.
Let me know how it goes. Thanks.
Ted.
On 6/19/21 8:19 AM, Ted Felix wrote:
Glad we finally trac
the file dialog take me to the right places.
enabling 'Use native dialog' gives me the GTK dialog.
The config file now contains:
[FileDialog]
dontUseNative=true
useNativeFileDialogs=false
Thanks,
Chuck.
On 19/06/2021 2:30 pm, Ted Felix wrote:
Ok, I just posted the "final&q
The "qttools5-dev" package has the Qt5LinguistTools stuff for cmake.
You might also need the following:
qttools5-dev-tools
qtchooser
Ted.
On 6/19/21 1:26 PM, Will Godfrey wrote:
I'm running devuan beowulf on this (same as all of my other machines), but
following the new build instructions, wh
On 6/19/21 1:26 PM, Will Godfrey wrote:
I'm running devuan beowulf on this (same as all of my other machines), but
following the new build instructions, when trying to fetch build-deps I get the
error:
E: Unable to find a source package for rosegarden
For that you'll need to edit /etc/apt/sou
1 - 100 of 528 matches
Mail list logo