Posts Tagged ‘Adobe’

The Biggest Disappointment of CS5

April 28, 2010

sbBesides the icons—which look disgusting btw—the biggest disappointment in my eyes is Soundbooth.

With all these amazing programs getting a substantial number of new amazing features… Soundbooth was hiding in the background. There are only three new features listed on Adobe’s site are:

  • Being able to change the height of tracks in multitrack view
  • Being able to split a sound in half (CTRL/CMD+K)
  • More royalty-free sound effects and Soundbooth Scores

Three new features. That’s it.

Adobe is typically known for it’s innovation—pushing boundaries. What’s going on here?

A few years ago, Adobe purchased a program called “Cool Edit Pro” and rebranded it as Audition and stuck it in their CS2, and CS3. This precursor to Soundbooth was a bit bloated, but was a very powerful audio editing and mixing tool. It allowed you to quickly target and select audio channels (left or right). It had a bunch of great audio filters, things like “Invert” which is great for sound cancellation, as well as pitch tools for warping the pitch over time (for example, the way a turntable winds down).

CS4 comes around, and we get a new boiled-down, insanely basic piece of software called Soundbooth. The Creative Suite is full of fully-fledged massive amazing software… so why add a basic, boiled down program. It doesn’t make sense…

The only reason I can think of that they did this is that Auditon was a Windows-only piece of software, and it was probably easier to build a new program from the ground. Fair enough… I just wish they wouldn’t have slacked off. So many essential tools and filters are still missing… even for “basic” users who aren’t audio producers. Heck, free programs like Audacity can do more than Soundbooth can.

And sure, Audition still exists… but it hasn’t been updated in a while (to the best of my knowledge), and it is a little too expensive after already purchasing an entire suite.

Don’t get me wrong… I’ve learned to love Soundbooth. It’s the only program I’ve been able to find that allows me to edit audio spectrally. It’s amazing the sounds you can remove by editing a spectral waveform. I’ve been able to seamlessly remove birds, nose whistles, camera clacking, microphone popping, wind rumble, and other distractions. The only problem is that it takes forever. Imagine removing the moon against a gradient sky from a photograph photo-realistically… using only the pencil tool in Microsoft Paint. Defnintely not impossible, but it would take hours.

The next logical step in Soundbooth’s progression would be to add a spectral healing/cloning brush tool. This would set Soundbooth so far above any program I’ve ever seen. Right now, sound can really only be removed… it can’t be added (specularly). If someone coughs (outside, with moderate background noise), I can try to remove it at a spectral level, but what I will be left with is this sort of robotic echoing ghost of the cough. Reason being, “Remove a Sound” only really reduces the volume of a sound based on the volume on either side of the noise. The actual pulsations of the wave still exist, but the volume is reduced.

It would be so easy to just sample an empty area of sound and paint over top of the sound I want to remove.

So yeah, this post is running long, and I doubt anyone will ever read this…

…but yeah. Not so impressed with the lack of innovation


Adobe Flash “Layer” Blending Mode Uncovered

April 28, 2010

moogaloopCulprits: YouTube; CollegeHumor; DailyMotion

Description: When a MovieClip inside of Flash is faded (alpha is applied), each object inside the MovieClip gets the alpha applied to it independently. This leads to you being able to see through things you probably shouldn’t. It’s the simplest fix too… choose the “Layer” blending mode. Nobody seems to know this though… and it ticks me off.


AS3 Image Loader Smoothing

March 21, 2010

The Problem: Turning on smoothing for an image that has been dynamically loaded using Loader

A Solution: After the image has finished loading, use the following code to smooth the image.

var image:Bitmap=Bitmap(myLoader.content);
image.smoothing=true;

Photoshop Suggestions

November 9, 2009

Here’s some of the stuff I’d love to see in the next version of Photoshop, CS5.

  • Fractal Interpolation. Here’s a good example of what I’m talking about… http://meesoft.logicnet.dk/Analyzer/help/help3.htm
  • A pen tool that allows dynamically feathered paths.It would be great to be able to dynamically feather a path in Photoshop. Take the image to the right for example. It would be difficult to select this shape with the Pen Tool, since it’s a vector tool. After the path is created, you would have to manually blur the edges of the selection using Lens Blur or the blur tool. This is not ideal. It would be great to have the ability to go back and use some sort of bezier curves to dynamically feather a path after creating it.
  • Fully-fledged font manager. Alphabetical sorting just isn’t good enough. Adobe should create a program that takes all the fonts in your computer, compares them to an online database, and downloads detailed information about each font. If you were looking for a script font, all you would have to do is pick the tag “script” from a list, and voila—All of your script fonts would show up. It could even have the ability to suggest new fonts… you could think of it like Apple Geunis for font selection. I know it would be a feat, but well worth it. It would need to be pretty easy for people to submit new fonts to Adobe’s database, so that all virtually all fonts can be in their database. The manager would also need to open up in seconds to be useful. If it takes as long as Adobe Bridge does to open, it will be useless.
  • Sub-pixel text rendering. I know it’s not the best idea to embed sub-pixel rendered text in an image because people with old CRTs would see it funny, but I think it would be great to at least have the option.
  • Liquify breaks out of the box. There is absolutely no reason that Liquify (which has been spelt wrong since day one… shouldn’t it be Liquefy?) should open up in it’s own window. TADA!Liquify
  • Add and Subtract Blending Modes. See here.
  • Leading in relative terms. Defining a block of text’s leading using pixels is frustrating, especially when you spend time tweaking font sizes. You’ll always have to go back and dial in a new leading number. If there was some sort of relative leading, perhaps in pixels or ems, it would make life oh, so much easier.
  • Normal blending mode in Layer Styles by default. When creating a drop shadow or a glow, Photoshop picks blending modes like Screen and Multiply. This can be quite confusing to beginners. “Why can’t I see my black glow? Why isn’t my white drop shadow working?”
  • Open a GIF image and retain frames. You can create an animated image in Photoshop and save it as a gif. If you open an animated gif file however, Photoshop proceeds to tell you that it can only open the first frame? Why???

What do you think?