Slashdot Mirror


The Fix Is In: Ardour Set For Summer Release

uprightcitizen writes "Good news for the open source audio recording world! Ardour creator Paul Davis has announced a feature-freeze and has set a binary release date for the now-famous GPL multitrack audio recording application. Ardour has recently been featured in Sound on Sound and has been mentioned on Slashdot many times (here(1), here(2), etc..). The feature freeze is effective as of May 4 and the binary release date is set for sometime in July or August. Good Job Paul!"

36 of 241 comments (clear)

  1. Sounds like they went through a real by Anonymous Coward · · Score: 4, Funny

    Ardourous process.

  2. more pro use of linux by Anonymous Coward · · Score: 5, Interesting

    One more pro use of linux to knock the proprietary big boys down. The article doesn't say it, so I will here. We're gaining on those markets where Apple and PC hardware have been used and how, simply because there were once the only solution. Where there was Photoshop, now there is GIMP. Where there was film editing, now there is Film Gimp. Where there were proprietary rendering, now movies like XMen2 use Linux. Where there was Pro Tools, now we have our own solution too.

    These may be relatively small markets compared to desktop users, but they are extremely solid ones. Once GPL software is usable there and the savings are being made (come on now, free software compared to over $14,000 for Pro Tools in audio) the hold will be unavoidable.

    It's a coming of age

    1. Re:more pro use of linux by shaitand · · Score: 2, Interesting

      obviously the comment of a photoshop fanatic, I know I used to be one. Now you couldn't pry my gimp from my cold dead fingers ;) Sorry, photoshop has a couple points on gimp, but gimp has points back. Gimp also has another small advantage in that it's about $800 less expensive than photoshop.

    2. Re:more pro use of linux by Cplus · · Score: 2, Insightful

      I agree, and I mean no offense to the users and developers in saying this, it's a wonderful product, can be great for non-professional use, but it's not even close to what a professional needs. Note that by professional I don't mean a web-designer, GIMP is ideal for web-designers.

      --
      "Share your knowledge. It's a way to achieve immortality." -- Dalai Lama
    3. Re:more pro use of linux by AusG4 · · Score: 5, Insightful

      This is just ridiculous.

      The ProTools software is FREE.
      $0. No money spent.

      The $14,000 you spend on ProTools hardware is for the very powerful (and very much worth the money) DSP cards that make ProTools -the- premier audio recording application among serious studios. I know that some people are going to respond with some justification as to why the MOTU 828 or the HammerFall is better then DigiDesign, and that's fine... we all have our preferences... but the DSP's offerred in addition to the audio interface in the ProTools TDM systems make them so much more powerful then CPU bound rigs for large projects.

      To compare what you get for $14,000 from DigiDesign to what you get for nothing in the OSS world is a very invalid, and very misinformed. There is simply no comparison between what you get.

      And don't even get me started on the rest of your examples. GIMP is cool, but Photoshop it ain't... Film Gimp is -really- cool, but it's not even close to Shake.

      Being part of the open source world, I'm so happy about the efforts and advances we're making in various places... but let's not get our heads stuck in the famous "reality distortion field"... there is a VERY LONG way to go before the projects discussed in this comment rival their commercially available conterparts.

      --
      bash-3.00$ uname -a
      SunOS panda 5.10 Generic sun4u sparc SUNW,Ultra-2
    4. Re:more pro use of linux by croddy · · Score: 2, Informative
      actually, ardour supports the RME hammerfall DSP, which (in its two incarnations) rivals the 001 and the 888 in most areas. that being said, you can do a hell of a lot of DSP with a dual 2.5 athlon. sure the audigy is a "toy" for *recording*, but if I'm just doing synthesis and processing, it makes a damn tolerable surround driver.

      honestly the best reason I can find to use the 888 is that it supports pro-tools.

    5. Re:more pro use of linux by matvei · · Score: 5, Insightful
      Where there were proprietary rendering, now movies like XMen2 use Linux. Where there was Pro Tools, now we have our own solution too.

      Earth to AC, the software packages that the big boys are completely proprietary and often developed in-house. Not all software that runs on Linux is open source. For example, you can get Alias|Wavefront Maya for Linux but it certainly is not GPL'd.

      There are no open source tools that could come even close to Maya (or other high-end packages for that matter). With the insane budgets that Hollywood movies have I doubt that they will choose inadequate tools just because they are free, beer or speech.

  3. Solid audio software is the breaking point by mao+che+minh · · Score: 5, Insightful
    Solid audio software is the breaking point for many Windows and Macintosh users that mix music. I have a few friends that happen to actually be successful in the music biz (on a very small scale, of course), and they all use Macintosh (one has worked with Puff Daddy before, no shit). A few DJ friends use Windows for simple mixing and burning. All of them show an interest in Linux, but are put off by it's lack of a really good audio application. If this proggie is as good as it's makers are claiming it is, then Linux will have about (let me count....) 11 new users real fast.

    This same scenario has to apply to many others out there. My small group of musically talented friends can't be the only ones.

    1. Re:Solid audio software is the breaking point by jdkincad · · Score: 4, Informative

      I'll second that. A musician buddy of mine is really interested in trying Linux, but until there's a replacement for Cool Edit Pro there's no point in him switching. Atfer all, what's the use of an OS that doesn't have the apps that caused you to get a computer in the first place?

      --
      The great advantage of having a reputation for being stupid: People are less suspicious of you.
  4. Church audio recording setup with ardour by zzxc · · Score: 5, Interesting

    I recently set up an audio recording computer for a church. (433mhz, oss/free sound drivers, CMI8738 sound card) They were going to use windows, but I convinced them that Linux would be the better choice. I set it up so that recording is done from the command line, encoding ogg [vorbis.com] (ok, vorbis) or flac [sf.net] in realtime.

    For shorter tracks, ardour is used for more user friendly recording. (Audacity and sweep cause choppy audio in my experience)

    In addition, I have made command-line full duplex recording possible. (where the instrument track is done first, then vocals laid on top of it) However, be warned that you'll need to make a small program to write raw instructions to the soundcard if you want to turn off the audio loopback, as the CMI* OSS/free driver doesn't implement this for some reason. (I haven't checked if ALSA does this or not)

    One major bug that slowed it down was only recording .5 seconds for every second of audio, and thus it sounded like it was in fast forward. (44100hz 16bit) After reading the driver line by line, I fixed it with a one-line shell script.

    I have been getting extremely good sound out of it, however. In addition, I have only had to write about 50 lines of code. So if anyone has tried without success to record with a CMI8738 soundcard on linux - don't give up. If you want me to send you the fixes to the problems that I have created, contact me.

    1. Re:Church audio recording setup with ardour by Yeroc · · Score: 5, Insightful

      Whoah...the fact that you had to jump through all those hoops including reading source code tells me that Linux has a ways to go before your average musician is going to find it the easy route to go for audio recording...

    2. Re:Church audio recording setup with ardour by shaitand · · Score: 2, Informative

      His primary issues were with the sound driver/card he was using. It's best to go with linux friendly hardware to begin with.

  5. Won't replace Pro Tools anytime soon by tshak · · Score: 3, Interesting

    Pro Tools is not just software - you'll normally find it installed as a hardware/software combo. This is in part due to the fact that modern CPU's can not handle mulitple high quality real time effects for larger studio projects. The other big factor with Pro Tools (and comperable systems) is the Control Surface. Sure, there are incredible MIDI controllers out there, but the proprietary Pro Tools control surfaces are second to none.

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    1. Re:Won't replace Pro Tools anytime soon by questamor · · Score: 5, Insightful

      One thing often mentioned with the 'big' apps compared to free software is the monetary cost. The software is minimal when it comes to the costs of an entire studio. For larger projects with big profit margins it's next to nothing. The embedded knowledge of thousands of Pro Tools users isn't going to go away just because a few thousand dollars can be saved on projects that are worth millions.

      Where inroads will be made for now, is in small productions that have no choice. Where once their project was impossible due to monetary constraints it will now be one step closer to reality.

    2. Re:Won't replace Pro Tools anytime soon by fishbowl · · Score: 4, Interesting

      The problem with ProTools, is that you don't need a golden ear to recognize something that was produced with it.

      I don't mean to make a value judgement on it, just that there are some subtle characteristics, especially in the vocal effects department, that scream out at me "yep, protools."

      --
      -fb Everything not expressly forbidden is now mandatory.
    3. Re:Won't replace Pro Tools anytime soon by tshak · · Score: 3, Insightful

      I don't dissagree, but I contend that this is practically impossible. You'd be amazed at what albums used Pro Tools. For example, many classical recordings use Pro Tools - but what they don't do is over-compress, over-EQ, or over-process the sound. What you're used to hearing has nothing to do with Pro Tools, and everything to do with the Pop Music Industry's production style.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    4. Re:Won't replace Pro Tools anytime soon by oscarcar · · Score: 5, Insightful

      I think you have to look beyond the imitation of what is already out there. With Open Source you get possbilities of a lot more creative people doing original things.

      Some Digital Audio Workstations (DAWs) do a pretty good job of being able to have effects and such act as controllers, filters, what have you. But with the source code, a lot of really, really interesting things could develop that haven't been thought of.

      Now you have a few companies that all try to copy each other in getting certain tools in the hand of their users. And that's great, but we're better off opening the ability to creating tools to a lot more creative people.

      Would we have the electric guitar or a saxaphone, if it wasn't for the common man taking a hack at building an instrument?

    5. Re:Won't replace Pro Tools anytime soon by utahjazz · · Score: 2, Funny

      The singer they are working with has a voice that requires hiding behind effects.

      *cough* Kelly Osbourne *cough*

      On the flip side, I love listening to old Zeppelin albums and hearing the bleed between tracks. Ah, magnetic tape. What has the world come to. Oh baby baby, you're killing me.

  6. F/OSS: Conquering new markets! by exhilaration · · Score: 4, Insightful
    Woaw. This is pretty cool. Ardour might do for Linux and professional audio users what CinePaint (Film Gimp) did for Linux and movie studios.

    You know - I don't mean this as a troll - but I really have to wonder what the hell is going to happen to all the software developers working for closed source companies when mainstream users start adopting free products in droves.

    After all, if Microsoft's Palladium is successful, that could mean the end of software piracy - which probably accounts for a good chunk of the market. What will all those users do? Will they go out and spend $200 on Windows, $500 on Office, and $600 on Photoshop? No, they'll come running to Free and Open Source Software! And pretty soon, they'll be able to find replacements for EVERYTHING they need.

    (Sorry for jumping from topic to topic, it's late.)

    1. Re:F/OSS: Conquering new markets! by markov_chain · · Score: 2, Interesting

      How about a grant model? This already works pretty well for research, where the results are made available to the public. An agency (government, consortium of corporations who realize software is useful, but don't want to develop it alone, etc.) puts out a call for proposals for desired project, and funds one which seems best (by reputation, plan, etc.). The grant covers the developers' time, administrivia, etc.

      If this results in a smaller total number of employed software developers, does that mean the previous model was inefficient? Maybe eliminating that inefficiency is good in the long term-- the extra developers can now work on new challenges that will further increase our standard of living, instead of reinventing the wheel in all the proprietary software shops.

      --
      Tsunami -- You can't bring a good wave down!
  7. Binary = stable in some many people's eyes by mao+che+minh · · Score: 5, Informative
    Because a stable binary release means that it will be taken more seriously by the "every man", and major distributions will be less apprehensive about including it with their distro (binary installs are easier to upgrade and manage in todays apt-get, RPM, ports world of open source operating systems).

    A potential Linux user that doesn't have the luxury of a hand-holding-Linux-guru friend to help them install their desired software would view an easy to install binary application as a "big plus".

  8. Sync? Timecode? by Anonymous Coward · · Score: 5, Insightful

    Well, it might be good for standalone audio-only projects with only a few tracks. One feature I do not see listed is timecode, and support for hardware sync clocks. Without that, you are out of the running for A/V production. In pro audio, media-independent sync is absolutely necessary.

    Ah but the people who won't understand this, are the same people who don't understand why the lack of CMYK support is such a limiting factor for Gimp.

  9. Audacity, Freshmeat by bcrowell · · Score: 2, Interesting
    How does this software compare to Audacity? Any comments from people who've used both? Personally I've only used Audacity. One thing I really like about it is that it's cross-platform -- cross-platform apps are the best way to spread the word about open source.

    And was anybody else bugged by ... -- ?

    1. This belongs on Freshmeat, not Slashdot.
    2. If this was submitted to Freshmeat, they'd tone it down, since it's so obviously a marketing blurb.
    1. Re:Audacity, Freshmeat by bengoerz · · Score: 2, Informative

      I'm not exactly the type you requested comment from -- I have yet to use Ardour -- but I have used Audacity (and looked at Ardour heavily). In my eyes, having used several audio programs, the intent seems different. Each one is produced for a "target audience", if you will.

      Now Audacity is a decent multi-tracking program for beginners. However, there are many limitations to the control users innately have. For instance, the compressor in the latest release has absolutely no settings -- it just compresses according to presets written into the program. So, while your audio won't be clipping like an uncompressed signal would, but you also get zero control of the particularities of the sound that is produced. From my perspective, having mixed several multi-tracks in my day (most including vocals, drums, guitars, bass, and more), the more control I have the better.... and that's where Audacity falls short.... at least until you start downloading additional plug-ins.

      Ardour, on the other hand, looks to be a much more robust design out of the box. It seems intended for more professional usage. From what I've seen, it's got excellent control of just about every processor you could normally want in a studio recording app, and an interface that provides fast and comprehensive control to them all. It's almost like sitting at a real studio mixing board -- the same layout. However, its main drawback looks to be in its learning curve. Most people who just dabble with sound now and again will probably be lost in the complexity that the program offers. However, for my money (or lack thereof), it looks to be much closer to my needs than Audacity.

      So in essence, it's all about what you want to do with it and the complexity that you're willing to endure.

    2. Re:Audacity, Freshmeat by Wumpus · · Score: 4, Informative

      How does this software compare to Audacity?

      It doesn't. Or hardly doesn't, at least. Ardour is a full featured professional recording application, designed to tackle any audio recording task you can throw at it. Have two studio quality sound cards, giving you a total of 20 cannels in/out, at 96Khz/24bit? Want to record a rock show, with live drums, backing vocals, and enough microphone cables to make AOL's server room look tidy? Ardour can handle it, and then some.

      Want to take that 20 track show, and overdub the guitars in the studio, while the whole mess is mixed in real time? It can do that, too.

      Ardour is the open source equivalent of Pro Tools (mentioned on slashodot a few days ago). Audacity isn't.

      Now, if you're not interested in any of these things, Ardour is probably overkill for you.

      And if anyone deserves the marketing here, it's Paul. Ardour is a massive piece of code, that took years of uncompensated full time work to get to its current state. It's well designed and well coded. No corners were cut in the making of this piece of software. Go get it, and pay for it.

    3. Re:Audacity, Freshmeat by groomed · · Score: 3, Informative

      Ardour is a bit overkill for my needs, and Audacity is too slow for my taste, so I wrote GNUsound. You might want to give it a try.

    4. Re:Audacity, Freshmeat by CoughDropAddict · · Score: 2, Informative

      This is all true. But don't forget the other side of the coin: want to open two mp3s, glue them end-to-end with a crossfade, and export to mp3? Ardour doesn't do mp3, and the rest of the process is going to take twice as much work. And you'll have to read the manual and become familiar with concepts like "diskstream," "route," "playlist," and "region." And you'll have to tweak JACK until it runs under your kernel and soundcard without xruns.

      Ardour does what it's designed to do: studio recording in professional situations. But so does Audacity: soundfile editing and simple multitrack recording, all out-of-the-box and with minimal effort.

  10. Re:Sync? Timecode? by BJH · · Score: 2, Interesting

    Hate to tell you, but that 'legacy' CMYK technology is currently installed in just about every printer (think 'big book factory' rather than 'laser/inkjet/etc.') in the world. Not being able to submit graphic data in CMYK is a big limitation.

  11. This might get me to switch by bengoerz · · Score: 3, Interesting

    I've experimented with Linux and other open-source OSes for a while now, but I've never found one that can make a permanent home on my desktop. One major reason: No good multi-track recorder! Sure, there are options like Audacity, but there is nothing that can rival the mixing options of, say, Cool Edit Pro. For my mixing, I absolutely NEED features that I can control -- a good compressor, gain control, some decent effects, a reliable GUI, etc. Now, it looks like Ardour may offer that, and so I rejoice. This may be the last rail laid on my transitional track, and the golden spike is beautiful. So Ardour, I say bring it on. Lemme see what you got!

  12. Have you even written a genetic algoritthm? by moogla · · Score: 2, Informative

    University of Maryland researchers were able to grow a checkers playing program out of nothing (it knew legal moves, that's it). Once they thought it had "cooked" enough, they turned it loose on yahoo games where it quickly reached an expert ranking.

    To claim that white noise guided solutions can't give rise to more complex systems is to say that the premise of annealing processees are false. Yet molten rock sometimes forms diamonds, so there must be something to it!

    --
    Black holes are where the Matrix raised SIGFPE
  13. road map by rtp405 · · Score: 5, Interesting

    Yes, an official feature freeze and subsequent binary release have been announced. However, the release date of the binary is june 13. This will be followed by four weeks of the main developers absence. The binary is a 1.0.rc1. All the c++ dependencies will remain statically linked so it's likely that Debian won't be including this binary in official releases. I think the objective of this release is to increase testing from users but not create an all out marketing assualt.

    Reguardless, the announcement is seriously encouraging.

    IMO, a commercial studio owner and engineer/producer, professional audio production in linux is close to being a reality. To prove the point to myself, about six months ago I produced a commercial album from start to finish in Ardour. At the time, it was a serious challange which I expected. Since then, Ardour and JACK have seen alot of serious developement.

    Unlike what one commentor stated, syncronization in the form of MTC and MMC does exist and it mostly works. You're probably well advised to inquire about syncronization on the mailing lists.

    Equally interesting to Ardour is JACK which is a low latency, high bandwidth audio server. It enables port connections between software applications which is serious stuff.

    While many linux audio solutions are not > 1.0 there are interesting solutions for preproduction, production and postproduction audio work.

    My partners and I have been in business for 19 years. We've had four major studio redesigns and without hesitation I will say that the linux based solution is more interesting than any of the others.

  14. Re:Sync? Timecode? by croddy · · Score: 2, Informative
    ardour currently supports MMC (to a degree) and a lot of development has been specifically targeted at the mackie d8b. I can't find info on time code on the SF page, but I do believe it's implemented or on its way eventually. I know it's fun to be a naysayer. but a feature freeze is the first step toward a stable release, which is the first step toward binaries, and a wider test base . . . you get the idea.

    honestly it's not all that hard to compile from CVS if you're familiar enough with GNU/automake-type source packages. I think the total number of external dependencies I had to compile was 7? give it a shot. if you're willing to pay digidesign $?,000 for a full-fledged protools rig then the time out of your day to donate a little testing to ardour is a drop in the bucket.

    and WTF, GIMP does CMYK just fine. *yes* the interface is a bit obfuscated, but it is there.

  15. Re:Sync? Timecode? by IamTheRealMike · · Score: 2, Insightful
    Ah but the people who won't understand this, are the same people who don't understand why the lack of CMYK support is such a limiting factor for Gimp.

    Ah, but it's not. How many people do you know that have done image manipulation at some point in their lives with a computer? Lots, I'd expect. I know I do. How many of them need support for professional printing equipment? None.

    You'd be totally amazed at the number of people out there who write music using their PC, keyboard, sample editor and guitar. I know several. For people like that, who actually care about not warezing VST or SoundForge, this sort of stuff is a dream come true.

    Of course, I am sceptical that anybody but those who do music professionally actually pay for that stuff, but hey. Here at work we all use the Gimp.

  16. Re:ardour still not a "big boy" by theno23 · · Score: 5, Informative

    Errr... you must be thinking of something else, ardour doesn't have a phase vocoder.

    FWIW I've also supplied a few patches to ardour and have written several phase vocoders for Linux.

    - Steve

  17. Mixing things, Freedom of Religion by Pelam · · Score: 2, Funny

    This whole thread makes me sad.

    Somebody mentions that he goes to church and
    instant flamefest (mostly about evolution)
    ignites?

    I hope most of you know that freedom of
    religion is right there among other basic human
    rights.

    Would you eg. not hire somebody, because
    you assume that he is stupid since he believes
    in Jesus? What if he is from different culture
    or perhaps physically different, but still fit
    for the job?

    Would you be friendly and polite to him?
    How about trying to feel what he feels like,
    or even helping him if he is abused somehow?

    As a christian I would like to add that christians
    are mostly just like everybody else. They come
    from every possible background etc.

    Naturally they have different explanations for
    things and different ways to structure the world.

    (If you ask me, I would say that Genesis happening
    exactly the way it was written is nowhere near
    the center of Christianity. I think many would
    agree. What exactly is in the center is too
    seldom discussed openly.)

  18. ProTools versions and prices by divbyzero · · Score: 2, Informative

    Kudos are definitely in order for Paul and the others working on Ardour. However, I'm not sure where people are getting the idea that ProTools is an unreachably expensive system. ProTools comes in multiple versions which have different levels of hardware acceleration. The more hardware acceleration, the more expensive the version.

    ProTools Free runs purely in software, using off-the-rack, home sound cards, and is free (beer, not speech). Nobody uses it for real work, but it makes for an okay functional demo.

    ProTools LE is targetted at home and small studios, and uses generic pro-level audio adapters. The software and hardware together come out in the $500 to $1000 range.

    ProTools TDM is what the big studios use. It requires proprietary hardware with extensive use of onboard DSP and dedicated control surfaces. This is the one for which the hardware and software together fall in the $10000 to $15000 range.

    The mid-level LE version is not a toy ... many professional albums are made on it. It competes directly with the likes of MOTU Performer, Emagic Logic, Steinberg Cubase, and Cakewalk Sonar.

    --
    But my grandest creation, as history will tell,
    Was Firefrorefiddle, the Fiend of the Fell.