|
|||
khanyz & scalawag thanks ! sorted now |
|||
| ^ | Joined: 22 Nov 2005 Member: #88648 | ||
|
|||
Thanks, folks. I saw that on another forum last night. RegEdit. Wow. I am frankly flabbergasted that the software has been released in the state it is in. ---- "Time makes fools of us all. Our only comfort is that greater shall come after us." Eric Temple Bell http://thetomorrowfile.bandcamp.com/ |
|||
| ^ | Joined: 04 Oct 2003 Member: #9515 | ||
|
|||
i cant even use my presonus firestudio project with mixbus,can only use asio4all
the windows version(IMHO)needs ALOT of work before i would spend that much money on it ---- http://soundcloud.com/subbasednb YOUTUBE http://www.youtube.com/user/SubbaseDnB/videos SHOW YOUR SUPPORT BUY MY SAMPLEPACK http://www.teamdnr.net/distorted-drums/ |
|||
| ^ | Joined: 02 Jan 2008 Member: #169659 Location: denmark | ||
|
|||
It has to be a really strong (stable, reliable with fast editing) tracking and mixing platform to make up for some of those things. It may be that, dunno.
They're selling it now (till Jan 31) for $170 to v1 owners. |
|||
| ^ | Joined: 04 Dec 2004 Member: #50422 | ||
|
|||
S-N-S wrote: i cant even use my presonus firestudio project with mixbus,can only use asio4all
the windows version(IMHO)needs ALOT of work before i would spend that much money on it Have you tried to install Jack for Windows? There is a easy howto on the Jack website how to setup this on windows. Normally Jack can use any audio card in the system but eventually there are some restrictions with the Mixbus version of Jack. Anyway, it's of course not the optimal solution for a professional DAW. There is the mediocre plug-in support where some of the major plug-ins are not working (like all Waves plug-ins) but also plug-ins using more than 2 inputs (like "The Glue") are not working. There is the missing VST path setting (this all is hardcoded this time to use the shared VST folder in the system). But the developers stated that some of this stuff will be fixed as soon as possible. |
|||
| ^ | Joined: 17 Aug 2004 Member: #37375 Location: Berlin, Germany | ||
|
|||
MickGael wrote: I am frankly flabbergasted that the software has been released in the state it is in. yea, its almost unbelievable
S-N-S wrote: the windows version(IMHO)needs ALOT of work before i would spend that much money on it I wouldn't spend single penny for it at it's current state. damn i wouldn't even want to use it if it was free if it requires so much hassle to make it work (asio4all? wtf, I din't buy my interface with rock solid drivers to use such wrapper. not ever again) and is so unstable. |
|||
| ^ | Joined: 21 Jun 2010 Member: #234330 | ||
|
|||
Btw. there are some more bugs eg. when using external effects with sends and a extra bus for the inserted hardware (return channels are muted some times).
Also unfortunately some crashes |
|||
| ^ | Joined: 17 Aug 2004 Member: #37375 Location: Berlin, Germany | ||
|
|||
i dont wanna have to install jack on my windows machine,before this should worki think i will stick with what i have ---- http://soundcloud.com/subbasednb YOUTUBE http://www.youtube.com/user/SubbaseDnB/videos SHOW YOUR SUPPORT BUY MY SAMPLEPACK http://www.teamdnr.net/distorted-drums/ |
|||
| ^ | Joined: 02 Jan 2008 Member: #169659 Location: denmark | ||
|
|||
Hi all,
Thanks for the nice comments and also the feedback on issues we need to fix ASAP. @Tehnik : if your I/O has an ASIO driver, you shouldn't need to install ASIO4ALL. Most pro-level soundcards have an ASIO driver. In an effort to keep things simple, we made a "questionable" decision to only allow one additional devices (the system "default" device) in addition to the ASIO devices. We've updated this so that more system devices (including devices that have, for example, DirectSound drivers but no ASIO drivers) are available. @S-N-S: there is no need to install JACK unless you want to route audio from another app into Mixbus. Some people have found that standalone JACK provides a few extra device drivers (see item above) and we are fixing Mixbus to expose that full set in the "Audio Setup" dialog. @MickGael: We intentionally kept the VST paths very limited for the first release, because we learned on OSX that problems with third-party plugins can hide more core issues that need to be addressed. We've got most of them sorted already, so you'll see a full VST "folder selector" in the first update. Thanks again for all your valuable feedback! ... oh wait, that's a dirty word in audio isn't it Best Regards, Ben Loftis Harrison Consoles |
|||
| ^ | Joined: 13 Oct 2009 Member: #217398 Location: Nashville, TN | ||
|
|||
BenLoftis wrote: @MickGael: We intentionally kept the VST paths very limited for the first release, because we learned on OSX that problems with third-party plugins can hide more core issues that need to be addressed. We've got most of them sorted already, so you'll see a full VST "folder selector" in the first update. Besides the folder selector, please provide VST shell support so that Waves plug-ins are working. A workaround (or later complete support) for plug-ins with more than 2 input channels mostly 4 for sidechain are important, because some well known plug-ins like "The Glue" are not working yet. Hmm.. and hopefully you can find the bug why ValhallaDSP plug-ins are not working (maybe has something todo with the Juice Framework) but Afaik you are in contact with Sean Costello about this. And Ben, thanks for your nice support! |
|||
| ^ | Joined: 17 Aug 2004 Member: #37375 Location: Berlin, Germany | ||
|
|||
scalawag wrote: In order to know where Mixbus is looking for VST plugins, open Regedit and search for VSTPluginsPath.
Change it to your VST plugin path. WTF? You really have to do this? Why can't you change it in the program? |
|||
| ^ | Joined: 20 Oct 2007 Member: #163492 Location: Sydney | ||
|
|||
It only takes about 10 seconds todo. |
|||
| ^ | Joined: 22 Nov 2005 Member: #88648 | ||
|
|||
Holophonic wrote: It only takes about 10 seconds todo.
Yes, but if you're new to regedit, or don't know what the registry is, it takes even less time to screw up your PC. It really should be in the application. I'll try to post a bat file which starts the application with a custom VST path, which is safer to use. Give me till tomorrow to get back to my PC. ---- PM me for 10% off at the FabFilter shop (New Customers Only). |
|||
| ^ | Joined: 16 Jul 2004 Member: #33410 Location: Yorkshire, UK | ||
|
|||
Here's a quick script to run MixBus with a custom VST folder
set VST_PATH=C:\Plugin Files\MixBusVSTs cd C:\Program Files\Mixbus\bin Mixbus2-32.exe Copy the script into a text editor (such as Notepad) and then, as required: 1) change the VST folder in the first line 2) change the install folder in the second 3) change the program file in the third. 4) save as "StartMixBus.bat" to your Desktop, or whatever/wherever you want To use it, double click on the file. A command window will remain open, but this is handy as it shows some debug info from jack. There also may be an issue where jack doesn't quit with MixBus, Harrison know about it. If you need to edit it, right-click on the file and select Edit. I hope it helps, Cheers. ---- PM me for 10% off at the FabFilter shop (New Customers Only). |
|||
| ^ | Joined: 16 Jul 2004 Member: #33410 Location: Yorkshire, UK | ||
|
|||
Gates did the right thing, using DOS to strengthen and stabilize win7. Thanks for preparing this script, it should help many users who find it in future google searches! Cheers |
|||
| ^ | Joined: 06 Oct 2004 Member: #43573 |
| KVR Forum Index » Hosts (Sequencers, DAWs, Audio Editors, etc.) | All times are GMT - 8 Hours |
|
Printable version |
Disclaimer: All communications made available as part of this forum and any opinions, advice, statements, views or other information expressed in this forum are solely provided by, and the responsibility of, the person posting such communication and not of kvraudio.com (unless kvraudio.com is specifically identified as the author of the communication).
Powered by phpBB © phpBB Group
















