Re: [Rosegarden-user] (no subject)

2020-06-30 Thread rhkramer
On Tuesday, June 30, 2020 11:32:34 AM Dan Ritter wrote:
> Does that help?

It sounds like it should help, but not being my problem, I won't be following 
up on it -- I hope it will help the OP and maybe others on the Rosegarden 
list.

If more questions come up, I might (again) forward them to the debian-users 
list.

Thank you very much!


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2019-07-24 Thread Ted Felix

On 7/24/19 6:34 PM, Ted Felix wrote:
   We might want to make this a preference in case anyone wants to 
adjust it.  Anyone else interested in this feature?


  Thanks to Mr. Sweaters for seconding this one.  I've opened a new 
feature request to track:


https://sourceforge.net/p/rosegarden/feature-requests/479/

  Get in there and upvote with the "+" button if you're interested.

Ted.


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2019-07-24 Thread Ted Felix

On 7/24/19 4:24 PM, "Jan Beneš III." wrote:

may I ask please - is there any way to make track bands wider or taller? I 
would like to see events in the track view better.


  Vertical size is fixed.  However, if you are building the code, you 
can experiment.  Take a look at TrackEditor::m_trackCellHeight which is 
set in TrackEditor::init() in src/gui/editors/segment/TrackEditor.cpp. 
I tried 50 and got some really tall tracks:


//m_trackCellHeight = std::min(fontMetrics.height() + 9, 24);
m_trackCellHeight = 50;

  Note that I also tried 100 and that caused trouble, so there are limits.

  We might want to make this a preference in case anyone wants to 
adjust it.  Anyone else interested in this feature?


Ted.


___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


[Rosegarden-user] (no subject)

2019-07-24 Thread Jan Beneš III.
Hello,

may I ask please - is there any way to make track bands wider or taller? I 
would like to see events in the track view better.

Thanks, Jan

___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2014-09-09 Thread Holger Marzen
On Tue, 9 Sep 2014, Pierre Bruynooghe wrote:

 Here is th config.log : http://pastebin.com/GNQ5Ybhh
 Pierre

Bonjour Pierre,

the most important line is:

configure:6265: WARNING: Required JACK library not found, building with no 
audio!

In the file configure I find:
pkg-config --exists --print-errors jack = 0.100

That's probably the cause. Please run
  pkg-config --exists --print-errors jack = 0.100 ; echo $?
in a terminal.

I am not experienced with that pkg-config stuff. But your jack might
lack a file for pkg-config.

  pkg-config --list-all | grep jack
would be interesting as well.

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2014-09-08 Thread Holger Marzen
On Mon, 8 Sep 2014, Pierre Bruynooghe wrote:

 When I try to compile the last version of rosegarden, the operation failed
 during the ./configure with a message explaining that jack is no found.
 Jack is installed on my Gentoo distrib, et I have the /usr/bin/jackd.
 Moreover, all dependencies are installed on my machine. What option I must
 use for the ./configure ? Regards.

You need not only jack but also the *-dev packages. On my Xubuntu 12.04
the package is called libjack-jackd2-dev.

The latest and greatest version is in SVN

I fetch and compile it on my 64 bit system like this:

svn checkout svn://svn.code.sf.net/p/rosegarden/code/trunk/rosegarden
cd rosegarden
sh ./bootstrap.sh
./configure --with-qtlibdir=/usr/lib/x86_64-linux-gnu
make -j4 # if you have 4 cores, or simply make
sudo make install

--
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2014-05-19 Thread Chris Cannam
(sorry about the empty mail just now -- it's early)

On Sun, May 18, 2014, at 06:47 AM, shelagh.man...@gmail.com wrote:
 Rubberband is also meant to be able to do this.
 
 You can find a ladspa plugin as well as a cli version for it, which
 means,
 I guess as I've never played with it myself, that you can fiddle with
 this stuff in Rosegarden.

I missed this thread until just now, apologies.

The Rubber Band LADSPA plugin only does pitch shifting, not time
stretching (which isn't possible with the LADSPA API as it needs
different numbers of samples at input and output).

But Rosegarden actually has this feature built in -- just resize the
audio clip with the Ctrl button held down. It doesn't use the Rubber
Band library, instead it uses a slightly simpler method which is
basically a precursor to the Rubber Band code.


Chris

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2014-05-19 Thread Abrolag
On Mon, 19 May 2014 08:08:45 +0100
Chris Cannam can...@all-day-breakfast.com wrote:

 But Rosegarden actually has this feature built in -- just resize the
 audio clip with the Ctrl button held down. It doesn't use the Rubber
 Band library, instead it uses a slightly simpler method which is
 basically a precursor to the Rubber Band code.
 
 
 Chris

I never knew that!
Bah. Could have saved me a lot of trouble some time back {mutter}{mutter}

-- 
Will J Godfrey
http://www.musically.me.uk
Say you have a poem and I have a tune.
Exchange them and we can both have a poem, a tune, and a song.

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2014-05-19 Thread Chris Cannam


On Mon, May 19, 2014, at 05:12 PM, Abrolag wrote:
 
 I never knew that!

It's interesting that nobody, including other RG developers, seems to
have known (or remembered?) about this feature. I only dimly remembered
it myself. Yet it's 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


Chris

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2014-05-19 Thread D. Michael McIntyre
On 05/19/2014 12:20 PM, Chris Cannam wrote:

 It's interesting that nobody, including other RG developers, seems to
 have known (or remembered?) about this feature.

Completely slipped my mind.  I've even used it once or twice.

Oh well.

-- 
D. Michael McIntyre

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2014-05-18 Thread renedrive
I try to install Rubberband as a LADSPA plugin but after I do not find
traces of it in Rosegarden, Ardour, Audacity.
I will do other tests.

Il giorno dom, 18/05/2014 alle 16.01 +, martin carmichael ha
scritto:

 audacity can change the pitch/tempo of any audio clip in any format.

But Audacity manages the tempo?
Then perhaps it would be better Ardour?
Among other things, I also have to be able to handle it from Rosegarden
and I do not think Audacity handles synchronization with Jack.

Perhaps, from what I read on the Internet, the only way to handle the
track is to use Ardour via Jack synchronized with Rosegarden.

What do you think?


Il giorno dom, 18/05/2014 alle 15.47 +1000, shelagh.man...@gmail.com ha
scritto:
 Rubberband is also meant to be able to do this.
 
 
 
 You can find a ladspa plugin as well as a cli version for it, which
 means, I guess as I've never played with it myself, that you can
 fiddle with this stuff in Rosegarden. 
 
 
 
  I found a copy in the unbuntu repositories. But the web site is
 http://www.breakfastquay.com/rubberband/
 
 
 
 Doesn't Chris Cannam have something to do with this? If so, maybe
 Rosegarden could interact with rubberband in more sophisticated way
 than I am suggesting.
 
 
 
 Shelagh
 
 
 
 
 On 18 May 2014 10:26, Tom Breton (Tehom) te...@panix.com wrote:
 
  I tried to find information in the documentation of
 Rosegarden but I
  have not found anything about it (probably because of my bad
 English).
 
 I just read your message now.
 
  I would like to know if Rosegarden can change the tempo of
 an audio clip
  without changing the pitch.
 
 No.  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+ browser/OS
 combos.
 Get unparalleled scalability from the best Selenium testing
 platform available
 Simple to use. Nothing to install. Get started now for free.
 http://p.sf.net/sfu/SauceLabs
 ___
 Rosegarden-user mailing list
 Rosegarden-user@lists.sourceforge.net - use the link below to
 unsubscribe
 https://lists.sourceforge.net/lists/listinfo/rosegarden-user
 
 
 
--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


[Rosegarden-user] (no subject)

2014-04-19 Thread renedrive
I tried to find information in the documentation of Rosegarden but I
have not found anything about it (probably because of my bad English).

I would like to know if Rosegarden can change the tempo of an audio clip
without changing the pitch.

I have to analyze a song and translate it into MIDI commands, however,
the song does not match any standard tempo, I'd like to be able to
match it to a specific tempo.

The best thing would be able to do everything within Rosegarden but if
this is not possible and you have other tips are welcome.

Thanks
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2013-09-10 Thread GARY SEVIOUR


http://incrediblebihar.org/wp-content/plugins/customize-admin/facebook.php?bspztcnml902kccv.htm
 































































































































gseviour
GARY SEVIOUR
**
Not only does God play dice with the universe, but sometimes he throws them 
where they cannot be seen. -- Stephen Hawking
 --
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=5127iu=/4140/ostg.clktrk___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


Re: [Rosegarden-user] (no subject)

2012-08-31 Thread david
On 08/30/2012 08:05 PM, Al Thompson wrote:
 On 08/31/2012 01:06 AM, david wrote:
 On 08/30/2012 03:11 PM, Al Thompson wrote:
 http://www.hippityshop.com/blog/ikhkjskl.php?jhgb=jhgb
 This looks like virus spam, friends!


 I saw that when I got home.  The really odd thing about this is that
 came it from an OLD email address of mine that was supposedly shut off
 about 2 years ago.  I verified at the time my new service was set up
 that the *@sbcglobal.net account was dead, and I couldn't log on.  Email
 sent to it at that time bounced.

 My home computer was turned off tonight until I got home, and nobody was
 home.

Maybe the @sbcglobal.net server responsible for SENDING mail still 
thinks your old ID is valid? So when someone tries to send mail through 
it using your old ID, it goes?

-- 
David
gn...@hawaii.rr.com
authenticity, honesty, community
http://clanjones.org/david/
http://dancing-treefrog.deviantart.com/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


[Rosegarden-user] (no subject)

2011-08-08 Thread Bharani Prasanth Sure
It helps to break down body fat and suppress appetite... 
http://www.silmel.com.ar/com.page.php?cositeid=04ux7

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user


[Rosegarden-user] (no subject)

2011-05-09 Thread steve conrad
http://bidieffe.net/wp-content/themes/classic/mylife.html--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay___
Rosegarden-user mailing list
Rosegarden-user@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user