Re: [Rosegarden-user] quantizing intelligently

2022-06-15 Thread Tom Breton (Tehom)
s much rubato as you want, then you make Rosegarden's tempo conform to that by selecting notes on the beats and then FitToBeats. It's been a while so I don't remember how it got the old notes into the new tempo but there was something to do

Re: [Rosegarden-user] Shortcut editor workaround (Re: Some usability questions after a recent project)

2015-09-13 Thread Tom Breton (Tehom)
hat once it was compiled into that resources file, that was The End. Tom Breton (Tehom) -- ___ Rosegarden-user mailing list Rosegarden-user@lists.sourceforge.net - use

Re: [Rosegarden-user] notation and levels

2015-09-11 Thread Tom Breton (Tehom)
appear a different color. You can move from one layer to another by the colored layer wheel and I believe there is a layer menu that does that too. Still not 100% sure this is what you meant, but I hope it helps. Tom Breton (Tehom) --

Re: [Rosegarden-user] Some usability questions after a recent project

2015-09-10 Thread Tom Breton (Tehom)
If it could be space to start AND stop, and when it stops revert >> back to when you first started, it would cure a lot of frustration. >> Also, "insert" for the key to stop is right next to the "home" key, so >> if

Re: [Rosegarden-user] Some usability questions after a recent project

2015-09-10 Thread Tom Breton (Tehom)
ps, as Rosegarden is actually doing that in real time. Right. It will adjust the MIDI tempo to track tempo, and will even adjust the tempo several times a measure to make each note come out right in ramps, but there is no way in MIDI to represent a continuous ramp. Tom Breton (Tehom) --

Re: [Rosegarden-user] notation and levels

2015-09-08 Thread Tom Breton (Tehom)
> Hi! > I dont understand how to move from one level to another in notation > view.Can be done? Yes, there's a keyboard shortcut alt-up-arrow or alt-down-arrow, or just click on the staff. Tom

Re: [Rosegarden-user] end marker in midi export

2015-08-21 Thread Tom Breton (Tehom)
mposition? >From the main menu, Composition -> Change Composition Start and End. I think that if you export it immediately, it will stay that length, but it's been a long time since I looked at that. Be aware that all sorts of commands will invoke the code that sets the length longer. H

Re: [Rosegarden-user] An oddity!

2015-06-15 Thread Tom Breton (Tehom)
that RG would frustrate new users by not making any sound if they hadn't configured it right, so IIUC the idea was it should try hard to play sound if at all possible. Tom Breton (Tehom) -- ___

Re: [Rosegarden-user] Rotary (Knob) right-click

2015-02-22 Thread Tom Breton (Tehom)
ult > should be right-click, while setting to center should be middle-click. Seems reasonable. Tom Breton (Tehom) -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly S

Re: [Rosegarden-user] Bars & Ties

2015-02-11 Thread Tom Breton (Tehom)
andled all the funny stuff like repeats and ornaments. And ties. OTOH you lose some notational info like repeats and note names (A# vs Bb). Not sure how well this fits CSound, which I barely know, but the sort of code involved can be copied from MidiInserter.h &am

Re: [Rosegarden-user] Unwanted CCs - update

2015-02-11 Thread Tom Breton (Tehom)
27;t share them between channels. Does this make sense to you? Tom Breton (Tehom) PS: Added a CC to the devel list. Does this still need to go to RG-user? -- Dive into the World of Parallel Programming. The Go Para

Re: [Rosegarden-user] Unwanted CCs - update - !!!AHA!!!

2015-02-11 Thread Tom Breton (Tehom)
ome minor mistake that corrupts the whole thing? Will look further, and look at the MIDI Abrolag sent - thank you for that. Tom Breton (Tehom) -- Dive into the World of Parallel Programming. The Go Parall

Re: [Rosegarden-user] Unwanted CCs - update - !!!AHA!!!

2015-02-11 Thread Tom Breton (Tehom)
anything. Perhaps I misunderstood your setup - are you reading a MIDI file in, it contains bank changes, and when you play back they are messed up? Or they show the wrong banks in the Instrument Parameter Panel? That would make this code suspect, otherwise I'm afraid I

Re: [Rosegarden-user] Unwanted CCs

2015-02-04 Thread Tom Breton (Tehom)
. It's right where I wrote: // This was the old logic, but it's not clear that it is still // desirable and I think I ifdef'ed it out after we let it fly for a while and nobody seemed to be using it. Obviously that's not the case, so I'll pu

Re: [Rosegarden-user] Unwanted CCs

2015-02-04 Thread Tom Breton (Tehom)
ried unchecking all the checkboxes in Instrument Parameters? Basically, that tells it not to try to set up an instrument, because setup will be handled externally, which sounds like what you are doing. Tom Breton (Tehom) ---

Re: [Rosegarden-user] Disabling auto-scroll

2014-09-21 Thread Tom Breton (Tehom)
k - that's easily turned off from the tool bar - but it appears you're talking about something else, how the screen tries to recenter when you move to the edge. I don't know. Tom Breton (Tehom) -

Re: [Rosegarden-user] Shift tempo changes?

2014-07-13 Thread Tom Breton (Tehom)
If you like, there's Erase Tempos and Timesigs (from menu) Tom Breton (Tehom) -- ___ Rosegarden-user mailing list Rosegarden-user@lists.sourceforge.net -

Re: [Rosegarden-user] (no subject)

2014-05-19 Thread Tom Breton (Tehom)
been there for over 7 years, since the KDE3 version, > and is mentioned in the manual: > > http://rosegardenmusic.com/wiki/doc:manual-en#stretching_and_squashing_segments Thanks, I completely missed that. I'm usually working on

Re: [Rosegarden-user] (no subject)

2014-05-17 Thread Tom Breton (Tehom)
. You might try the sox toolkit, which can do that. Tom Breton (Tehom) -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ brows

Re: [Rosegarden-user] Uncontrollable midi controller signals

2014-02-01 Thread Tom Breton (Tehom)
ther values. By "some other values", I mean the IPB values. From what you say, I'm not sure whether you have set the IPB values the way you want them - sounds like it's annoying you by setting controllers back to IPB values? Tom Breton (Tehom)

Re: [Rosegarden-user] Is rosegarden-de...@lists.sourceforge.net down?

2013-10-25 Thread Tom Breton (Tehom)
t now want to manage an event selection. * GroupingData: Another lesser Notation Type. It knows how to beam events. * GroupingState: Basically GroupingData plus some info to help map old beaming to new. That's what I'm working on today. * RgMath: A namespace containing som

Re: [Rosegarden-user] How to cause rosegarden to record via a MIDI signal

2013-09-16 Thread Tom Breton (Tehom)
ot), which you recently changed. We only do that when we're already recording. Alsa was experimenting with some sort of RECORD signal, but I'm not sure the current status of it. There's a little about it here http://alsa-project.org/main

Re: [Rosegarden-user] Does the current rosegarden record program-change messages?

2013-09-09 Thread Tom Breton (Tehom)
insert it. We do read it, pass it around and play it back if playthru is on. Tom Breton (Tehom) -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and

Re: [Rosegarden-user] import midi not working

2013-08-07 Thread Tom Breton (Tehom)
> Hello,I get a invalid file message while trying to import this midi > filenote that it plays well in Timidity... > http://www.midiworld.com/download/1296 > file not found or not readable. That happens because it can't open the file.

Re: [Rosegarden-user] Is the pitchbend dialog easy to use?

2013-05-30 Thread Tom Breton (Tehom)
choice, since, e.g., 10 Hz is twice as slow as 10 > cycles per quarter note at q=120 bpm. I suppose this just amounts to > doing a calculation/conversion for the UI for one of the choices, so I > suspect it's not a big deal. Right, it's pretty easy to convert. Tom Breton

[Rosegarden-user] Is the pitchbend dialog easy to use?

2013-05-30 Thread Tom Breton (Tehom)
On the devel list, we're talking about how to make the pitchbend dialog clearer. If you use the pitchbend dialog, if the "Vibrato wavelength" field changed to "cycles per quarter note" or "hertz", would that be easier or harder for you to use?

Re: [Rosegarden-user] current rosegarden on 2002 iBook (Debian) issues

2013-04-25 Thread Tom Breton (Tehom)
matter how crazy and buggy the input is. So that's probably indicating that g++ encountering something severe, like running out of memory. I know nothing about ibooks, but Rg does require a lot of memory to compile. I had problems compiling in 1

Re: [Rosegarden-user] Setup Automatic Pitch Bend?

2013-04-06 Thread Tom Breton (Tehom)
192) on every note. * On the pitchbend ruler, select (say) all the pitchbends on D's * "Controllers" -> "Set" * There will be a dialog * Choose "Flat" (which is the default) * Set it to the bend the D's should have, say 5611. * Done. All the notes yo

Re: [Rosegarden-user] Setup Automatic Pitch Bend?

2013-04-05 Thread Tom Breton (Tehom)
itchbends on all the notes, then grab (say) all the D's and set them ~en masse~ to what you want. Tom Breton (Tehom) -- Minimize network downtime and maximize team effectiveness. Reduce network management an

Re: [Rosegarden-user] copy and paste between rosegarden instances

2013-03-18 Thread Tom Breton (Tehom)
> On 03/18/2013 12:28 PM, Tom Breton (Tehom) wrote: > >> Yes, but it isn't very useful AFAIK. Starting playing one starts >> playing >> the other, etc. No extra functionality but twice the chaos. > > What is this chaos you speak of? Each instance is se

Re: [Rosegarden-user] copy and paste between rosegarden instances

2013-03-18 Thread Tom Breton (Tehom)
> and copy&paste a midi fragment from a rg project to another? > am i missing something? One thing you might try is editing one, copying to clipboard, then edit the other and paste. That works. Tom Breton (Tehom) -

Re: [Rosegarden-user] Tying two notes across a barline

2013-02-27 Thread Tom Breton (Tehom)
uish rectangle around notes but they don't get selected, you may have to close the segment window and open it again. Sorry about that. Tom Breton (Tehom) -- Everyone hates slow websites. So do we.

Re: [Rosegarden-user] 12.12 praises, but a small problem

2013-01-19 Thread Tom Breton (Tehom)
re than 16 instruments. But that creates the problem of where to play them all. MIDI hardware sometimes uses the trick of providing (say) 64 channels as 4 ports of 16 channels each. So I'm thinking some sort of "gang MIDI" device that reverses that trick. But no promises that this

Re: [Rosegarden-user] 12.12 praises, but a small problem

2013-01-18 Thread Tom Breton (Tehom)
oo big, perhaps just the first few bars, but check that it still has the bug. I can't guess what makes this different than MIDI files that work right. Tom Breton (Tehom) -- Master Visual Studio, SharePoi

Re: [Rosegarden-user] \RemoveEmptyStaves in lilypond output

2013-01-09 Thread Tom Breton (Tehom)
d together. The idea is that you adjust the overall track volume with Volume, while Expression controls the moment by moment volume, say for a crescendo. Which I hope helps the OP set things the way he wants. Tom Breton (Tehom) ---

Re: [Rosegarden-user] ROSEGARDEN 12.12.25 RELEASED...

2013-01-09 Thread Tom Breton (Tehom)
imental stuff not on the trunk. > Also (being a pain in the arse) is there any possibility of implementing a > Record Pause? Unlikely but I can't speak for the group. You want to dive in and code it? Tom Breton (Tehom) --

Re: [Rosegarden-user] \RemoveEmptyStaves in lilypond output

2013-01-08 Thread Tom Breton (Tehom)
./rosegarden &> ../trace Inspect the trace file (emacs' occur is very helpful). Repeat as needed. Tom Breton (Tehom) -- Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS an

Re: [Rosegarden-user] [Rosegarden-devel] Trouble with instrument programs and variations

2013-01-06 Thread Tom Breton (Tehom)
en. My personal life is just an impressive train wreck. I totally understand. My life is hectic right now too. I spent the last couple of weeks taking care of my father, who went to the ER on Christmas. Tom Breton (Tehom) ---

Re: [Rosegarden-user] [Rosegarden-devel] Trouble with instrument programs and variations

2013-01-05 Thread Tom Breton (Tehom)
> I've found a much simpler way. Compiling it now. It appears to work; KMidiMon reports seeing the expected control changes. I will commit it now. This is of course for fixed instruments; there's no right channel for auto instruments to sync to. Tom

Re: [Rosegarden-user] ROSEGARDEN 12.12.25 RELEASED...

2013-01-05 Thread Tom Breton (Tehom)
Set" will let you set them to exact zero, or any flat value, or ascending/descending, etc. Tom Breton (Tehom) -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, J

Re: [Rosegarden-user] [Rosegarden-devel] Trouble with instrument programs and variations

2013-01-05 Thread Tom Breton (Tehom)
er way. Compiling it now. Tom Breton (Tehom) -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow

Re: [Rosegarden-user] [Rosegarden-devel] Trouble with instrument programs and variations

2013-01-05 Thread Tom Breton (Tehom)
Changed terminates at, I'm going to have to refactor a bit, probably adding a new slot to RosegardenMainWindow. Don't want to overstuff it, but it's dispatching instrumentParametersChanged in all its manifestations, so ISTM that's th

Re: [Rosegarden-user] [Rosegarden-devel] Trouble with instrument programs and variations

2013-01-05 Thread Tom Breton (Tehom)
imple. I'm compiling it now and I'll see if it fixes this. The fix, if it works: MidiMixerWindow::slotUpdateInstrument, which ultimately receives the IPB's signal and others, now arranges an update for each controller. New methods for several classes involved in gettin

Re: [Rosegarden-user] clicking piano roll doesn't send any midi events anymore

2013-01-04 Thread Tom Breton (Tehom)
c channel, it should be set to > 'fixed' and a specific MIDI channel. This can cause some unexpected > results. That shouldn't make a difference. Preview notes are sent thru a separate mechanism (ImmediateNote) that takes

Re: [Rosegarden-user] [Rosegarden-devel] Trouble with instrument programs and variations

2013-01-04 Thread Tom Breton (Tehom)
control panel, and I couldn't see anything in it that told me what volume it thinks a channel has. Tom Breton (Tehom) -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Ap

Re: [Rosegarden-user] Trouble with instrument programs and variations

2013-01-04 Thread Tom Breton (Tehom)
select entirely off. This seems wrong. I *don't* think that can be the source of Marcio's problem. He has both checks on, so regardless the history he would have send bank select = true, and if it were happening ISTM it would mess up banks

Re: [Rosegarden-user] Trouble with instrument programs and variations

2013-01-03 Thread Tom Breton (Tehom)
dn't is if Send Bank Select is not checked on MIDI Instrument Parameter Panel. Tom Breton (Tehom) -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and muc

Re: [Rosegarden-user] Trouble with instrument programs and variations

2013-01-03 Thread Tom Breton (Tehom)
so I'll code a fix and push it ASAP. Tom Breton (Tehom) -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with

Re: [Rosegarden-user] Play on RG kills percussion track

2013-01-02 Thread Tom Breton (Tehom)
t", or flash each event (too quickly to read, but you get a sense of what events are going thru) Tom Breton (Tehom) -- Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. K

Re: [Rosegarden-user] Bug report: unexpected "echo" while recording with external keyboard

2012-12-31 Thread Tom Breton (Tehom)
ome room to skip certain updates (moveIteratorToTime) for segments that are being recorded. Bad news: we're essentially already doing that, so no real room for improvement there. Tom Breton (Tehom) -- Master Visual Stud

Re: [Rosegarden-user] Bug report: unexpected "echo" while recording with external keyboard

2012-12-31 Thread Tom Breton (Tehom)
e what you are seeing, Jim. If that's it, then it's a bit up in the air. We talked about somehow queueing events instead of updating all the time, but that's definitely not in 12.12 and I can't say whether or when that will happen. Tom Breton (Tehom) ---

Re: [Rosegarden-user] Fw: More info: Re: Bug report: unexpected "echo" while recording with external keyboard

2012-12-31 Thread Tom Breton (Tehom)
s aren't sorted yet. Yes, but I don't think that's it. The noteoff bug I made and fixed only affected outgoing noteoffs, which only MIDI export looks at. It was because I used the wrong STL container, but now w

Re: [Rosegarden-user] Strange MIDI input problem with volume

2012-12-21 Thread Tom Breton (Tehom)
oes either device have also an expression Instrument Parameter? The volume that you hear is controlled by volume times expression. > based on either the MIDI port or channel? No. But you don't need to. You can create a default studio that's set up the way y

Re: [Rosegarden-user] [Rosegarden-devel] ROSEGARDEN 12.12 RELEASED

2012-12-10 Thread Tom Breton (Tehom)
nd volume settings from files saved from the > earlier versions of Rosegarden. > > Do you know if that fix is actually included, or if that fix will be in > a later release? I believe so. It was on the trunk, so it

Re: [Rosegarden-user] [Rosegarden-devel] ROSEGARDEN 12.12 RELEASED

2012-12-10 Thread Tom Breton (Tehom)
nd volume settings from files saved from the > earlier versions of Rosegarden. > > Do you know if that fix is actually included, or if that fix will be in > a later release? I believe so. It was on the trunk, so it

Re: [Rosegarden-user] Crescendo/Decrescendo on audio tracks?

2012-12-07 Thread Tom Breton (Tehom)
external program to fade (sox). I do know that if it existed, internally it would have little in common with MIDI volume control. Tom Breton (Tehom) -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT.

Re: [Rosegarden-user] Serious MIDI recording problem

2012-12-03 Thread Tom Breton (Tehom)
It's exactly the same as if you've un-checked > MIDI > through routing in earlier versions. So has the through routing somehow > become > borked? I can't reproduce it. MIDI routes thru normally here. It

Re: [Rosegarden-user] New version?

2012-11-30 Thread Tom Breton (Tehom)
. In SVN from a month ago? That should already be working! The 12.04 problem with stuck noteoffs (mine) should be long gone from the SVN, it just hasn't made its way into a release. If the bug somehow got back in,

Re: [Rosegarden-user] MIDI-notes get split

2012-11-10 Thread Tom Breton (Tehom)
> I found it: > > Edit -> Preferences -> Notation -> [ ] When ... split-and-tie long ... Added to the FAQ on wiki. Tom Breton (Tehom) -- Everyone hates slow websites. So do we. Make your we

Re: [Rosegarden-user] show pitch bend ruler: nothing happens

2012-11-03 Thread Tom Breton (Tehom)
s m_controlList. So not setting m_controlList for synth looks like a mistake. I'll patch it. Tom Breton (Tehom) -- LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, upd

Re: [Rosegarden-user] show pitch bend ruler: nothing happens

2012-11-03 Thread Tom Breton (Tehom)
ntrolRuler) but at a cursory glance, that check looks like it's satisfied. Tom Breton (Tehom) -- LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs f

Re: [Rosegarden-user] Selection of MIDI output channel when using MIDI Thru routing.

2012-10-29 Thread Tom Breton (Tehom)
ed but Rosegarden pushes this to the extreme. The Event list and the > MIDI display in the transport both display notes & velocity but do not > have > any indication of channel or to which output port they are routed. The event list can't. The transport displa

Re: [Rosegarden-user] Instrument (midi channel) change is not updated during playback [WAS] Re: auto channel takes over and re-activates automatically

2012-10-27 Thread Tom Breton (Tehom)
ome off that way, >> it's just because I'm constantly in a huge hurry, and I'm being terse. >> >> Anyway, looks like Tom restored the existing behavior for you. Check it >> out! > > Actua

Re: [Rosegarden-user] Instrument (midi channel) change is not updated during playback [WAS] Re: auto channel takes over and re-activates automatically

2012-10-26 Thread Tom Breton (Tehom)
k dialog at the left is showing? If I understand your question, that will work if you set fixed channel and uncheck "Bank" and "Program" in "Instrument Parameters". Tom Breton (Tehom) ---

Re: [Rosegarden-user] Instrument (midi channel) change is not updated during playback [WAS] Re: auto channel takes over and re-activates automatically

2012-10-26 Thread Tom Breton (Tehom)
ack. A bit quick-and-dirty: segmentInstrumentChanged just remaps the segment. There's a much faster way to do it but it'd be more complex and it's not clear that it needs to be that fast. Tom Breton (Tehom) ---

Re: [Rosegarden-user] Instrument (midi channel) change is not updated during playback [WAS] Re: auto channel takes over and re-activates automatically

2012-10-26 Thread Tom Breton (Tehom)
> On 10/25/2012 05:16 PM, Tom Breton (Tehom) wrote: > >> But what's puzzling me most is that I can't reproduce it in the current >> working version. I did what I thought the steps were, but I must have >> missed something. > > First up, let's all ge

Re: [Rosegarden-user] Instrument (midi channel) change is not updated during playback [WAS] Re: auto channel takes over and re-activates automatically

2012-10-25 Thread Tom Breton (Tehom)
to the outgoing queue, the event is blocked from the hardware. Michael had it right, "Holy crap, Batman". I do hate leaving regressions unfixed, and if there's real demand for this, I could probably desig