Go Back   TalkBass Forums > Bass Guitar Forums > Bass Guitar Forums > General Instruction [BG]
Register Rules/FAQ/CUP Members List Search Today's Posts Mark Forums Read

General Instruction [BG] General questions regarding bass playing, theory, and bass lessons.


Supporting Membership
Thank You

Latest Supporting Member
Donate to Upgrade Today

Reply
 
Thread Tools Search this Thread
  #1  
Old 10-30-2006, 05:48 AM
Registered User
 
Join Date: Jun 2002
Location: Bloomington, IN
Slow Gold: Open Source Equivelant?

Sign in to disble this ad
Does anyone know of a free, open source (http://en.wikipedia.org/wiki/Open_source) equivllent to the Slow Gold software (http://www.activemusician.com/item--HL.00631160), which has the ability to slow down a bass line without altering the pitch?
__________________
Bloomington, IN
  #2  
Old 10-30-2006, 08:50 AM
Registered User
 
Join Date: Dec 2005
well, you can download a free version of amazing slow downer, but it will only play the first 1/3 of a song as long as it is unregistered
  #3  
Old 10-30-2006, 11:29 AM
Registered User
 
Join Date: Jun 2002
Location: Bloomington, IN
Since posting this, I've discovered that Windows Media Player actually has a slow down function. I don't think it changes the pitch, but I have to check.

I will check into the hint you've given - thanks for the tip!
__________________
Bloomington, IN
  #4  
Old 10-30-2006, 04:41 PM
Registered User
 
Join Date: May 2004
Location: St. Louis, MO, U.S.
You could always do it with Audacity.
__________________
--Paul Donnelly
  #5  
Old 10-30-2006, 05:47 PM
Registered User
 
Join Date: Jun 2002
Location: Bloomington, IN
I didn't know that. I had Audacity installed on my computer at one time, but uninstalled it because I wasn't using it much. Can it be slowed down in Audacity without altering the pitch?
__________________
Bloomington, IN
  #6  
Old 10-30-2006, 06:34 PM
Registered User
 
Join Date: May 2004
Location: St. Louis, MO, U.S.
Quote:
Originally Posted by mattzink
I didn't know that. I had Audacity installed on my computer at one time, but uninstalled it because I wasn't using it much. Can it be slowed down in Audacity without altering the pitch?
Yes. "Change Tempo" is the filter you want. No way to adjust it as it plays, of course; you've got to undo your stretch then redo it at the new tempo you want, but that may be enough.
__________________
--Paul Donnelly
  #7  
Old 10-30-2006, 06:37 PM
Jazz Ad's Avatar
I took the one less traveled by
 
Join Date: Mar 2002
Location: Reims, Champagne, France
GOLD Supporting Member
Actually any wave edition program can do this. Some just happen to specialize into it.
  #8  
Old 10-30-2006, 07:30 PM
Registered User
 
Join Date: Oct 2003
Location: Petaling Jaya, Malaysia
Send a message via MSN to kiwlm Send a message via Yahoo to kiwlm
If you are using Linux and you don't mind a command line version, then there's
http://sourceforge.net/projects/opentranscribe

Programmed by yours truly. I actually intended to make a GUI and cross platform version, but since I rarely run Windows, the current state of the software is usable for myself.

Are there any programmers here that would like to port it to Windows/Mac? I have already made an effort to use cross platform libraries like SoundTouch and portaudio.
  #9  
Old 10-30-2006, 08:28 PM
WillPlay4Food's Avatar
Now With More Metal!
Moderator
 
Join Date: Apr 2002
Location: Harte fjord, CT
Supporting Member
I wouldn't mind giving a shot at porting to OS X. Hey, weren't you the guy that was working on a Windows version of my Musical Scales program at one point? How did that go?
__________________
Check out my OS X music software here!

Your friendly neighborhood "This one goes to eleven" Amps co-moderator.

Ashdown Owner Club Member #4
  #10  
Old 10-30-2006, 10:12 PM
Registered User
 
Join Date: Oct 2003
Location: Petaling Jaya, Malaysia
Send a message via MSN to kiwlm Send a message via Yahoo to kiwlm
Quote:
Originally Posted by WillPlay4Food
I wouldn't mind giving a shot at porting to OS X. Hey, weren't you the guy that was working on a Windows version of my Musical Scales program at one point? How did that go?
That will be great! I will PM you.

Yeah, I was the guy who was working on a Windows version, I think I left it somewhere. As that is not a software that I use everyday, I stopped working on it.
  #11  
Old 10-31-2006, 09:06 AM
Registered User
 
Join Date: Jun 2002
Location: Bloomington, IN
My laptop is dual boot - Ubuntu and XP. I'd be willing to try any software you have, help you develop it in anyway I can. A warning though - I'm a Linux n00b. I love it, but I'm just now learning it.
__________________
Bloomington, IN
  #12  
Old 10-31-2006, 08:26 PM
Registered User
 
Join Date: Oct 2003
Location: Petaling Jaya, Malaysia
Send a message via MSN to kiwlm Send a message via Yahoo to kiwlm
Quote:
Originally Posted by mattzink
My laptop is dual boot - Ubuntu and XP. I'd be willing to try any software you have, help you develop it in anyway I can. A warning though - I'm a Linux n00b. I love it, but I'm just now learning it.
Do you have experience installing programs from source? The
"./configure", "make", and "make install" steps.

If you know, then you can download the source from
http://sourceforge.net/project/showf...roup_id=177985

The program uses some libraries, its all stated in the INSTALL file, I have also included the url there in case your distro do not provides those packages.

I would be glad to help you get this program running on your system. PM me if you need more help.
  #13  
Old 10-31-2006, 08:30 PM
Registered User
 
Join Date: Jun 2002
Location: Bloomington, IN
I don't really have any experience installing such programs - what is involved?
__________________
Bloomington, IN
  #14  
Old 10-31-2006, 10:21 PM
Registered User
 
Join Date: Oct 2003
Location: Petaling Jaya, Malaysia
Send a message via MSN to kiwlm Send a message via Yahoo to kiwlm
Quote:
Originally Posted by mattzink
I don't really have any experience installing such programs - what is involved?
I would have loved to make a statically linked binary version for you, but compiling open source programs should be learned to tap in the multitude of available open source softwares out there!

Do you have internet on your ubuntu? This type of things are best taught thru irc or Instant Messengers. Have you visisted #ubuntu in freenode? I am sure there are plenty helpful people there.
  #15  
Old 11-09-2006, 10:31 PM
Registered User
 
Join Date: Oct 2003
Location: Petaling Jaya, Malaysia
Send a message via MSN to kiwlm Send a message via Yahoo to kiwlm
Quote:
Originally Posted by mattzink
I don't really have any experience installing such programs - what is involved?
Are you still aruond?

I have created a binary for debian, which should be able to be used on ubuntu as well. Just download this program and run it
http://prdownloads.sourceforge.net/o.../tot2?download

Make sure you don't save it as text file.
And if you can't run it, just do a "chmod u+x tot2".

Then its just "tot2 <mp3/ogg/wav file>"
  #16  
Old 11-10-2006, 05:28 AM
Registered User
 
Join Date: Jun 2002
Location: Bloomington, IN
Okay - I'll let you know what happens after I do it. I may not get to it right away, but I'll keep you posted.
__________________
Bloomington, IN
  #17  
Old 11-10-2006, 07:23 AM
Registered User
 
Join Date: Mar 2006
foobar2000 with the soundtouch dsp plugin
  #18  
Old 11-14-2006, 05:50 PM
Registered User
 
Join Date: Oct 2006
Quote:
Originally Posted by mattzink
Does anyone know of a free, open source (http://en.wikipedia.org/wiki/Open_source) equivllent to the Slow Gold software (http://www.activemusician.com/item--HL.00631160), which has the ability to slow down a bass line without altering the pitch?
not really answering your question, but.... Slow Gold really isn't very expensive at all, and it works great.... one of the best musical investments I've made. fwiw, -GFI
  #19  
Old 11-15-2006, 07:55 AM
Registered User
 
Join Date: Jun 2002
Location: Bloomington, IN
I'm all about open source. i also think my amp just went on the fritz, so i gots to save money.

okay, i've downloaded the soundtouch dsp and extracted it to the foobar folder - now what?
__________________
Bloomington, IN
  #20  
Old 11-16-2006, 12:23 AM
Registered User
 
Join Date: Dec 2004
Location: Seattle WA area
chesk out www.renegademinds.com for the Guitar & drum tutor program.
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Follow TalkBass on Twitter   Visit TalkBass on Facebook  

All times are GMT -6. The time now is 02:25 AM.




Copyright 2011 Talk Music Group Inc. All rights reserved.
Play guitar? Visit our new sister site TalkGuitar.com [beta]
Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.