slartabartfast
Max Output Level: -22.5 dBFS
- Total Posts : 5289
- Joined: 2005/10/30 01:38:34
- Status: offline
Re:X1c - My Two Cents
2011/03/27 15:04:44
(permalink)
A point that has been often made in other threads is that we DO have a mostly reliable version of Sonar, v8.5.3. Use it and be mostly productive/happy. Unfortunately, not everyone (not even everyone posting here) does have v 8.5.3. Have you looked for a copy to buy at the Cakewalk Store? I doubt you can find a legal new copy from a reliable supplier anymore. It might be time for Cakewalk to offer a free downgrade download of 8.5 to new purchasers of X1 like the Microsoft Vista/XP swap.
|
SilkTone
Max Output Level: -59.5 dBFS
- Total Posts : 1566
- Joined: 2003/11/10 17:41:28
- Status: offline
Re:X1c - My Two Cents
2011/03/27 15:26:01
(permalink)
kb420 jps Here is an interesting read about software development cycle Software Development Cycle Excellent post. Do you think that's what happened to X1???? I really think that the root of the problem is that the Sonar codebase has turned into spaghetti code, or was never properly structured to begin with. It still uses MFC, which originated in the early 90's and indicates that since those early years there hasn't been a rewrite of the code. Spaghetti code is also caused by poor up-front design, or years and years of inexperienced developers adding or changing existing code without understanding proper object oriented programming, abstraction and related concepts. Spaghetti code has the following characteristics: - Spaghetti code causes program flow to jump all over the place, making it difficult to follow and hence difficult to root cause bugs.
How it relates to Sonar: Seems there are many tired old bugs that just aren't getting fixed. Are they too difficult to track down? Or will changing the code be too difficult because the functionality is spread out all over the place? Or will changing the code result in breaking other functionality? We will never know, but I believe at least one of those scenarios to be true. - Spaghetti code makes it difficult to fix bugs without unexpected consequences. The analogy is that if you pull one strand of spaghetti, it results in changes in seemingly unrelated strands.
How it relates to Sonar: CW keeps fixing various bugs, but then we find out functionality that worked previously is suddenly and unexpectedly broken. - Spaghetti code makes it difficult to add new features without breaking existing features.
How it relates to Sonar: The new UI has brought a huge amount of new bugs, while seemingly unrelated functionality that previously worked is suddenly broken. - Spaghetti code slows down adding new functionality because there are no clearly defined divisions between existing functionality and hence no clear area to add the new functionality.
How it relates to Sonar: I'm not sure how this relates to Sonar but at a time when there are a lot of DAWs competing with new functionality, I'm sure the last thing you want is to be slowed down by a crusty, badly designed codebase.
The only solutions to this problem are code refactoring, or a complete rewrite. After so many years, it is probably difficult to refactor the code, but a rewrite might take too long. So I'm not sure what CW can do in this case. I certainly believe things would just get worse if they keep going down this path. I don't think X1 would even be able to get the bug count down to where 8.5.3 was before the next major release, unless they skip a major release cycle. BTW, all of this is just speculation. I have no idea what Sonar's code looks like, all I know is that it uses MFC, and all of the symptoms we see today point to years and years of accumulated cruft that resulted in a huge pile of unmanageable spaghetti code. Or maybe I just like saying "spaghetti code". Who knows...
Windows 10 Pro x64, SONAR Platinum 64-bitFocusrite Scarlett 18i8 USB, ASRock Z97 Pro4, Haswell 4790k @ 4.4GHz32GB DDR3/1600, 500GB SSD (OS) + 256 GB SSD + 3TB MDNVIDIA GTX-1070, 40" 4K Monitor + 1 Monitor in ISO booth
|
mikey
Max Output Level: -82 dBFS
- Total Posts : 404
- Joined: 2003/11/06 21:52:49
- Status: offline
Re:X1c - My Two Cents
2011/03/27 16:00:30
(permalink)
Any software package that needed over 200 fixes after just being release, did not stay long enough in the QA department, period. Money was the reason for this to happen, and not pride in workmanship. Lets get that part real clear here... Doesn't matter what happened in the past or how good 8.5.3 has become.... Thats not the issue. We paid for software that was not ready for release yet. THAT is the issue, and there is no way around that. So is this the programmers fault? Nope... Not in my opinion.... They just get the blame in most cases.... In the end, money talks and Bull%$@ walks... And that is really the simple reasons for all the mess here... Will it get fixed...? Sure, in time... But in the process, I do hope those people (and you know who you are) who are responsible for X1's unbreakable release date and the "we will fix it later" attitudes, lose just as much sleep as those poor programmers do. For those that say Im too harsh here, please leave your wallets on the curb next to your house. I'll be by later....
|
SilkTone
Max Output Level: -59.5 dBFS
- Total Posts : 1566
- Joined: 2003/11/10 17:41:28
- Status: offline
Re:X1c - My Two Cents
2011/03/27 16:08:55
(permalink)
Michael yes I agree that the developers were probably pressured from above, but note my point is that it is the developers that created the current environment where they can no longer keep up with the pace as dictated from above. If the code base was well-structured, then we would not be in this mess to begin with. Well-structured code bases do not suffer from the symptoms we see in Sonar. Sonar's symptoms map directly to what I described above. So in that regard it is the developers' fault since management has nothing to do with the actual code implementation.
Windows 10 Pro x64, SONAR Platinum 64-bitFocusrite Scarlett 18i8 USB, ASRock Z97 Pro4, Haswell 4790k @ 4.4GHz32GB DDR3/1600, 500GB SSD (OS) + 256 GB SSD + 3TB MDNVIDIA GTX-1070, 40" 4K Monitor + 1 Monitor in ISO booth
|
mikey
Max Output Level: -82 dBFS
- Total Posts : 404
- Joined: 2003/11/06 21:52:49
- Status: offline
Re:X1c - My Two Cents
2011/03/27 16:18:43
(permalink)
And a well structured code base, reflects well structured leadership guidance programs.... And management has EVERYTHING to do with that... It was NOT the dev's that released this, nor was it the testers. They knew it wasn't ready Im betting. Im not buying for one second those at the top didnt know what was going on.... Not ONE second... ; )
post edited by mikey - 2011/03/27 16:20:25
|
feedback50
Max Output Level: -79 dBFS
- Total Posts : 564
- Joined: 2004/05/31 12:08:15
- Location: Oregon, USA
- Status: offline
Re:X1c - My Two Cents
2011/03/27 16:29:27
(permalink)
I may have mentioned before that in my engineering group where I work, we have one team that develops the next new product while the other team maintains (and fixes) the current product. Once developement of the next product is complete, the groups change roles. The former development group becomes the sustaining (fixing) group for the newly introduced product. The former maintance group goes on to develop the next new product. The advantage is that it eliminates the "toss it over the wall" attitude that once released, it's someone elses problem. You desinged it. You released it. You get to fix whatever's wrong with it. I suspect that Cake being a small company, can't afford the luxury of having two full time groups like that. That means that at some point during the year, sustaining the current product diminshes, and efforts shift toward creating the next version.
|
SilkTone
Max Output Level: -59.5 dBFS
- Total Posts : 1566
- Joined: 2003/11/10 17:41:28
- Status: offline
Re:X1c - My Two Cents
2011/03/27 16:40:29
(permalink)
@mikey Yes you make a good point about management's responsibility to ensure that good programmers are hired, and that the correct guidance is in place to make sure developers follow good practices. The problem might be a cultural issue. Software that has been around for as long as Sonar started out when there weren't such a strong emphasis on good design practices. If the same developers are still working on the same codebase, they are probably so set in their ways (and oblivious to advancements in good software design since then) that it would be difficult to change it at this point. Management may or may not even be aware of the technical issues. Maybe the developers themselves can't see the forest for the trees, seeing as they have been working on the same code for so long and have never worked on well-structured code at all. Once again, we would never know the gory details, we can only speculate by looking at how Sonar is coming apart at the seams.
Windows 10 Pro x64, SONAR Platinum 64-bitFocusrite Scarlett 18i8 USB, ASRock Z97 Pro4, Haswell 4790k @ 4.4GHz32GB DDR3/1600, 500GB SSD (OS) + 256 GB SSD + 3TB MDNVIDIA GTX-1070, 40" 4K Monitor + 1 Monitor in ISO booth
|
Mr Blint
Max Output Level: -88 dBFS
- Total Posts : 116
- Joined: 2003/11/24 16:53:13
- Status: offline
Re:X1c - My Two Cents
2011/03/27 21:10:42
(permalink)
From a stability point of view I actually have had the best experience with This release since maybe they adopted the name Sonar. I had serious problems with Version 8 right thru to 8.53. Lots of crashes and it would crash every time I changed to a different Audio card (i have 3 and alternate between 2). I have amazingly not had a crash since I loaded X1 (I went straight to X1a and now have b installed. No crashes ... zero. Now I have seen a few issues (Like VVocal not working on anything that has been freshly split and occasional weirdness with the mutlidock) and some of the new layout changes are definitely half baked and need refinement or augmentation... but I have to say I don't see alot of these problems with stabiilty. The point I am making is that for me, clearly the new version was a step forward in stability hence from my experience the bakers have been continuing to work out bugs. For others it has been totally opposite. The problem is, that when new features are added, and when major portions of the program are "modernized" New bugs can get introduced and these might or might not affect your hardware and software configuration. We can all point to great software we used and great experiences, but I suspect we are all a bit deluded or maybe a better word is jaded... I think about my brother and his bizarre fanatical dedication to all things Apple... He accepts any limitations as insignificant and assumes that all standard features on Apple products are the best (best built in audio, best video, best software!) I have an ipad and both daughters have Apple stuff and it is good... but there all sorts of issues that bug the crap out of me... (try surfing the web on an Ipad without being able to see any flash content and you will lose your mind real quick) So for me, I always wait for at least one maintenance release before I adopt a new version. I provide constructive feedback to the vendors that purchase software and hardware from and I take my business elsewhere when they move in a direction I don't like.... I build my own PCs, but I pay consultants to provide me with the configuration(Motherboard, memory, video and anything else needed to maximize stability with my audio stuff... (though I still run into problems at various times.... ). My experience is that Cakewalk is a good company trying hard to remain responsive to their customers while still competing in their market. Not easy these days competing when development is being sent offshore by competitors and there are more and more players in their space - most of whom have the creative advantage of a "blank slate" to help them look modern and facilitate streamlined performance .... thats just the way it is.
Art for Art's Sake Money for God's Sake
|
cornieleous
Max Output Level: -74 dBFS
- Total Posts : 809
- Joined: 2004/11/04 03:17:18
- Status: offline
Re:X1c - My Two Cents
2011/03/27 22:05:49
(permalink)
Any software package that needed over 200 fixes after just being release, did not stay long enough in the QA department, period. Money was the reason for this to happen, and not pride in workmanship. Lets get that part real clear here... Don't know about the motivation, but the program definitely was either not put through QA enough, or released despite QA's pleas. What really gets me about the fixes, while I appreciate the effort put into them- those 200 fixes just prop up the program to mostly working status. I am willing to bet there are dozens (or more) things still not fixed. Whats more is that Cake still left a lot of the crazy design choices in place as if they are a good idea. I would have to see many of those items fixed in X1C before I would be satisfied that things are right. Examples of things I still consider broken by this release: - Snap settings disaster
- Control bar and GUI designed for HD+ resolutions only (and I cannot even see the whole control bar on 1080P).
- Synth rack view was wrecked when they locked it into the browser
- Controls, menus, and options program wide were stripped out and jammed into odd, inefficient corners. In a very few cases the changes are good, but in most bad. Perfect example was tearing half the things from track headers and jamming them into inspector; these should be available in both locations and made optional.
- Powerful features from previous versions of Sonar that were not in the way of anyone (customizations, etc) were removed for no good reason - perhaps just so they can re-market and resell them to us at a later date?
- Almost every new feature is not even really new - just a revision of something that was already there. In many cases not even an improvement in my opinion. All at the cost of hundreds of new bugs and the loss of any semblance of efficiency in several key areas of the GUI.
I was very happy as the fix list progressed, but then it just dried up without certain items important to me being addressed. I am not even bothering to put X1 back on my machine. The little bit of attitude I have seen from certain (not the majority of) Cakewalk employees, combined with the confusing mess that is this release has made me very cautious. If I part ways with Cakewalk in the future, the loss of 100 bucks is no big deal, but the thousands of bucks from upgrading for the past ten years plus the loss of history with my favorite sequencer will be frustrating. Its been said that it takes ten times the amount of work to rebuild reputation than it does to build it in the first place, and the same is true for developing new customers vs. retaining old ones. I am really hoping Cakewalk will do the right thing and make some more things right with an X1C. D
|
James_S
Max Output Level: -89 dBFS
- Total Posts : 54
- Joined: 2003/11/07 04:04:41
- Location: Sheffield, UK
- Status: offline
Re:X1c - My Two Cents
2011/03/28 04:53:45
(permalink)
While I can't say I've had any major problems with X1 I am somewhat uneasy. Generally I just work around problems, and modify my workflow to each thing that I'm doing, so I'm not going to see the things that others consider to be show stoppers - I'll just do it some other way. My real concern, is that one day, these bugs will bite me, and I'll have real problems. At this point in time, I would find it hard to justify an upgrade to X2, knowing that its not working quite as well as it should, and I'm perhaps spending longer doing the same jobs that I did in 8.5.3 I like X1 - it brings some nice features that I like and use, but I just have this nagging doubt about it. Its a bit like driving a car that has had a manufacturer recall - you'd be really wary of it, until it was fixed!
|
Somerset
Max Output Level: -78 dBFS
- Total Posts : 634
- Joined: 2004/10/20 06:07:27
- Location: Sydney, Australia
- Status: offline
Re:X1c - My Two Cents
2011/03/28 06:55:02
(permalink)
Mod Bod I think that everyone who is familiar with me over a long period of time would see me as a "live and let live" kind of guy. There are bullet point features added over the past three versions that I totally don't use - not even to an experimental curiosity kind of project. I have upgraded to keep current or because a certain feature that I will use costs as much as what I would pay a third party developer to get the same plug in. There is much that I like about X1 but it has taken three months to get the product to where it should have been out of the gate. It's still not where it should be at three months into the product cycle. So I've decided that I will see how long it takes the CW team to get the product to a level of completeness that I expect for a new version. When the next paid upgrade is introduced, I will wait exactly the same amount of time to upgrade. I think that this is the behavior that CW seems to want because it's always the late comers who seem to reap the rewards. If enough people do this, hopefully, someone will notice and learn from it. +1 to that. I have upgraded immediately to the newest version, as soon as it was released, since Pro 9 but I will be waiting a good 3 months next time, and then think carefully before upgrading.
|
hockeyjx
Max Output Level: -74 dBFS
- Total Posts : 839
- Joined: 2003/12/09 18:36:28
- Status: offline
Re:X1c - My Two Cents
2011/03/28 07:46:32
(permalink)
I do like the idea of freezing any future products to fix this X1 COMPLETELY! Fix all the ongoing pieces that have "workarounds" and really get the program on solid ground again. So far, this X1 debacle has really made Cakewalk look bad and made me question the horse I've chosen in the race. I don't think you can view the events of the past 5 months and not have serious concern over the future. There is hope, but I CANNOT see how we won't get to X1d or X1e at this point. And if the disturbing buggy trend continues, I can see a lot of people jumping ship.
Intel i7 950 Proc, Asus Sabertooth x58 MB, 2 Crucial 128GB SSDs and Seagate 1TBGB drive, 12GB Corsair 1600mhz 8-8-8-24 Memory, Nvidia GeForece 8400 Dual Monitor vid card Cooler Master Silent Pro 700w Power Supply, Cooler Master Sileo 500 Win 7 64 bit, SPlat 64-bit, Komplete 10 Ultimate, AmpliTube3 and AD2 Tascam FW-1884 and AKAI MPK-49
|
UnderTow
Max Output Level: -37 dBFS
- Total Posts : 3848
- Joined: 2004/01/06 12:13:49
- Status: offline
Re:X1c - My Two Cents
2011/03/28 08:12:23
(permalink)
SilkTone BTW, all of this is just speculation. I have no idea what Sonar's code looks like, all I know is that it uses MFC, and all of the symptoms we see today point to years and years of accumulated cruft that resulted in a huge pile of unmanageable spaghetti code. The TTSRES90.dll file is full of old bitmaps. If I am not mistaken, there is even old CPWA stuff in there. Another hint that the bakers are not very big on cleaning up and streamlining old code and resources. UnderTow
|
UnderTow
Max Output Level: -37 dBFS
- Total Posts : 3848
- Joined: 2004/01/06 12:13:49
- Status: offline
Re:X1c - My Two Cents
2011/03/28 08:58:36
(permalink)
SilkTone But then you have to ask yourself... If CW can't find enough competent programmers to pull off a complete UI rewrite, why did they choose to do it then? Whose fault is it that it failed? The customers' fault? Some people seem to imply that. And weren't it CW's customers that stated repeatedly that a bug-fix phase is required to flush out all old bugs instead of a list of useless new features? And wasn't it CW that chose to ignore that advice and went ahead to do the exact opposite, and in the process burried Sonar and all of its old bugs in a huge pile of new bugs? Two patches later, and the forum still lights up like a Christmas tree with newly discovered bugs. Not minor bugs - we're talking major features being completely broken. Whose fault is that? Poor innocent CW or the customers who were tricked into dropping $100 for a non-functional DAW 2.0? Entirely agreed. Cakewalk have a long history of directing resources at the wrong thing. At the risk of repeating myself, x64 support at the time instead of fixing existing issues and adding practical functionality was a very bad idea and a complete waste of resources. The 64 bit mix engine is still a bad idea. Cosmetic changes that mostly slow down workflow for the power users is just the latest incarnation of making the wrong development decisions IMO. Besides fixing bugs, Cakewalk should spend time on the details. We have heard the term "half-baked" all too often on this forum and there is good reason for that. Maybe it is time to bring back up my suggestions list: UnderTow's X1 Suggestion List If I can come up with so many things, most are more or less details, after using X1 for two days [1], how come Cakewalk can't figure these things out? UnderTow [1] That was X1a so maybe some of those things have since been addressed. I haven't bothered revisiting or extending that list due to the lack of feedback from Cakewalk.
|
keith
Max Output Level: -36.5 dBFS
- Total Posts : 3882
- Joined: 2003/12/10 09:49:35
- Status: offline
Re:X1c - My Two Cents
2011/03/28 10:54:17
(permalink)
|
UnderTow
Max Output Level: -37 dBFS
- Total Posts : 3848
- Joined: 2004/01/06 12:13:49
- Status: offline
Re:X1c - My Two Cents
2011/03/28 11:10:51
(permalink)
|
fhehle
Max Output Level: -90 dBFS
- Total Posts : 3
- Joined: 2011/03/29 08:57:42
- Status: offline
Re:X1c - My Two Cents
2011/03/29 09:30:59
(permalink)
Dgrm44, I agree with you. I usually don't post a lot in forums but I felt like registering just for this one. Some people may use Sonar just to have fun in their basement, but other people use it to make money. If the DAW doesn't work in the studio... the production stops. I own a small business here in Canada and this is what I do for living. I have been doing this for almost 10 years now. Since december, I look like a complete idiot in front of my clients. They already know what excuse I'm gonna give them when there is a problem and say: let me guess, your new Sonar crashed again right !? I'm glad that many of them have been working with me long enough to know that I'm not responsible for all this. Because of Sonar X1, I have lost several thousands of dollars in studio time. I have never sweared that much at a program in my life ! Sonar 8.5 worked perfectly, I should have never bought X1, this was very stupid of me.... it just "looked" so.. good ! Besides all the anoying little bugs, my main problem is: 90% of the time I open it, it crashes ! 90% of the time I close it, it crashes ! And it crashes my sound card too. Common, please Cakewalk ! what is this ? What is going on !? I have been patiently waiting for months for a 4 page (or more) update from you, promising my clients that after march everything would be fixed. I still have the same problems and I can't go back to 8.5 because I won't be able to open the newest projects. I am stuck. Questions: maybe I'm the one that doesn't understand something.. but please.. let me know. -Is it possible to select, for example, 10 audio tracks with the mouse and lower all of their volumes, in one shot, instead of doing it track by track ? I was able to do it in 8.5, but not in X1. Why ? -Is it possible to select, for example, 10 audio tracks with the mouse and assign them to the same bus, in one shot, instead of doing it track by track ? Because I can't and I'm loosing a lot of time over this. Last thing: Where are my track colors ??!!! In 8.5, I was able to put a different colors on each track. In big projects, it was extremely usefull in order not to get confused. Why is that great function gone ? Sorry, this post is a bit long... I am so upset. Francis
|
Rothchild
Max Output Level: -61 dBFS
- Total Posts : 1479
- Joined: 2003/11/27 13:15:24
- Status: offline
Re:X1c - My Two Cents
2011/03/29 09:50:37
(permalink)
Powerful features from previous versions of Sonar that were not in the way of anyone (customizations, etc) were removed for no good reason - perhaps just so they can re-market and resell them to us at a later date? I have this nagging discomfort also. It's one (dubious) thing to delay fixes in to the paid upgrade (such as the sidechain bug which was reported against 8.5.3) but to actually sabotage developed features take two steps back in order to take one step forward takes the ethics of the situation well beyond the line. I still think they should be running a 'stable' and 'development' branch so those of us who don't hanker for 'the bleeding edge' can see steady improvement to our software without having to deal with regular wheel reinvention. Child
|
UnderTow
Max Output Level: -37 dBFS
- Total Posts : 3848
- Joined: 2004/01/06 12:13:49
- Status: offline
Re:X1c - My Two Cents
2011/03/29 09:55:03
(permalink)
fhehle Dgrm44, Because of Sonar X1, I have lost several thousands of dollars in studio time. I have never sweared that much at a program in my life ! How is this possible? I can more or less understand starting one new project in X1 but once that gives you major problems that cost you time and money, surely every next project you start in 8.5, no? I still have the same problems and I can't go back to 8.5 because I won't be able to open the newest projects. I am stuck. I was under the impression hat X1 projects are backwards compatible with 8.5. (Except for Pro Channel of course) Have you tried? PS: I don't want to dismiss your issues and discontent in any way but it seems you need to cut your losses for now and use 8.5 rather than X1. UnderTow
post edited by UnderTow - 2011/03/29 09:56:47
|
fhehle
Max Output Level: -90 dBFS
- Total Posts : 3
- Joined: 2011/03/29 08:57:42
- Status: offline
Re:X1c - My Two Cents
2011/03/29 10:08:39
(permalink)
You are right about going back to 8.5. I was just hoping Cakewalk would fix everything with X1b that's why I kept using it..
|
HumbleNoise
Max Output Level: -46 dBFS
- Total Posts : 2946
- Joined: 2004/01/04 12:53:50
- Status: offline
Re:X1c - My Two Cents
2011/03/29 10:11:34
(permalink)
☄ Helpful
fhehle Dgrm44, I agree with you. I usually don't post a lot in forums but I felt like registering just for this one. Some people may use Sonar just to have fun in their basement, but other people use it to make money. If the DAW doesn't work in the studio... the production stops. I own a small business here in Canada and this is what I do for living. I have been doing this for almost 10 years now. Since december, I look like a complete idiot in front of my clients. They already know what excuse I'm gonna give them when there is a problem and say: let me guess, your new Sonar crashed again right !? I'm glad that many of them have been working with me long enough to know that I'm not responsible for all this. Because of Sonar X1, I have lost several thousands of dollars in studio time. I have never sweared that much at a program in my life ! Sonar 8.5 worked perfectly, I should have never bought X1, this was very stupid of me.... it just "looked" so.. good ! Besides all the anoying little bugs, my main problem is: 90% of the time I open it, it crashes ! 90% of the time I close it, it crashes ! If Sonar is indeed crashing 90% of the time then that's not a program you should be using in a professional environment. Until you can get it working I wouldn't use it - AT ALL. And it crashes my sound card too. Common, please Cakewalk ! what is this ? What is going on !? I have been patiently waiting for months for a 4 page (or more) update from you, promising my clients that after march everything would be fixed. I still have the same problems and I can't go back to 8.5 because I won't be able to open the newest projects. I am stuck. Sorry I can't help you with your crashing but with that much trouble I'll assume you've already talked to the tech support guys and have run through your system with them? If not why not? Questions: maybe I'm the one that doesn't understand something.. but please.. let me know. -Is it possible to select, for example, 10 audio tracks with the mouse and lower all of their volumes, in one shot, instead of doing it track by track ? I was able to do it in 8.5, but not in X1. Why ? Yes, hold the control key when adjusting volumes. -Is it possible to select, for example, 10 audio tracks with the mouse and assign them to the same bus, in one shot, instead of doing it track by track ? Because I can't and I'm loosing a lot of time over this.
Yes, hold the control key while assigning buses. Last thing: Where are my track colors ??!!! In 8.5, I was able to put a different colors on each track. In big projects, it was extremely usefull in order not to get confused. Why is that great function gone ? Track and clip colors are in the inspector. Sorry, this post is a bit long... I am so upset. Francis Francis X1 is a completely new animal and there's LOTS of new ways to do things. Groove 3 has a great tutorial that will help with so many details and work flow. WAY worth the money if you intend to learn X1. What sound card do you have? What are your system specs? All the latest drivers? Are you using Run as administrator when you launch Sonar?
Humbly Yours Larry Sonar X2 x64 MAudio 2496 Yamaha MG 12/4 Roland XV-88 Intel MB with Q6600 and 4 GB Ram NVidia 9800 GTX Windows 7 x64 Home Premium
|
UnderTow
Max Output Level: -37 dBFS
- Total Posts : 3848
- Joined: 2004/01/06 12:13:49
- Status: offline
Re:X1c - My Two Cents
2011/03/29 10:15:13
(permalink)
fhehle You are right about going back to 8.5. I was just hoping Cakewalk would fix everything with X1b that's why I kept using it.. Understood. Hopefully Cakewalk will release a X1c that addresses your issues. Good luck with whichever version you choose to use! UnderTow
|
chaunceyc
Max Output Level: -85 dBFS
- Total Posts : 251
- Joined: 2003/11/22 10:09:54
- Location: Portland, OR
- Status: offline
Re:X1c - My Two Cents
2011/03/30 14:19:01
(permalink)
F@ker A point that has been often made in other threads is that we DO have a mostly reliable version of Sonar, v8.5.3. Use it and be mostly productive/happy. Another point made is that as a business owner, for those of us that are dependent on the application for revenue, going to X1 as the primary application is not a good business decision until the version has proven itself as stable and reliable. The problem is that X1 is the future and the two versions operate so differently, so every minute spent in the working/reliable 8.5.3 is further engraining years of keystrokes, methods and techniques that will not carry over to X1 and must eventually be unlearned/relearned. To me, this "one foot in each world" is like driving a left steering wheel manual transmission to work and driving a right steering wheel automatic home--it totally works against getting comfortable (or proficient) with either one. Your muscle memory doesn't develop because you have to spend so much brainpower remembering which version you are in and how a certain task is done, and this comes at the expense of actual musical creativity. Sonar used to be a totally intuitive tool, an extension of me--I could turn my ideas into reality without getting bogged down in un/relearning dozens of keystrokes, menu item locations or buggy crashes...in 8.5.3 I just fired off keyboard shortcuts in fractions of a second without my thoughts and workflow getting completely derailed midstream by UI issues.
PC AudioLabs Rokbox 7 (Core i7 3.40GHz, Gigabyte Z-68, 20 GB Ram, Windows 10 64-bit), MOTU 2408 Mk II / PCI-424, UAD-2. Sonar Professional, Soulphonic Soundsystem (soulphonicsound.com) Convincing Woodgrain | Portland USA nujazz/brokenbeat/neo-soul/downtempo/deep house www.soundcloud.com/chaunceyc
|
simpleman
Max Output Level: -85 dBFS
- Total Posts : 262
- Joined: 2009/05/16 01:20:33
- Location: Down to Earth
- Status: offline
Re:X1c - My Two Cents
2011/03/30 14:40:31
(permalink)
HumbleNoise fhehle Dgrm44, I agree with you. I usually don't post a lot in forums but I felt like registering just for this one. Some people may use Sonar just to have fun in their basement, but other people use it to make money. If the DAW doesn't work in the studio... the production stops. I own a small business here in Canada and this is what I do for living. I have been doing this for almost 10 years now. Since december, I look like a complete idiot in front of my clients. They already know what excuse I'm gonna give them when there is a problem and say: let me guess, your new Sonar crashed again right !? I'm glad that many of them have been working with me long enough to know that I'm not responsible for all this. Because of Sonar X1, I have lost several thousands of dollars in studio time. I have never sweared that much at a program in my life ! Sonar 8.5 worked perfectly, I should have never bought X1, this was very stupid of me.... it just "looked" so.. good ! Besides all the anoying little bugs, my main problem is: 90% of the time I open it, it crashes ! 90% of the time I close it, it crashes ! If Sonar is indeed crashing 90% of the time then that's not a program you should be using in a professional environment. Until you can get it working I wouldn't use it - AT ALL. And it crashes my sound card too. Common, please Cakewalk ! what is this ? What is going on !? I have been patiently waiting for months for a 4 page (or more) update from you, promising my clients that after march everything would be fixed. I still have the same problems and I can't go back to 8.5 because I won't be able to open the newest projects. I am stuck. Sorry I can't help you with your crashing but with that much trouble I'll assume you've already talked to the tech support guys and have run through your system with them? If not why not? Questions: maybe I'm the one that doesn't understand something.. but please.. let me know. -Is it possible to select, for example, 10 audio tracks with the mouse and lower all of their volumes, in one shot, instead of doing it track by track ? I was able to do it in 8.5, but not in X1. Why ? Yes, hold the control key when adjusting volumes. -Is it possible to select, for example, 10 audio tracks with the mouse and assign them to the same bus, in one shot, instead of doing it track by track ? Because I can't and I'm loosing a lot of time over this. Yes, hold the control key while assigning buses. Last thing: Where are my track colors ??!!! In 8.5, I was able to put a different colors on each track. In big projects, it was extremely usefull in order not to get confused. Why is that great function gone ? Track and clip colors are in the inspector. Sorry, this post is a bit long... I am so upset. Francis Francis X1 is a completely new animal and there's LOTS of new ways to do things. Groove 3 has a great tutorial that will help with so many details and work flow. WAY worth the money if you intend to learn X1. What sound card do you have? What are your system specs? All the latest drivers? Are you using Run as administrator when you launch Sonar? Nice response!
|
SilkTone
Max Output Level: -59.5 dBFS
- Total Posts : 1566
- Joined: 2003/11/10 17:41:28
- Status: offline
Re:X1c - My Two Cents
2011/03/30 16:56:28
(permalink)
OT: UnderTow, I replied to your PM but it said something about your inbox being full. PM me when you want me to to resend it to you.
Windows 10 Pro x64, SONAR Platinum 64-bitFocusrite Scarlett 18i8 USB, ASRock Z97 Pro4, Haswell 4790k @ 4.4GHz32GB DDR3/1600, 500GB SSD (OS) + 256 GB SSD + 3TB MDNVIDIA GTX-1070, 40" 4K Monitor + 1 Monitor in ISO booth
|