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

Recording Gear and Equipment [BG] Forum for any issues regarding recording and recording gear


Supporting Membership
Thank You

Latest Supporting Member
Donate to Upgrade Today

Reply
 
Thread Tools Search this Thread
  #1  
Old 09-09-2010, 06:42 PM
santucci218's Avatar
Registered User
 
Join Date: Jan 2007
Location: Pittsburgh
Send a message via AIM to santucci218
Supporting Member
Leaving Cubase...Recording Program Ideas?

Sign in to disble this ad
Cubase has just been a farce for me lately. I am running Cubase 5. I am getting C++ errors. I am getting ASIO peaks and clipping. I google the problems, and i just get tons of threads on forums without resolutions. Its really killing me. I want a new recording program. One that can handle VST stuff, like Amplitube 3 and Guitar Rig and EZDrummer. It also has to be able to work with Windows 7 64 bit, if possible. If not, i have my computer double booted to XP32 bit, but im outgrowing it.

Please, any information would be a great help guys. And if you know any other VST for drums besides EZDrummer, let me know. Im growing tired of that program too.
  #2  
Old 09-09-2010, 08:40 PM
Registered User
 
Join Date: Aug 2006
Location: London, UK
Before binning what you've paid a fair sum of money for, have you downloaded the latest updates? I know plenty of people who are running Cubase 5 on Windows 7 64bit and windows xp 32, without a single hitch, so I'm a bit confused as to where your particular problems are coming from.

Alternatives? Pro Tools, Sony Acid, Ableton Live, Sonar, plenty about that will suit your needs. In terms of drums? I use BFD 2 and it does the trick nicely.
__________________
Fender MIJ Club Member #20 Fender MIA Club Member #200
My Bands Myspace: myspace.com/jakal : : myspace.com/thenightcode
  #3  
Old 09-14-2010, 02:33 PM
winston's Avatar
Registered User
 
Join Date: May 2000
Location: Berkeley, CA
Supporting Member
I'd give Reaper a try. Not as fancy as Cubase on the MIDI end yet, but a very capable host with great developers/community. Fully-functional trial version with no expiration, reasonable price.

I tried Sonar but did not click with it (though it's full-featured). Acid has its points but I don't like its window management. Live is intriguing but from what I hear version 8 is unstable. I mostly use Reason/Record and Reaper with various VSTs.

If I was going to spend a bunch of money on a Windows-only host I'd probably go with Magix Samplitude, which has deep editing capabilities. I often use Reason for drums, but I've tried BFD Lite as well.
__________________

tunes
videos
blog

Last edited by winston : 09-18-2010 at 02:23 PM. Reason: grammar & sense-making
  #4  
Old 09-14-2010, 02:41 PM
Registered User
 
Join Date: Apr 2010
Location: NJ
Reaper

What's your interface?
  #5  
Old 09-17-2010, 12:52 PM
santucci218's Avatar
Registered User
 
Join Date: Jan 2007
Location: Pittsburgh
Send a message via AIM to santucci218
Supporting Member
firebox!
  #6  
Old 09-17-2010, 01:23 PM
4Mal's Avatar
Endorsing Curmudgeon: Mal's Kitchen Cruelties ...
 
Join Date: Jun 2002
Location: Columbia River Gorge
Supporting Member
Ok - so here is the approach I've been taking with ProTools. PT is notoriously hard on Windows machines. The issues are available memory and conflicts with other running software. To free things up, rather than starting PT using the supplied shortcut, I run it from a .bat file that unoads a number of non-essential sevices from Windows rior to launching PT. When I say non-essential, I mean non-essential while Pt is running. As my machine is primarily a recording device first, I don't bother to re-load the services on exit from PT though that would be easy enough. I've gained a HUGE amount of stability.

This technique is something I found over at the ProTools DUC and is not something I conceivd of myself so credit belongs elsewhere. me ? I'm just glomming on ...

echo **********************************************
echo If you need to find services quickly, goto
echo start>run> and type (services.msc)
echo **********************************************
net stop "Alerter"
net stop "Automatic Updates"
net stop "Error Reporting Service"
net stop "Event Log"
net stop "Print Spooler"
net stop "Remote Registry"
net stop "Terminal Services"

echo **********************************************
echo My services...
echo **********************************************
net stop "Symantec AntiVirus"
net stop "Symantec AntiVirus Definition Watcher"
net stop "Symantec Event Manager"
net stop "Symantec Network Drivers Service"
net stop "Symantec Settings Manager"
net stop "Help and Support"
net stop "Infrared Monitor"
net stop "DNS Client"
net stop "IPSEC Services"
net stop "Network Connections"

echo **********************************************
echo Processes
echo **********************************************
TASKKILL /F /IM "wmiprvse.exe"
TASKKILL /F /IM "rundll32.exe"
TASKKILL /F /IM "explorer.exe"

echo **********************************************
echo Start Pro Tools
echo **********************************************
"C:\Program Files\Digidesign\Pro Tools\ProToolsLE.exe"

NOTE - above is the code from the PT DUC post found at http://duc.digidesign.com/showthread.php?t=214201
Some of those services don't apply to me so I removed those lines from the .bat Those referencing Symantec for instance.

I was ready to junk PTLE before I finally got it stable ... I still may in favor of regressing to a Tascam all in one like the 2488 or whatever the current stable edition after winter NAMM rolls around this year... it won't be for the stability but for the more analog work flow though.
__________________
I think I'd know normal if I saw it ... 'Calvin

Last edited by 4Mal : 09-17-2010 at 01:28 PM.
  #7  
Old 09-17-2010, 01:39 PM
MonetBass's Avatar
My favorite songs were never heard on the radio
 
Join Date: Sep 2006
Location: Tulsa, OK
Supporting Member
FYI I've been running Cubase 4 LE (which came with my USB Audiobox) on Windows 7 64-bit without any issues for 10 months. The snag when we got the new machine was not Cubase (it installed and ran OK, but I did have to install a couple of patches to stabilize it) but the 64-bit driver for the Audiobox. Luckily Presonus came out with that two weeks later and I was up and running. Good luck with your search.
  #8  
Old 09-17-2010, 01:39 PM
Registered User
 
Join Date: Nov 2009
Location: Inverness Scotland
I'm running ProTools 8.04 on Win 7 64 and a dual xeon dual core processor machine (dell 690) with 8gb ram a raid array.
It's solid... I have the intrument expansion pack which is the muts nuts.
No reason for separate boots if you can get a powerful enough machine to start with.
P.s I got the Dell 690 from ebay from a surplus place it was only a year old and was cheaper than a budget laptop.
  #9  
Old 09-18-2010, 04:03 AM
Registered User
 
Join Date: Feb 2006
Location: Kent UK
Send a message via Yahoo to thefruitfarmer
Quote:
Originally Posted by santucci218 View Post

........... i have my computer double booted to XP32 bit, but im outgrowing it.
The double booting could be part of the problem, it may be making the PC a little unstable.

Are you going on the net with the same PC as well?

I have always had a separate PC for music, with XP and Cubase only, a second hard drive for the audio. It gives the Cubase room to breathe as were.
__________________
myspace page evolutionarboretum
Athiest, Socialist, Knob Jockey.
  #10  
Old 09-27-2010, 08:30 AM
MonetBass's Avatar
My favorite songs were never heard on the radio
 
Join Date: Sep 2006
Location: Tulsa, OK
Supporting Member
FYI, I installed Google Chrome last week, and it caused my Cubase to blow up pretty consistently. I uninstalled it and the problem went away.
  #11  
Old 09-29-2010, 04:58 AM
Banned
 
Join Date: Aug 2009
Location: Holland
I have Cubase LE running on a PIII 566 or something like that and it's been working well for over two years now.
Bought it secondhand for 40,00 euro's.
1 reason for that I think is, that it's not fysicaly connected to the net.
I would never ever have my DAW with my precious songs, linked to the net, with al them bored lil kids trying to F*** with yur PC.
  #12  
Old 10-01-2010, 01:38 PM
mambo4's Avatar
Registered User
 
Join Date: Jun 2006
Location: Seattle
Supporting Member
Mackie's Tracktion doesn't get much love around hear, but I think it's workflow layout is the best I've seen. I never have to hunt through menus or popup windows for anything.
  #13  
Old 10-01-2010, 02:29 PM
Registered User
 
Join Date: Aug 2004
Quote:
Originally Posted by 4Mal View Post
Ok - so here is the approach I've been taking with ProTools. PT is notoriously hard on Windows machines. The issues are available memory and conflicts with other running software. To free things up, rather than starting PT using the supplied shortcut, I run it from a .bat file that unoads a number of non-essential sevices from Windows rior to launching PT. When I say non-essential, I mean non-essential while Pt is running. As my machine is primarily a recording device first, I don't bother to re-load the services on exit from PT though that would be easy enough. I've gained a HUGE amount of stability.

This technique is something I found over at the ProTools DUC and is not something I conceivd of myself so credit belongs elsewhere. me ? I'm just glomming on ...

echo **********************************************
echo If you need to find services quickly, goto
echo start>run> and type (services.msc)
echo **********************************************
net stop "Alerter"
net stop "Automatic Updates"
net stop "Error Reporting Service"
net stop "Event Log"
net stop "Print Spooler"
net stop "Remote Registry"
net stop "Terminal Services"

echo **********************************************
echo My services...
echo **********************************************
net stop "Symantec AntiVirus"
net stop "Symantec AntiVirus Definition Watcher"
net stop "Symantec Event Manager"
net stop "Symantec Network Drivers Service"
net stop "Symantec Settings Manager"
net stop "Help and Support"
net stop "Infrared Monitor"
net stop "DNS Client"
net stop "IPSEC Services"
net stop "Network Connections"

echo **********************************************
echo Processes
echo **********************************************
TASKKILL /F /IM "wmiprvse.exe"
TASKKILL /F /IM "rundll32.exe"
TASKKILL /F /IM "explorer.exe"

echo **********************************************
echo Start Pro Tools
echo **********************************************
"C:\Program Files\Digidesign\Pro Tools\ProToolsLE.exe"

NOTE - above is the code from the PT DUC post found at http://duc.digidesign.com/showthread.php?t=214201
Some of those services don't apply to me so I removed those lines from the .bat Those referencing Symantec for instance.

I was ready to junk PTLE before I finally got it stable ... I still may in favor of regressing to a Tascam all in one like the 2488 or whatever the current stable edition after winter NAMM rolls around this year... it won't be for the stability but for the more analog work flow though.
You can run something like this with just about any daw.

or Start -> Run -> msconfig

And turn a bunch of crap off.

There's some hackware version that lets you have several configs you can boot from.

Don't install AV on a DAW box, keep it off the internet. You won't need it.

And Mac guys don't need to be smug, because they have a lot of extra processes running also.
__________________
"The good thing about science is that it’s true whether or not you believe in it." - Neil DeGrasse Tyson 2011
  #14  
Old 10-01-2010, 04:21 PM
Registered User
 
Join Date: Sep 2010
Live 8 unstable? You talkin in Windows 7 or in general?
I've been using Live 8 for almost 2 years and it has been rock solid for me on XP32. Remixing with tons of VSTs, Reason rewire and even mixing 16 plus audio tracks. Never so much as a hiccup.
__________________
Praise & Worship #803;Florida Bassists Club #168;
Ibanez Club #693;Bassists Who Drive Manual #67
  #15  
Old 10-09-2010, 12:41 PM
Bufalo's Avatar
Registered User
 
Join Date: Jan 2005
Location: Harrisburg, PA
Send a message via AIM to Bufalo
Supporting Member
Reaper user here. I also have PreSonund StudioOne, but I keep going back to the Reap.
__________________
Greg Martin
Peavey Unity Koa, Ibanez RD500, Squier VM 70's Jazz, Fretless P-Bass Mutt, Fretted P-Bass Mutt.
SWR Fan Club #140 - Goliath III, Super Redhead
GK MB500, Neo 112-II
  #16  
Old 10-09-2010, 07:27 PM
Registered User
 
Join Date: Nov 2008
Location: Florida
I've been using Reaper lately as well, and it is awesome, especially for the current price of $40 (don't let the price fool you) Multiple takes each get their own sub track and can be auditioned on the fly. I have Live, Samplitude, Acid pro and FL studio, and I've tried older versions of Cubase, and i like Reaper best for recording.
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 12:56 PM.




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.