[Rosegarden-user] Testing Appreciated for 24.12

2024-11-06 Thread Ted Felix
Rosegarden 24.12 will be released on December 4. Please test the latest version in git as much as possible. See the release notes for areas that need testing: https://www.rosegardenmusic.com/wiki/dev:24.12 Let me know if you have any questions about the release notes and I will elaborat

Re: [Rosegarden-user] Is there an elegant way to record multiple tracks with SysEx messages?

2024-10-28 Thread Ted Felix
Most of this sounds like use cases that we've not explored, so these are new features that we need to add. Usually folks are working one track at a time. I would recommend opening a feature request entitled "Better support for multi-track MIDI recording". Then include your three points. > wh

Re: [Rosegarden-user] Rosegarden MIDI out port names not showing in the Pipewire MIDI bridge

2024-10-21 Thread Ted Felix
What do you see in your case? What is in Manage MIDI Devices? Are any "New Device"? A quick glance at AlsaDriver does not reveal where the actual device name is added to the port name. I need to do more digging if the above doesn't help. Ted. On 10/16/24 9:11 AM,

[Rosegarden-user] Mailing List Moderation and large files

2024-10-19 Thread Ted Felix
I suspect large files are not making it onto the mailing list because no one is monitoring it. I would monitor it, but I do not have access. Only Chris and Michael do. Ted. On 10/19/24 3:21 PM, chuck elliot wrote: I think I sent it to this list but I will post to patches... ___

Re: [Rosegarden-user] Limited WAV export feature

2024-10-19 Thread Ted Felix
On 10/16/24 8:46 AM, chuck elliot wrote: BTW my Korg-M1.rgd doesn't seem to have made it into the library. I keep wondering where it is since it's a good test case. Must've gotten lost. Did you send it to me? Or did you post it to patches? Please resend or post to patches. Posting to pa

Re: [Rosegarden-user] Limited WAV export feature

2024-10-15 Thread Ted Felix
Oh, and to get to this: File > Export > Export WAV File... On 10/15/24 1:58 PM, Ted Felix wrote:   Just pushed Philip's new limited/experimental WAV export feature. Please pull the latest from git and test.   The feature is limited (for now) in that it can only render a WAV

Re: [Rosegarden-user] Yamaha PSR-SX600 .rgd file (Split)

2024-10-15 Thread Ted Felix
On 10/9/24 7:55 AM, Huanyu Liu via Rosegarden-user wrote: I made an .rgd file for Yamaha PSR-SX600 arranger keyboard two months ago and sent it to the mailing list. However, the attachment was so large (29.9 KiB) that the mailing list said the mail requires moderator approval. Sorry about tha

[Rosegarden-user] Limited WAV export feature

2024-10-15 Thread Ted Felix
Just pushed Philip's new limited/experimental WAV export feature. Please pull the latest from git and test. The feature is limited (for now) in that it can only render a WAV file from audio tracks and soft synth tracks. MIDI tracks are not included in the export. Ted. ___

Re: [Rosegarden-user] Rosegarden MIDI out port names not showing in the Pipewire MIDI bridge

2024-10-14 Thread Ted Felix
The code in question is here: AlsaDriver::createMidiDevice() It appears to create all ports with the name "out x - unnamed". What does a2jmidid show? Ted. On 10/5/24 9:21 AM, Lorenzo Sutton wrote: Hi all, So pipewire provides a 'midi bridge' from ALSA MIDI to JACK MIDI out-of- the-bo

[Rosegarden-user] Tempo and Time Signature Editor Rewrite

2024-10-01 Thread Ted Felix
Just pushed my rewrite of the Tempo and Time Signature editor. Please test latest git. You can get to the Tempo and Time Signature editor via the main menu: Composition > Open Tempo and Time Signature Editor It should be much more stable and handle large numbers of tempos and time sig

Re: [Rosegarden-user] Notation Editor dumb question

2024-09-30 Thread Ted Felix
From the notation editor menu: Segment > Set Duration... > Measures field. Use the up arrow to add one measure. Ted. On 9/28/24 5:45 PM, Mark O'Neill wrote: New user here. yeah, this sounds really stupid. But I have been trying for ages to figure out how to add a bar in the notation editor

Re: [Rosegarden-user] Percussion Bank Bug Fixed (bug 1692)

2024-09-30 Thread Ted Felix
On 9/29/24 7:16 AM, chuck elliot wrote: The only issue arising is that it is still necessary to manually edit the results to eliminate "metronome" and "instrument" tags, as per Wiki recommendations, if this is still considered desirable. Perhaps these should be removed from the 'export' functio

Re: [Rosegarden-user] Notation Editor dumb question

2024-09-30 Thread Ted Felix
On 9/28/24 9:00 PM, david wrote: Would it be possible for Rosegarden to have an "auto-expand" option for an existing segment, particularly when recording at the end of an existing track or segment? Or does it already do that? You can't record into an existing segment, but rg will expand the

Re: [Rosegarden-user] About the Figuration and Parameter Chord functionality

2024-09-30 Thread Ted Felix
I threw a link up on the front page. No mention of that page in the code either. I wonder how many other orphaned pages there are? Ted. On 9/25/24 9:22 AM, Yves Guillemot via Rosegarden-user wrote: It looks like there is a wiki page on this feature: https://www.rosegardenmusic.com/wiki/doc

Re: [Rosegarden-user] Percussion Bank Bug Fixed (bug 1692)

2024-09-23 Thread Ted Felix
I just pushed a fix for the crash when exiting the bank editor. Please test latest git. Thanks. Ted. On 9/21/24 10:37 AM, MST via Rosegarden-user wrote: I also compiled Rosegarden from the latest git version. I can confirm the moment I click on a button in the device manager it crashes: =

Re: [Rosegarden-user] upgrade informations

2024-09-23 Thread Ted Felix
Generally the way to upgrade to a newer version is to build it yourself. The instructions are here: https://www.rosegardenmusic.com/wiki/dev:building_rosegarden_from_source We'll be glad to help if you encounter issues along the way. Your customizations will remain as all versions of Ro

[Rosegarden-user] Percussion Bank Bug Fixed (bug 1692)

2024-09-17 Thread Ted Felix
The fix for bug 1692 has been pushed to git. https://sourceforge.net/p/rosegarden/bugs/1692/ Philip fixed the main issue regarding using the same MSB/LSB for percussion and non-percussion banks. Philip and I have additionally made massive changes and improvements to the bank editor in the

[Rosegarden-user] New Polish Translation

2024-08-19 Thread Ted Felix
Just pushed a new Polish translation from Grzegorz Pruchniakowski (Gootector). If you speak Polish, give the latest git a whirl. Ted. ___ Rosegarden-user mailing list Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe https:

Re: [Rosegarden-user] Audio in project

2024-08-13 Thread Ted Felix
Finished that 6 Feb 2022. See bug 1283 for all the details: https://sourceforge.net/p/rosegarden/bugs/1283/#10c8 Let me know if you run into any problems. Ted. On 8/13/24 4:00 AM, Will Godfrey wrote: I haven't used this feature for several years, so was pleasantly surprised to see there

Re: [Rosegarden-user] Expected autosave behaviour with unsaved file?

2024-07-31 Thread Ted Felix
On 7/26/24 11:11 AM, Lorenzo Sutton wrote: I noticed that if autosave is turned, Rosegarden autosaves a file in the $HOME/.local/share/rosegarden/autosave directory even if the file is 'unsaved' (and some editing activity has been going on so that the status is 'unsaved' meaning when you have a

[Rosegarden-user] Testing Appreciated: Editing Multiple Segments in Notation

2024-07-11 Thread Ted Felix
Just pushed Philip's fixes to the notation editor for bug 1672 to git. Testing appreciated. This is a significant change to the notation editor UI and we want to get it right. The issues were related to editing multiple segments in notation. If you regularly do this, please have a look

Re: [Rosegarden-user] Device/Midi-Output mapping

2024-07-03 Thread Ted Felix
This should be fixed in the latest git. Please test. We were avoiding assigning devices to ports that were in use. Probably an ok thing to do when there are no matches at all, but not good if a many-to-one configuration was intentional. Ted. On 7/1/24 1:00 PM, chuck elliot wrote: My ex

Re: [Rosegarden-user] Bank Editor: Allow bank sharing for percussion

2024-06-19 Thread Ted Felix
10 is on Midi Channel 10 but one user may use a different channel. Olivier Le 15/06/2024 à 19:18, Ted Felix a écrit :   Ok, I think I understand what you are saying better now.  So the Rolands will use the same bank (MSB:LSB) for different programs depending on whether you are on channel 10?   E

Re: [Rosegarden-user] Fedora and LV2

2024-06-13 Thread Ted Felix
ow runs with lilv and gtk2 but I don't seem to have access to any lv2 plugins. I have a variety of lv2 plugins installed but the dialogue only shows ladspa and dssi architectures and only ladspa plugins, of which I have a couple. Chuck. On 13/06/2024 2:22 pm, Ted Felix wrote: Philip

Re: [Rosegarden-user] Ubuntu Studio 24.04 - Rosegarden 24.06 cannot build

2024-06-13 Thread Ted Felix
Unless Ubuntu has changed things, that's "liblrdf-dev". See the dependencies page: https://www.rosegardenmusic.com/wiki/dev:get_dependencies Ted. On 6/13/24 10:58 AM, Flavio Sartoretto wrote: I am trying to build the package in the object. The raised error is: CMake Error at /usr/share/c

Re: [Rosegarden-user] Fedora and LV2

2024-06-13 Thread Ted Felix
ork with the lv2 plugins and gtk editors See Feature Request 462: https://sourceforge.net/p/rosegarden/feature-requests/462/?page=8#8b89 Ted. On 6/12/24 7:15 PM, chuck elliot wrote: Confirmed - [76e11482] builds with lilv and without gtk2 and lv2 plugins are operative. Chuck. On 12/06/202

Re: [Rosegarden-user] Fedora and LV2

2024-06-12 Thread Ted Felix
pages it's pretty huge to navigate. https://sourceforge.net/p/rosegarden/feature-requests/462/ Ted. On 6/12/24 11:41 AM, Ted Felix wrote:   Ok, I'll see if Philip can fix this.  Hopefully it's just a forgotten #ifdef someplace. Ted. On 6/12/24 11:34 AM, chuck elliot wrote:

Re: [Rosegarden-user] Fedora and LV2

2024-06-12 Thread Ted Felix
all] Error 2 so it looks like there is a dependency... Regards, Chuck. On 12/06/2024 14:44, Ted Felix wrote: Thanks for tracking this down.  Yes, the LV2 stuff can use gtk2, but it doesn't need it.  You should be able to install lilv-devel without gtk2-devel and that might work.  Let m

Re: [Rosegarden-user] MIDI Instrument creation script

2024-06-12 Thread Ted Felix
Looking at this now. I think I see what you are getting at. We absolutely support multiple LSB's per MSB and multiple MSB's per LSB. The problem is that the UI makes it annoying to achieve this. (In fact based on the pattern of MSB/LSB values you could end up in a very frustrating maze.)

Re: [Rosegarden-user] Add key change [WAS] Re: Testing Appreciated for 24.06

2024-06-12 Thread Ted Felix
: On 04/06/2024 22:04, Ted Felix wrote:    I have a feeling those messages in the output are not related to the issue.  I tried adding some key changes to a new document, and it worked fine.    How often does the problem happen? I think I found a possible culprit / criteria to trigger

Re: [Rosegarden-user] Fedora and LV2 (was: Can't launch Rosegarden)

2024-06-12 Thread Ted Felix
be "requesting the gtk widgets"? I am not aware of having, or how I would have, done so... I assume that my RG preferences would be applied the same to both of the above versions? TIA Chuck. On 07/06/2024 7:14 pm, Ted Felix wrote: Just some limited searching seems to indicate that th

Re: [Rosegarden-user] Can't launch Rosegarden

2024-06-07 Thread Ted Felix
Just some limited searching seems to indicate that the "gtk" widget style was dropped around Qt 5.7 or so. Maybe you're running a newer version of Qt and you are requesting the gtk widgets? https://bbs.archlinux.org/viewtopic.php?id=214147&p=2 See post #36. All the trails are from 2016

[Rosegarden-user] Rosegarden 24.06 Released

2024-06-05 Thread Ted Felix
The Rosegarden team is proud to announce the release of version 24.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 = * txt2rgd

Re: [Rosegarden-user] MIDI Instrument creation script

2024-06-04 Thread Ted Felix
and the device names were generated as intended "084-006" etc in the rgb file, the MSB/LSB values lying as they do outside those defined as known XG Spec device names. So I think all is ok. Chuck. On 10/01/2024 15:53, Ted Felix wrote: Patch merged as [d501a6f3].  Please tes

Re: [Rosegarden-user] Testing Appreciated for 24.06

2024-06-04 Thread Ted Felix
segments. The idea is like by default you are in C major and already know you want to change key kind of scenario, so no notes involved. Two segments on two different tracks was the only common denominator. Sorry if this isn't too helpful. Lorenzo On Tue, 4 Jun 2024 at 17:04, Ted Felix

Re: [Rosegarden-user] Testing Appreciated for 24.06

2024-06-04 Thread Ted Felix
;trigger" this by editing two segments in the same notation editor window On 08/05/2024 18:01, Ted Felix wrote: Rosegarden 24.06 will be released on June 5.  Please test the latest version in git as much as possible.  See the release notes for areas that need testing: https://www.

[Rosegarden-user] String Freeze/Start of Translation Period

2024-05-29 Thread Ted Felix
String freeze for 24.06 begins today. .ts files 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 linguist

[Rosegarden-user] Testing Appreciated for 24.06

2024-05-08 Thread Ted Felix
Rosegarden 24.06 will be released on June 5. Please test the latest version in git as much as possible. See the release notes for areas that need testing: https://www.rosegardenmusic.com/wiki/dev:24.06 Let me know if you have any questions about the release notes and I will elaborate.

Re: [Rosegarden-user] Volume/Mixer channel ID's?

2024-04-02 Thread Ted Felix
...also if you hover over the text with the mouse, you'll get the full name. Click to rename to something that is more useful. Ted. On 4/2/24 11:02 AM, Ted Felix wrote:   Looks like the text fields are too small for the text.  It's supposed to say "Synth plugin #1",

Re: [Rosegarden-user] Volume/Mixer channel ID's?

2024-04-02 Thread Ted Felix
Looks like the text fields are too small for the text. It's supposed to say "Synth plugin #1", etc I'll have a look. Should be easy to fix. Ted. On 3/31/24 2:50 PM, krsg...@trixtar.org wrote: What can I do to have sliders identified as other than "In-1"? This is what I see EVEN with

Re: [Rosegarden-user] Regression Testing Appreciated

2024-03-31 Thread Ted Felix
On 3/28/24 7:43 AM, Will Godfrey wrote: I only had time for a quick look at the LV2 side (with Yoshimi) - couldn't really get anywhere with it. The GUI didn't come up properly. The non-LV2 side seemed OK. Can't say much more than that, I've got a lot going on at the moment :( Thanks for chec

Re: [Rosegarden-user] Regression Testing Appreciated

2024-03-31 Thread Ted Felix
st be turned off and left off in my experience. Ted. On 3/28/24 4:11 AM, Lorenzo Sutton wrote: Hi Ted, all, On 27/03/2024 14:50, Ted Felix wrote:    I have just pushed some significant changes to master. [...]    And now the real announcement...    This update includes Philip's wor

Re: [Rosegarden-user] Regression Testing Appreciated

2024-03-27 Thread Ted Felix
Thanks, Chuck. I updated the list on the wiki: https://www.rosegardenmusic.com/wiki/dev:get_dependencies Ted. On 3/27/24 11:31 AM, chuck elliot wrote: For rpm users, the required packages are: gtk2-devel lilv-devel Chuck. On 27/03/2024 13:50, Ted Felix wrote: I have just pushed some

[Rosegarden-user] Regression Testing Appreciated

2024-03-27 Thread Ted Felix
I have just pushed some significant changes to master. If you normally use the latest in master, please pull, build, and test. If you don't normally work with the latest, now might be a good time to try it. See the following wiki page for more: https://www.rosegardenmusic.com/wiki/dev:bui

Re: [Rosegarden-user] Trigger recording.

2024-02-12 Thread Ted Felix
Rosegarden supports transport Control Change messages. Set your footswitch to send CC 118 for record. A value of 127 is a press. I think this is the ProTools standard so your footswitch might work right out of the box. You'll need to turn on transport CCs in the preferences: Edit > Pre

Re: [Rosegarden-user] Keyboard cheat sheet for "Inserting notes and rests"

2024-02-06 Thread Ted Felix
Thanks for this. I've linked it from the main page on the wiki. https://www.rosegardenmusic.com/wiki/start Ted. On 2/5/24 3:26 PM, Martin VanWinkle wrote: Greetings. I read the documentation here: * https://www.rosegardenmusic.com/doc/en/nv-insertion.html

Re: [Rosegarden-user] Exported MusicXML file reported as corrupt by MuseScore 2 and 3

2024-02-01 Thread Ted Felix
Maybe look into MuseScore logging to see if it is reporting anything helpful? Try to make the smallest MusicXML file you can that causes the problem. E.g. one segment, one note? Open a bug report and attach. No guarantees we'll ever get to it. But if it's something simple that rg is m

Re: [Rosegarden-user] MIDI Instrument creation script

2024-01-10 Thread Ted Felix
Patch merged as [d501a6f3]. Please test latest git. Ted. On 1/10/24 9:05 AM, Ted Felix wrote:   Thanks for finding that Chuck.  Can you make a patch so I can get this fix in?  Not a problem if not.  I'll make the change myself. Ted. On 1/8/24 12:14 PM, chuck elliot wrote: It turn

Re: [Rosegarden-user] MIDI Instrument creation script

2024-01-10 Thread Ted Felix
Thanks for finding that Chuck. Can you make a patch so I can get this fix in? Not a problem if not. I'll make the change myself. Ted. On 1/8/24 12:14 PM, chuck elliot wrote: It turns out that the "u"s in  line 299 of /txt2rgb.py/ are obsolete format specifiers in Python. If you change th

Re: [Rosegarden-user] txt2rgd.py bug?

2024-01-10 Thread Ted Felix
Right mailing list. Subject line might be the issue. I've updated it so that hopefully it will catch the right person's attention. I think there are folks here that use or have used txt2rgd.py in the past. They should be able to help. Can you post your .csv file so we can use it as t

Re: [Rosegarden-user] Saving projects

2023-12-30 Thread Ted Felix
I'm with you. I don't like file clutter like this. This will definitely be configurable in the preferences. Ted. On 12/29/23 7:37 PM, msk...@ansuz.sooke.bc.ca wrote: On Fri, 29 Dec 2023, Ted Felix wrote: How about having rg rename the original file to have the current date/

Re: [Rosegarden-user] Saving projects

2023-12-30 Thread Ted Felix
12/29/23 5:16 PM, david wrote: On 12/29/23 09:21, Will Godfrey wrote: On Fri, 29 Dec 2023 09:38:50 -0500 Ted Felix wrote: How about having rg rename the original file to have the current date/time, then saving the new. This way each time you save, you have a backup of the previous version.

Re: [Rosegarden-user] Saving projects

2023-12-29 Thread Ted Felix
How about having rg rename the original file to have the current date/time, then saving the new. This way each time you save, you have a backup of the previous version. Over time it will generate a mess of files, but we could have it limit the number of backups to, say, 10 or so by deleting

[Rosegarden-user] Rosegarden 23.12 Released

2023-12-06 Thread Ted Felix
The Rosegarden team is proud to announce the release of version 23.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 = * Make pu

Re: [Rosegarden-user] String Freeze/Start of Translation Period

2023-12-05 Thread Ted Felix
On 12/2/23 1:15 PM, Lorenzo Sutton wrote: I've done a rather long pass on the Italian translation adding strings which weren't there at all and also going through several existing ones (e.g. clef names). [1] Thanks. I've just merged and will push shortly. There are a couple which I still h

[Rosegarden-user] String Freeze/Start of Translation Period

2023-11-29 Thread Ted Felix
String freeze for 23.12 begins today. .ts files 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 linguist

Re: [Rosegarden-user] Testing Appreciated for 23.12

2023-11-29 Thread Ted Felix
On 11/27/23 1:11 PM, Lorenzo Sutton wrote: What is this exactly supposed to do? "Add a preference to include ALSA port numbers when making connections. [06b0c44a]" I am looking into ways to disabling Rosegarden trying to autoconnect to anything it will fin available when starting up... Wonde

[Rosegarden-user] Testing Appreciated for 23.12

2023-11-10 Thread Ted Felix
Rosegarden 23.12 will be released on December 6. Please test the latest version in git as much as possible. See the release notes for areas that need testing: https://www.rosegardenmusic.com/wiki/dev:23.12 Let me know if you have any questions about the release notes and I will elaborat

Re: [Rosegarden-user] audio subsystem not available - can't record audio

2023-07-16 Thread Ted Felix
I see you are up and running. I'd like to do a little more digging into this in case there is a legitimate bug that we can fix. Or even just something someone else might run into in the future in terms of system setup. In order of "easiest for you": 1. Can you send me the message log fr

Re: [Rosegarden-user] audio subsystem not available - can't record audio

2023-07-15 Thread Ted Felix
For troubleshooting JACK issues, there is a log viewer in preferences. Go to Edit > Preferences... > Details... That will display the log viewer. See if there's anything interesting there. If needed, copy and paste and email it to the list and we'll look further. Ted. On 7/15/23 12:2

Re: [Rosegarden-user] A very minor irritation

2023-06-21 Thread Ted Felix
The code is in RecentFiles::add() to do the right thing. Doesn't mean it will always succeed. There might have been something subtle that prevented it from detecting that the file names were identical. E.g. one accessed via a link and the other not? Still, it should always add the new one

[Rosegarden-user] Punch-In Record Behavior

2023-06-12 Thread Ted Felix
I just pushed a change to Rosegarden's "Punch-In" record behavior. This is to support MMC record strobe. Punch-In will now start recording if the transport is stopped. By default, Punch-In is the space bar. Please test the latest git and let me know if there are issues with this change.

Re: [Rosegarden-user] ROSEGARDEN 23.06 RELEASED

2023-06-07 Thread Ted Felix
Please do. Spread the word. Far and wide. Ted. On 6/7/23 1:34 PM, Lorenzo Sutton wrote: On 07/06/2023 17:06, Ted Felix wrote: == ROSEGARDEN 23.06 RELEASED == The Rosegarden team is proud to announce the release of version 23.06 of Rosegarden, a MIDI sequencer that features a rich

[Rosegarden-user] ROSEGARDEN 23.06 RELEASED

2023-06-07 Thread Ted Felix
== ROSEGARDEN 23.06 RELEASED == The Rosegarden team is proud to announce the release of version 23.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 relea

[Rosegarden-user] String Freeze/Start of Translation Period

2023-05-31 Thread Ted Felix
String freeze for 23.06 begins today. .ts files 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 linguist

Re: [Rosegarden-user] Keyboard shortcut to Solo the current active track.

2023-05-30 Thread Ted Felix
It is simply not implemented. Implementing would be super easy. Just follow the pattern in RosegardenMainWindow::slotToggleMute(). We'll try to get this in after 23.06 ships. Unless you want to give it a shot. Feel free to open a feature request as that will help us track it. Ted. On 5/3

Re: [Rosegarden-user] Quantisation?

2023-05-18 Thread Ted Felix
t you wrote, it seems as though you quantisize the recorded notes. I'll try this and see how things work for me. I'll bring my comments back and see what you and others say. Thanks again for holding a beginners hand.  I will get better:) Joseph On 2023-05-18 22:52, Ted Felix wrote: Rose

Re: [Rosegarden-user] Quantisation?

2023-05-18 Thread Ted Felix
Rosegarden does have quantization. In my experience it works best from the Matrix (piano roll) editor where you can clearly see the results. Select a segment in the main window and press M to launch the matrix editor. Select some notes (or press Ctrl+A to select all). Now either press =

Re: [Rosegarden-user] Question abou tplaying 2 tracks at once

2023-05-18 Thread Ted Felix
I suspect you might be recording in multiple-take mode, which is for a different purpose. The usual procedure for multitrack recording is as follows: Arm (yellow light) track 1. Make sure no other tracks are armed. Record. A recording segment should appear on track 1. Stop when done.

Re: [Rosegarden-user] 21.12 "Cloud Nine" segfaults on Sue-Leap-15.4

2023-05-17 Thread Ted Felix
On 5/16/23 7:09 PM, krsg...@trixtar.org wrote: # uname -a Linux localhost.localdomain 6.2.10-1-default #1 SMP PREEMPT_DYNAMIC Thu Apr 6 10:36:55 UTC 2023 (ba7816e) x86_64 x86_64 x86_64 GNU/Linux This is the first time I've seen PREEMPT_DYNAMIC. That is workable so long as preempt is enabl

Re: [Rosegarden-user] monkey see, monkey do

2023-05-17 Thread Ted Felix
The mailing list handles attachments. .rg files without audio should be small and come across fine. Not sure if there are any size limits. These days, I would think up to 1MB should be ok. That's about a minute of .mp3. Otherwise sourceforge bug reports seem to handle rather large files

Re: [Rosegarden-user] wrong synth on segment

2023-05-17 Thread Ted Felix
On 5/17/23 2:09 AM, Lorenzo Sutton wrote: As an aside, because both Rosegarden _and_ Yoshimi will have upcoming releases quite soon I was thinking of maybe doing a quick 'how-to' video on 'quick piece prototyping with Rosegarden and Yoshimi'... If it is interesting for people :-) I would lo

Re: [Rosegarden-user] metronome question

2023-05-16 Thread Ted Felix
The easiest way to change the tempo in Rosegarden is to right-click in the tempo ruler (the blue ruler above the bar numbers) and select "Edit Tempo...". From there you can change the tempo. See the documentation on the wiki: https://www.rosegardenmusic.com/wiki/doc:manual-en#tempo_and_ti

Re: [Rosegarden-user] 21.12 "Cloud Nine" segfaults on Sue-Leap-15.4

2023-05-16 Thread Ted Felix
There are three issues here. Two are unrelated to the crash, but I'll walk through them in case you want to fix them. > Cannot lock down 86611866 byte memory area (Cannot allocate memory) > Cannot use real-time scheduling (RR/5)(1: Operation not permitted) > JackClient::AcquireSelfRealTime er

[Rosegarden-user] Testing Appreciated for 23.06

2023-05-10 Thread Ted Felix
Rosegarden 23.06 will be released on June 7. Please test the latest version in git as much as possible. See the release notes for areas that need testing: https://www.rosegardenmusic.com/wiki/dev:23.06 Let me know if you have any questions about the release notes and I will expand.

Re: [Rosegarden-user] How do I set a scale in Rosegarden?

2023-03-25 Thread Ted Felix
Assuming you are in the matrix editor, the best you can do is highlight the I (or i) chord. Go to View > Highlight > Highlight Triads. That will darken the 1 3 and 5 degrees of the scale in the current key. If that's not good enough, feel free to open a feature request. Philip can proba

Re: [Rosegarden-user] Transport problem

2023-02-20 Thread Ted Felix
g or "preempt=full" along with possibly other options. Anything else might mean trouble and requires a change to your grub config. Ted. On 2/20/23 4:10 AM, Will Godfrey wrote: I'll try this today. On Sun, 19 Feb 2023 12:19:53 -0500 Ted Felix wrote: Will,

Re: [Rosegarden-user] Transport problem

2023-02-20 Thread Ted Felix
I have it "not set" in my kernel from Ubuntu. But I've had no problems. No idea what the default is for an otherwise preemptible kernel. Ted. On 2/19/23 12:19 PM, Ted Felix wrote:   Will, can you go through this first draft series of steps on the problematic box and let me k

Re: [Rosegarden-user] Transport problem

2023-02-20 Thread Ted Felix
Fedora 36 has: CONFIG_PREEMPT_DYNAMIC=y CONFIG_PREEMPT_VOLUNTARY=y in /boot/config-$(uname -r) does this need to be overridden in /etc/default/grub or in a kernel rebuild ? On 19/02/2023 5:19 pm, Ted Felix wrote: Will, can you go through this first draft series of steps on the problematic b

Re: [Rosegarden-user] Transport problem

2023-02-19 Thread Ted Felix
y /boot/config-$(uname -r) # CONFIG_PREEMPT_VOLUNTARY is not set Ted. On 2/19/23 11:48 AM, Ted Felix wrote:   On second thought...  We've been here before.  From my Linux MIDI Guide: Note: There are variations on PREEMPT that are less than ideal. "DYNAMIC_PREEMPT" a

Re: [Rosegarden-user] Transport problem

2023-02-19 Thread Ted Felix
ARY which is somewhere between "NONE" and "PREEMPT". You'll want to avoid this as audio requires the best possible real-time performance. I should probably make that a bit more prominent now that we are running into it for real. Like move it up to the "

Re: [Rosegarden-user] Transport problem

2023-02-19 Thread Ted Felix
We rely completely on ALSA for timer stuff. The key routine for setting the timer in RG is: AlsaDriver::setCurrentTimer() Unless there is a bug in there (which there may very well be, the ALSA documentation is incomplete and in many cases incorrect), the problems tend to be due to bugs i

Re: [Rosegarden-user] Any plans to support LV2 plug-ins?

2023-02-17 Thread Ted Felix
No plans. I would love to do it, though. Along with JACK MIDI. Need to find some more time. Ted. On 2/17/23 10:05 PM, david wrote: Inspired by a question from Paul Davus on the Linux-Users-Audio list, when he replied to my request that Yoshimi add DSSI support: "Why do you want DSSI inste

Re: [Rosegarden-user] [Rosegarden-devel] rosegarden presentation at FOSDEM

2023-02-12 Thread Ted Felix
ICYMI, the video of Richard's Rosegarden talk is up on the FOSDEM site. Check it out: https://fosdem.org/2023/schedule/event/rosegarden/ Ted. On 1/12/23 5:45 AM, Richard Bown wrote: Hi all, I pitched a presentation to FOSDEM called "Rosegarden: A Slumbering Giant" and have just been acce

Re: [Rosegarden-user] An Enquiry

2023-02-05 Thread Ted Felix
There is also a setting in the preferences: Edit > Preferences > General > Presentation > Dark mode (Thorn style) Ted. On 2/4/23 3:23 PM, Babarosa wrote: I see. After deleting the config file my theme changed from dark to system. Thanks! Am 04.02.23 um 19:17 schrieb Ted Felix:

Re: [Rosegarden-user] An Enquiry

2023-02-04 Thread Ted Felix
Yeah. I'm probably going to go with "native", "classic", and "dark" for the names for the three and introduce a new (probably integer) setting in the .conf. Ted. On 2/4/23 1:00 PM, Lorenzo Sutton wrote: On 04/02/2023 17:51, Ted Felix wrote:    Unthe

Re: [Rosegarden-user] effects plugins

2023-02-04 Thread Ted Felix
I have not used them, but my understanding is that with a vst-dssi bridge, Rosegarden can use vst plugins. Send me the steps once you figure it out and I'll write an article on the wiki. Ted. On 2/3/23 2:55 PM, chuck elliot wrote: Can anyone suggest where I might find good vst effects pl

Re: [Rosegarden-user] An Enquiry

2023-02-04 Thread Ted Felix
Unthemed is still an option. I have not changed that and Lorenzo is keeping me honest there since he uses it. Ted. On 2/3/23 9:46 PM, Patrick May wrote: I second this,  please keep the unthemed mode available as an option. Turning off the thorn theme has long been the first thing i do in r

Re: [Rosegarden-user] Merging project (or MIDI) files.

2023-02-03 Thread Ted Felix
File > Merge is supposed to do this. What is it doing when you use it? Error messages? Useless results? Is audio involved? Ted. On 2/2/23 11:30 AM, Will Godfrey wrote: This is something I've never been able to do successfully. There are two Rosegarden projects I made a long time ago that

Re: [Rosegarden-user] An Enquiry

2023-02-03 Thread Ted Felix
Sorry about that. I should know better than to modify the user interface without offering a fallback option. Not a problem. It's at the top of my TODO. Ted. On 2/2/23 12:49 PM, Babarosa wrote: I also do not really like the dark/thorne theme. I used to set my system theme as Rosegarden's

Re: [Rosegarden-user] MIDI works, but no audio

2023-01-29 Thread Ted Felix
The key line is here: ALSA: Cannot open PCM device alsa_pcm for playback. Falling back to capture-only mode Oftentimes this is caused by pulseaudio being in the way, but there are other possible reasons. I have some instructions here that might help you get set up: http://www.tedfeli

Re: [Rosegarden-user] Guitar MIDI Controller to Notation

2023-01-22 Thread Ted Felix
code if we do. I think we need to move the AUTHORS info from the website to the source base as well. It's on my mental TODO. Ted. On 1/22/23 5:24 AM, mark_at_yahoo via Rosegarden-user wrote: On 1/21/23 1:57 PM, Ted Felix wrote:    If you have time to make this change against master

Re: [Rosegarden-user] Guitar MIDI Controller to Notation

2023-01-21 Thread Ted Felix
On 1/21/23 1:54 PM, mark_at_yahoo via Rosegarden-user wrote: I thought I'd fixed that in my branch's [b8d3cb], which in turn was merged into master as Merge Request #66. Is it still not working? I vaguely recalled recent work on that, but couldn't place it. I was going to dig and figure it

[Rosegarden-user] Guitar MIDI Controller to Notation

2023-01-21 Thread Ted Felix
I've been working with Mike Knott on post-processing MIDI from a guitar controller into notation. I've created a page on the wiki documenting the process: https://www.rosegardenmusic.com/wiki/doc:guitar_midi_controller_to_notation It's just three steps: - Remove Spurious Notes - Quantize

[Rosegarden-user] New Features

2022-12-26 Thread Ted Felix
Just pushed [fcb8f626]. Please test latest git. New features: - F11 now puts rosegarden into full screen mode. I have a tiny 768-high screen. This is a big help. - LEDs are now removed from archived tracks. Since the LEDs are not useful on an archived track, this makes the tracks more

Re: [Rosegarden-user] A bit of confusion about RG versions on my system

2022-12-25 Thread Ted Felix
On 12/24/22 7:07 PM, david wrote: I run Debian 11. Their repository shows RG v20.12-1. They tend to be behind. That's pretty normal. I then installed the 22.12 .deb that was supplied by Michael. When I ran it, I got RG 22.12 showing. Sounds right. When I updated using Synaptic packag

[Rosegarden-user] ROSEGARDEN 22.12.1 RELEASED

2022-12-21 Thread Ted Felix
== ROSEGARDEN 22.12.1 RELEASED == The Rosegarden team is proud to announce the release of version 22.12.1 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 r

Re: [Rosegarden-user] NRPNs

2022-12-21 Thread Ted Felix
ht order :( I try to allow at least 10mS between them to allow for congestion anywhere in the system (quite likely not necessary). Oh, and thanks for setting a more complete version in the feature request :) On Tue, 20 Dec 2022 12:35:32 -0500 Ted Felix wrote: https://sourceforge.net/

Re: [Rosegarden-user] Announcement in Linux Musicians' Forum

2022-12-21 Thread Ted Felix
"www.stockinger.org/musik.html". Dear Devs, I thank you very much for your efforts! Greetings, Michael *Gesendet:* Mittwoch, 07. Dezember 2022 um 16:28 Uhr *Von:* "Ted Felix" *An:* "rosegarden-user" *Betreff:* [Rosegarden-user] ROSEGARDEN 22.12 RELEASED == ROSEG

Re: [Rosegarden-user] NRPNs

2022-12-20 Thread Ted Felix
https://sourceforge.net/p/rosegarden/feature-requests/467/ Is the event editor ok for this? Ted. On 12/20/22 9:37 AM, Will Godfrey wrote: At the moment setting these up in Rosegarden is a bit of a pain. How about having a dedicated NRPN generator? As a suggestion, a small pop-up with the 4

  1   2   3   4   5   6   >