Slashdot Mirror


European Commission Sponsors Linux Audio Distribution

krez writes: "Lately I've been looking for info on open-source audio recording & processing software. Not an easy task really: Suites like Brahms for KDE, and GLAME for Gnome are a good start, but I've yet to find a program - or a series of programs - that even approach something as comprehensive as Cubase or Cakewalk on those other platforms. Anyway, here's something that might just prove to be a good start. The European Commission is sponsoring a distribution called AGNULA (A GNU/Linux Audio distribution). The distribution will come in two flavours: Debian-based, and RedHat-based. You can read about the project and it's goals at http://www.agnula.org." The Debian side of this project is called DeMuDi, and it's been mentioned here before.

44 of 156 comments (clear)

  1. Why mix a distribution with apps? by brooks_talley · · Score: 2

    Anyone doing high end audio work is probably capable of procuring, compiling, and using the available tools. Even in the Windows world (even in the *Mac* world, for chrissake), people who need SMPTE, notation, and Csound are typically fairly knowledgeable.

    This is like creating an "Desktop Publishing Distribution" by including LaTeX, PDF support, a bunch of printer drivers, and emacs.

    Maybe it's just me, but I really don't see the point.

    Cheers
    -b

    1. Re:Why mix a distribution with apps? by caca_phony · · Score: 4, Insightful
      This is like creating an "Desktop Publishing Distribution"

      This is slightly different, because Unix was desined from the ground up to do text processing, and Linux, like the other Unix derivatives (except maybe SGI) is way behind when it comes to audio applications (in terms of features, usability, performance, etc.). I see this project as something really cool, as a composer of experimental computer music.

      --
      ...and this lie crawls out of its mouth: 'I, the state, am the people.'
  2. mac users/digidesign by DarkClown · · Score: 2, Interesting

    i have an audiomedia III and a digi 001 from digidesign - pretty much designed for pro tools - which rocks - and which are the only reasons i still use mac os (9). osx doesn't even have support for them yet - (and the audiomedia III has been out for _years_).... anyway, would love to see these supported by a linux audio package (and i guess that means kernel support).

  3. European DMCA by Supa+Mentat · · Score: 2, Interesting

    I've read in a bunch of places that the European Comission has all but decided to create their own version of the dreaded DMCA. If/when that goes through won't this have to be completely crippled?

    --
    "A witty saying proves nothing." - Voltaire
  4. Didn't find any alternative by ben_ · · Score: 5, Informative

    Well, call me a heretic (and some will!) but I've recently moved back to Windows XP from Mandrake for almost exactly this reason; I could find no way to run any sort of decent sequencing/audio recording package on Linux. And I tried them all, every single OSS program I could find via Google, via Freshmeat...
    It seems that lots of people appreciate the basics of audio work, (I'd hate to give up sox, even under Windows) but when it comes to:
    * support for a *decent* soundcard, with multiple channels and digital I/O.
    * low-latency audio monitoring during record
    * sync of MIDI and audio
    * up to 24 tracks
    * plug-in realtime effects
    * automation
    ...etc, there's nothing that comes close to Logic Audio. So reluctantly, I now have a completely XP-based desktop.

    Now, another possible response to me is; "don't send complaints, send source code!". First, I'm not complaining, just observing. Second, yes, I could probably write such a package BUT, I'd need to work around the myriad of Linux audio systems, to research low-level drivers for the specialist hardware that decent cards use... it would take me years. By the time I had something usable I would have forgotten how to play guitar!

    ben

    --
    ben_ the technologist and platform agnostic
    1. Re:Didn't find any alternative by Yohahn · · Score: 4, Informative

      Take a look at ALSA and the project I mention below, Ardour

    2. Re:Didn't find any alternative by Paul+Komarek · · Score: 5, Informative

      I had no real problems with finding *decent* soundcards for a professional pianist two years ago. In the end, we chose the Midiman M-Audio Delta-66 (and had the machine custom built by Microway -- we'd probably build it ourselves this time). Other nice cards from RME (like the Hammerfall and Digi96 series) were also available. Between the cards supported by 4Front and ALSA, there is really no shortage. This was less true two years ago, but we had no troubles. I guess the M-Audio isn't really high-end, but it is clearly *decent*. We were on a budget for the machine, so going over $600 for the soundcard wasn't really an option.

      The M-Audio Delta series are pretty nice. The analog inputs and outputs are contained in a separate breakout box, which makes connections easier and helps reduce electrical noise. The pianist has found the noise levels acceptable for mastering with a good headphone amp and headphones. Ambiant fan noise, on the other hand, is something we never really solved (and hence the headphones), but at least that's not a linux problem. ;-)

      The pianist had never used linux before, and by now is something of a zealot. =-) He's been using snd for waveform manipulation (but doesn't use any of the lisp extension capabilities, and I can't blame him for that ;-), and has expressed some frustration at the software available. That said, he hasn't updated his software for 2 years, and thus I have no good information about the current state of affairs.

      -Paul Komarek

    3. Re:Didn't find any alternative by autechre · · Score: 2


      If you want a good studio sound card with Linux drivers, try the RME Hammerfall series. You can get up to 24 channels (optical ADAT I/O). It can be had for under $500.

      Linux, patched, has lower latency than MacOS or any flavour of Windows. BeOS still beats it (I think), but not by very much.

      Jazz++ can sync MIDI and audio, and is released under the GPL.

      That said, I still haven't gotten around to converting "my" (WMBC's) recording studio, so I don't have any answers for you about effects. However, I did see something very promising at last year's Linux World Expo in NY. Also, I believe that Broadcast2000 (which isn't being developed anymore, but should still be available) can do this with audio as well as video.

      --
      WMBC freeform/independent online radio.
    4. Re: Didn't find any alternative by tialaramex · · Score: 2

      You are a heretic! Well, not quite...

      Personally I'm not a pro-audio person. I built XMMS LADSPA, which is pretty much the definition of "unprofessional". I do think this qualifies me to talk about the "state of the art" of audio on Linux though, so long as I don't use any audiophile phrases like 'warm, clean sound'

      There definitely is decent soundcard support available for musicians. Not 100% coverage, but a good enough range that if you really wanted to do Linux audio work you'd find a pro card that is supported and meets your needs. The magic word here is 'ALSA'

      Low-latency audio monitoring is definitely available, but not yet polished. See 'JACK'

      24 Tracks? The limit here is your monitor (to see all the strips) and hard disk throughput. See 'Ardour'

      There is an API for realtime effects on Linux. See 'LADSPA' but you might find the UIs a bit sparse compared to VST.

      Even toy audio software like terminatorX has automation in Linux. I'm certain Ardour and other serious software must have it too if you ask.

      If you join the Linux Audio Developer list you should be able to get help setting up a decent N-way digital I/O card with Ardour. That gives you a 24 channel 32bit 48kHz DAW, with realtime monitoring (as good as you'll get on Windows anyway), full automation, and a small but growing collection of effects (tape delays, pitch scaler, compress/expand etc.)

      Is this as good as Logic today? No. Not really. Will it one day catch up with the state of the art on Windows or Mac? Well, maybe it will with your help :)

  5. Not worthwhile unless its simple to use by GoatPigSheep · · Score: 5, Insightful

    There are a couple of points I'd like to clear up since I am a musician. Music software needs to be easy to use. Musicians don't like to spend weeks learning an OS when they could be spending that time writing music. Musicians like me also won't switch from tried and true platforms unless something BETTER comes out. Not equal but BETTER. I use logic audio in winXP and that works very well for me. If something equivalent came out for linux I wouldn't use it since I wouldn't get anywhere learning new software that did the same thing as the software I use. It would be difficult to code a software studio program that was comparable to ones used today on the windows and macintosh platforms. These are serious, large programs that take the combined effort of a group of hired programmers to create. They have good interfaces and are standard. Many open-source programs that I have seen lack in the interface area and in the standards area. There is a reason why programs like cubase or logic audio cost so much, creating them is a huge endeavor and creating a realiable environment and good interface is not an easy task at all.

    I could see linux based distributions being used by linux users and hobbyist musicians, but I doubt that intermediate musicians would use it and pro ones would deffinately not use it (they are too attached to their MACS and protools!)

    I believe music software is an area where we NEED large well-funded companies to create the software.

    --
    GoatPigSheep, the 3 most important food groups
    1. Re:Not worthwhile unless its simple to use by prockcore · · Score: 3, Insightful

      Are you kidding me? You could hardly call CuBase easy to use. My brother is a musician, and he uses lots of audio software, from Finale to Fruityloops to Generator. CuBase is the one program he can't figure out.. and frankly, neither can I. It's laid out like an audio version of Premiere, minus the ease-of-use.

      The fact that Cubase is so popular tells me that audio software doesn't need to be easy, it just needs to be powerful.

    2. Re:Not worthwhile unless its simple to use by zerocool^ · · Score: 2

      I agree. While I won't concede that musicians are stupid, when my band recorded our CD (by ourselves, which we then proceeded to burn and give away 500 copies of for free), we used Cool Edit Pro. That was complicated enough, setting levels so as not to peak, mixing this and that, cutting tracks (we recorded one track at a time due to lack of decent microphones - we had about 3). After getting over the learning curve for that piece of software, we were all convinced that it did everything we ever needed to do. How would you convince us to change OS's, much less programs? It would have to be significantly easier as well as offer more features. I don't say this out of a greedy standpoint, just out of a time necessity.

      Also, I'd like to see not just an audio distribution, but an entire Multimedia Linux distro. One with a focus on audio and video tools. That's something else that I think Linux is missing - an easy to use set of video capture and compression tools, complete with (dare I say it outloud) a non-command line DVD rip program (shhhhh!). Seriously, high quality vid compression and easy to use capture programs, with support for the later cards like the GeForce 2's with video cap features would be really cool.

      Of course, this is comming from the guy who currently doesn't have speakers hooked up to his linux box...

      ~Will

      P.S. If you're really a sadist, and feel the need to know what this music is that was recorded dirt cheap and given away freely with encouragement to pass around to your friends, you can check it out at mp3.com. Be warned, for a self recording it's not bad, but it's not studio. It's also rock pop with very little distortion.

      --
      sig?
  6. Less Hassle by wirefarm · · Score: 5, Interesting

    I think making special-purpose distros are a good idea. If I can borrow a disk from a fiend, install it on a box and have everything I need to start creating music, this is a tremendously hassle-free to put their hardware to good use.

    One of my friends is a composer and a musician - he's also a programmer, but he has *no* Linux/Unix experience at all - could a distro like this help him get started? Sure.
    How about a music teacher at a highschool? Don't count on him/her having much computer experience at all - given teacher salaries and the typical equipment in schools, he or she would probably welcome something like this.

    I just don't see how focusing an effort on specializing a distro has any bad effect on other, more general distros. It takes nothing away, just adds...

    Look at the demand for Firewall distros like IPCop. (My personal favorite!) With that, I can dl a 20mb iso and have a working firewall in 20 minutes - I don't have to go in and disable a lot of services the way I would if I had started with any of the standard distros.

    Just my opinion...

    Cheers,
    Jim in Tokyo

    --
    -- My Weblog.
    1. Re:Less Hassle by sahala · · Score: 3, Insightful
      think making special-purpose distros are a good idea. If I can borrow a disk from a fiend, install it on a box and have everything I need to start creating music, this is a tremendously hassle-free to put their hardware to good use.

      ...

      I just don't see how focusing an effort on specializing a distro has any bad effect on other, more general distros. It takes nothing away, just adds...

      Agreed. I might add that people who actually make a living doing music/audio professionally are very used to hardware -- dedicated compressors, fx units, synth modules, etc. They don't want to mess around with a general purpose system (ie. a PC) unless the software does exactly what they want it to do.

      I'm confident that musicians/audio-engineers would be happy with a Linux distro that did NOTHING but boot straight to the audio application (single user, etc), and have it do everything in a reliable manner. In a studio environment there's no need to check email or browse the web...the machine just needs to plug in and work with the other components (synth, dats, recording hardware, etc) without fail.

      You also have to keep the target user in mind. Is it a high school music teacher or are we focusing on professional producers. Pro producer don't mind a sharp learning curve if there's a huge payoff in the end, such as unlimited control of sound, etc. On the other hand, music teachers and amateurs might want to be able to understand software within an hour of sitting down.

      Compare Cubase to say, Sonic Foundry Acid. It takes 15 minutes to put together a rudimentary song in Acid, but it's extremely limited. Cubase, on the other hand, takes some time to learn and get used to.

    2. Re:Less Hassle by Cryogenes · · Score: 2

      If I can borrow a disk from a fiend, install it on a box and have everything

      be suspicious...be very suspicious
  7. Ardour must be in there by Yohahn · · Score: 3, Interesting

    Must take this moment to endorse Ardour.

    While it isn't finished, it is quite an attempt to provide a professional quality hard drive recording program. Perhaps a little $$ twords finishing the developement of ardour would be worthwhile; I don't believe there is any free software close to what it is doing.

    1. Re:Ardour must be in there by paulbd · · Score: 2

      well, i'm a moderator today, so i could either mod this down to "troll", or ... he refuses to supply tarballs because he doesn't think the source is close enough to a stable state that this distribution format makes sense. he (i) has never claimed that the program is ready for users yet. he also thinks that the majority of linux users, who use distros, are wrong and everyone should install Linux from scratch. I have NEVER said this, and I don't think it. My own system started as RH5.2, but I don't attempt to track RH or any other distribution myself these days. That doesn't mean you shouldn't. Ardour installs (from CVS) on several current distributions without problems. the only users he wants are those who will pay him for the priviledge of installing Ardour on custom hardware. Its true that having spent more than 2 years of my life working more or less fulltime without pay on Ardour that I would like to receive some financial compensation for it. But it is released under the GPL, and always will be. have given up any hope of a stable documented and user-friendly application ... its a good thing i don't see things this way.

  8. Proprietary formats/codecs prob. and lack of apps by TimoT · · Score: 4, Insightful

    If we want linux to be taken seriously in multimedia production then we need some way to get around the proprietary format/codec problem for media. This is actually one of the key reasons why I'm opposed to DMCA-like laws (and patenting of compression algorithms), since they create barriers to entry for free software. Free software authors can't pay the licencing fees.

    Morally the right thing to do would be to create free alternatives, but this is probably not a feasible option (lawsuits for patent infringement, consumer acceptance of alternate formats, etc.). As it stands now even watching DVDs on linux is illegal (afaik css is being automatically descrambled by a non-licenced program). Clearly some solution for this is needed.

    As for the infrastructure, linux audio is doing pretty well (ALSA+lowlatency works wonders). All that's missing is the production apps... a good sequencer (cubase/cakewalk-workalike) would do wonders. All of the GUI audio apps I've seen for linux are crap compared to professional windows apps. It's about time to do something about it, but is the community of linux-using music-making dsp-coding geeks too small ?

  9. Re:Because audio needs to be part of the core... by van+der+Rohe · · Score: 4, Interesting

    "The good stuff, like Cubase and Cakewalk, is unlikely to ever happen on Linux I think. Mainly because all the good audio software engineers are happily employed by the likes of steinberg, emagic, digidesign, apple etc."

    While I'm afraid you might be right, you might also be interested to know that Nuendo (Steinberg's flagship high-end audio editing app) is coded on *nix boxes. There's no PORT for *nix OSes, of course, but to do so should be trivial since that's where the app is written.

    I've talked to them about this and they're completely uninterested in making a Linux version. No market, they claim.
    They're right of course. But there's no market because there's no apps. And there's no apps because there's no market.

    What's the solution? Keep stuff free for a while, stop releasing things before they're done/work (Ardour), and stress the importance of stability.

    There's ONE serious professional audio app right now and it's marketed at the one market that can't afford to not be stable 100% of the time: DJs.

    It's called Final Scratch. Check it out.

  10. Re:Not Exactly A Win For Linux by ObviousGuy · · Score: 2, Insightful

    Are you sure you're not equating Microsoft loss to Linux win?

    Can't Linux win sans hurting Microsoft?

    --
    I have been pwned because my /. password was too easy to guess.
  11. Re:Not Exactly A Win For Linux by pfb · · Score: 2, Informative
    I didn't realise that the European Commission was a "major corporate" entity...

    from the EU website

    European Commission The European Commission embodies and upholds the general interest of the Union. The President and Members of the Commission are appointed by the Member States after they have been approved by the European Parliament. The Commission is the driving force in the Union's institutional system: It has the right to initiate draft legislation and therefore presents legislative proposals to Parliament and the Council; As the Union's executive body, it is responsible for implementing the European legislation (directives, regulations, decisions), budget and programmes adopted by Parliament and the Council; It acts as guardian of the Treaties and, together with the Court of Justice, ensures that Community law is properly applied; It represents the Union on the international stage and negotiates international agreements, chiefly in the field of trade and cooperation.
    --
    -- ribbit
  12. linux has the potential by HTD · · Score: 2, Insightful

    but, i think the biggest problem is that it isn't easy to use for a musician. On Mac/Windows just start some downloaded setup tool and your new drivers are installed. same goes for audio-software updates. Even this seems to be a problem as the FAQ pages show on most manufacturer pages.
    Installing Alsa drivers isn't that easy. I mean there's a 40KB text file that explains howto install them, you need at least 6 steps. Also you must know which chip your audio-card is based on. Then there's 4 different things to get off the alsa page (Driver, Library, Utilities, OSS Compat. Library) but you actually need all of them to get audio software going - why isn't this one package? For my card using the ice1712 chip i currently must use OSS emulation for most audio-tools (except Ardour).
    speaking of Ardour - If i were a normal pc-using musician and i want to try out some new software i heard of, I'd try to get some demo version of it and test the tool. to get Ardour i must know howto use CVS and of course howto compile under linux. I know Ardour isn't finished yet, but this is another point that keeps joe average off linux-audio.
    for me it's fun to try out howto tweak my linx box and to see linux have super-low latency with some kernel patches (approx. 2ms). A lot work and time is necessary to get these things going (time a professional musician can't afford). MacOSX can provide similar latency and much better usability. Recoding some tool like Samplitude Studio which has a usability level that i never saw with any other software is nearly impossible. I once put a friend of mine in front of my machine running Samplitude - he is a musician only knowing something about his hardware like mixing-desk, compressors, amplifier... - he figured out howto use the most important functions within 5 minutes, and actually made the mixdown himself w/o needing my help afterwards.
    That's the actual difference between opensource apps and professional apps (which are sadly not available for linux). So its usability not features, there shouldn't be a distro for audio, there should be some foolproof system for drivers and software installation.

  13. Re:Proprietary formats/codecs prob. and lack of ap by Osty · · Score: 2, Insightful

    This is actually one of the key reasons why I'm opposed to DMCA-like laws (and patenting of compression algorithms), since they create barriers to entry for free software. Free software authors can't pay the licencing fees.

    Congratulations, you just defined why we have such a thing as patents. Patents protect an invention so that the inventor can enjoy a limited amount of time of exclusivity. If the author wants to let others use his invention for the cost of a license, great. If the poor free software developers can't afford the license, tough. The alternative of not having patents at all would seriously hinder the inventive process, and we'd see much less advancement (don't get me wrong, I think there are plenty of silly patents out there, but just because the system can be abused doesn't mean the original intent is wrong).


    Morally the right thing to do ...

    Morally? By whose set of morals? Yours? What makes you so special that the morals you hold are the morals everyone else should hold as well? Morality has no place in business, politics, or education. Leave morality to religion. (note that "morals" != "ethics".)


    As it stands now even watching DVDs on linux is illegal (afaik css is being automatically descrambled by a non-licenced program). Clearly some solution for this is needed.

    Right. The solution is that someone (company, group of individuals) needs to pay for a license, develop a player, and distribute it legally (whether they charge for it or not is up to whoever builds the player). Then and only then will playing CSS-encoded DVDs on linux be legal. (Okay, so a legal alternative would be a complete clean-room reverse engineering of the CSS encryption, but that's likely not even a possibility anymore with the proliferation of the DeCSS code, not to mention the DMCA itself.)

  14. Rosegarden-4 by root_42 · · Score: 3, Informative

    Apart from Brahms there is another nice Sequencer/Note editor for KDE -- Rosegarden: http://www.all-day-breakfast.com/rosegarden/index. html It is based upon the old (ugly, Xaw) Rosegarden 2.1, which is also available on the above site.

    --
    [--- PGP key and more on http://www.root42.de ---]
  15. RMS by SashaM · · Score: 2, Funny

    a distribution called AGNULA (A GNU/Linux Audio distribution).

    Looks like RMS got his way with this one :-)

  16. OSS limitations by natmsincome.com · · Score: 2, Interesting

    The big problem with sound program on linux at the moment is OSS. What is currently the most stable and supported(barely passable).

    OSS has a number of limitations that make it very hard to get high quality sound programs. From what I was told it's like the clasic unix sockets. So you have to do a loop until the socket is free BUT this means you have a small period of time where there is nothing. This is what with XMMS, etc. you get clicks when the songs change.

    Alsa uses call backs instead(an OSS compatable api is included which simulates OSS) which means you don't get that pause. This makes writing high quality audio programs much easier.

    The long and the short of it is that I doubt we'll get really STABLE high quiality audio programs until Alsa is included in the Kernal in the distros (It has been included in 2.5) Which won't be for at least a year(this is a guess). The other thing that happens when the new kenal comes out is that it is supposed to have a lower latancy(VERY important from real time video/adio programs).

    That combined with GStreamer and the like means that in about one or two years we should have some very nice audio programs.

    That being said heres the best program I've found so far:

    A Good Audacity Multiplatform Audio Program

    1. Re:OSS limitations by IamTheRealMike · · Score: 2

      Hmm, I'm pretty sure ALSA is included in most distros these days. SuSE 8 I know has ALSA 0.9 in it, which is pretty good. I'm using ALSA now in fact and I'm on 7.3 Just because the official kernel doesn't have something doesn't mean it won't be there remember.

  17. Re:Zero Sum Game by ObviousGuy · · Score: 2

    Your entire perspective is so heavily screwed, it's difficult to begin criticizing it.

    It boils down to one simple thing. Linux does not need to prove jack shit to anyone.

    Linux succeeds when people like it and use it. It does not fail when people decide not to use it.

    --
    I have been pwned because my /. password was too easy to guess.
  18. Re:Lack of VST support for Linux by TimoT · · Score: 2, Insightful

    The VST plugin standard has some design flaws. Basically it wasn't designed to do the things it's currently doing (whole app as plugin) and many plugins use the native windows api calls for the guis, so the only option would be to use wine for emulation. Personally I'd prefer a new API designed from the ground up correcting the mistakes of VST/VST2. IIRC Yamaha actually proposed something that uses Microsoft's COM. In the linux world something based on CORBA or even shared libraries might work, but the design is tedious, because you never know what new ideas people come up with. For instance there are plugins with thousands of parameters and the parameters are all different types and plugins that load other plugins (meta-plugins).

  19. If Free as in beer is what you're looking for... by haggar · · Score: 2, Informative

    and you do need a kickass MIDI sequencer, I suggest BeOS + Sequitur. It does not have all the features of Cakewalk (I miss expecially the score) but it does have other special features of it's own, like for example processing filters and filter editing (for new filters), but there are many more.

    There are many more good audio tools on BeOS. One more recommendation is XRS, a groove station, similar to FruityLoops. I composed this song completely in XRS, using just the built-in software synths.

    --
    Sigged!
  20. EU sponsors many open source based projects by jukal · · Score: 4, Interesting

    One thing that I don't dislike in the European Union is the sense that they seem to have regarding information technology. It seems like they are making decisions which really could benefit the European Union and not a single company. This shows for example through the IST (information society technologies programme coordinated by EU).

    This gives you a glimpse to some open source based / utilizing projects they are supporting:
    51 records found.

    I don't know if opensource is the magic for getting EU money, but atleast it does not seem like it closes your opportunities. Just as it should be. But atleast it should be easier to get rational decisions in here than in US, in which I assume the elections are more strictly based on how much marketing support the candidate gets from selected corporations :))

  21. We need a program like Reason by HanzoSan · · Score: 2

    When we have programs like reason, things will be good on the music side.

    --
    If you use Linux, please help development of Autopac
    1. Re:We need a program like Reason by HanzoSan · · Score: 2

      http://www.propellerheads.se/

      see

      http://www.propellerheads.se/

      --
      If you use Linux, please help development of Autopac
  22. Its not going to appeal to professional musicians. by dejectuk · · Score: 2, Insightful

    This kind of thing won't appeal to real professional musicians as there is absolutely no professional grade multitrack recorders / sequencers available on Linux - not even ONE. And dont suggest SLAB/whatever - they just dont cut it. It's a start I agree, but you're not going to get the user base over until there is a decent killer application that can compete with ProTools or Logic.

    Having recently bought Logic Audio myself, I am quite happy with Windows 2000 as a platform. It's not linux but its perfectly stable and allows me to get decent latencies via my card's ASIO drivers.

    Unlike others, I'm interested in music, not politics...

    --
    --- And on the 7th day, God created Windows. He must have been tired by then.
  23. linux-sound.org by Onan+The+Librarian · · Score: 4, Insightful

    A somewhat rambling rant:

    I'm consistently amazed at the ignorance of so many /.ers when it comes to music and sound software that runs under Linux. I've written a book about the subject, I've maintained a focused Web page on the subject for more than six years, and I've published more than 16 articles on Linux audio issues in the Linux Journal, on the O'Reilly Network, on Freshmeat, and in the Linux Gazette. I've even indicated where you can actually *hear* music made by people using Linux audio software such as SpiralSynth, Pd, Csound, and many other apps. Linux sound support now includes the Hammerfall and Hammerfall DSP cards, the MIDIman Delta series, and a host of consumer-grade cards (including the SBLive and Audigy cards). ALSA brings a very high-quality audio and MIDI API to the kernel sources. Audio performance latencies can be brought down to the under-2msec range by simple kernel patches. Software such as terminatorX, SpiralLoops, Ceres3, and RTCmix may not fit the average Win/Mac user's idea of what constitutes music software, but that doesn't mean it's not usable (i.e., musical) software ! I've said this so many times it's becoming a litany response: Cakewalk and Cubase have been in commercially-supported production since the late 80s, years before Linux even existed. And as Paul Davis (Ardour developer) points out, absolutely *no* source-code models exist for learning how to achieve designs similar to those commercial packages, so almost everything has been learned from scratch. Yes, it takes time to write a professional-quality hard-disk recording system, a lot of time. AGNULA's time-span extends over a 2-year period: Last year at this time Ardour wasn't even usable; this year I'll be lecturing about it to students in Barcelona in June. So what will the situation be like in two more years ?? Okay, I understand clearly when someone says they must have Windows in order to create their music *now*. That's fine, but judgments upon software they have *not* learned to use are irrelevant. So go ahead, stick with Win/Mac: meanwhile we're the ones who are working to bring something better to Linux users who want pro-audio software. Helpful support is always welcome, and you can find links to such groups as the Linux Audio Developers and Linux Audio Users mail lists by following the URL in the title to this post.

    Honestly, reading some of these posts makes me think of what the responses were like when Linus announced his intentions to the world. "Oh, you'll never be able to [favorite Win/Mac activity here] on Linux". Ten years later a lot of those posts read like they were written by some rather short-sighted whingers... ;)

  24. Re:Proprietary formats/codecs prob. and lack of ap by Raphael · · Score: 2
    Congratulations, you just defined why we have such a thing as patents. Patents protect an invention so that the inventor can enjoy a limited amount of time of exclusivity. If the author wants to let others use his invention for the cost of a license, great. If the poor free software developers can't afford the license, tough.

    Wrong, wrong, wrong... Sure, the officially stated goal of the patent system is to protect the inventor (especially the "small inventor" who does not want his hard work to be stolen by a large company). Unfortunately, there is a big difference between theory and practice and we all know that in the end, the patents are disputed in courts where the companies sue and counter-sue each other. In many cases, the one who has the deepest pockets wins because the "small inventor" is forced to drop the case or to settle for something that less than ideal. Of course, eliminating patents completely would not be a good solution either, but at least the current patent system should be updated

    Regarding the license fees, there is another (bigger) problem: the free software developers cannot pay the license fees because the licensing terms are almost always incompatible with the free distribution of the software. Most of the licensing mechanisms are based on royalties or on some variable fees that depend on the number of copies sold or distributed. This is not compatible with free software because the authors have no way to know how many copies of their software will be distributed. This does not work either if someone takes an existing software package and modifies it to create something new: who pays the license fees in this case? The original author who is not even aware of this new software? The new author? But then, when should the new software be considered "different enough" from the original package?

    --
    -Raphaël
  25. editor and console? by __aawsxp7741 · · Score: 2

    Please excuse me if this doesn't make much sense since I haven't really looked into sequencing with Linux.

    Anyway, I'm wondering whether the situation with GUI sequencers isn't similar to IDEs or typesetting, in that a large part of Linux users are happy (happier, actually) with using an editor, compiler and some command line tools, and not a GUI.

    So, does an appropriate language for defining a piece of music exist, a LaTeX for musicians? Or are the features that musicians need that can't reasonable be implemented in such a version?

    1. Re:editor and console? by Chris+Cannam · · Score: 2, Informative
      fdsa: define a piece of music by defining what note to play at what time with what instrument, but also what sample to play where, and where what lyrics go.

      jcn: So you didn't even have a look? This is actually what LilyPond does

      No, surely fdsa is right -- Lilypond doesn't really begin to address anything performance-related, and "performance-related" covers a vast amount of instrument, audio and interpretational stuff that a quick reference to samples doesn't begin to cover.

      Lilypond can describe most of the data that a classical composer or a non-electronic performer would be interested in, but it's not a performance tool, which seems to be what "defining what note to play at what time with what instrument" is asking for. Lilypond and Csound squished together would be more like it, but only if you were happy to be working entirely in Csound synthesis.

  26. No SuSE? by SwedishChef · · Score: 2

    It seems strange that the distros the European Commission (presumably based in Europe) aren't utilizing the major European Linux distribution. Namely, SuSE.

    --
    No one ever had to evacuate a city because the solar panels broke!
  27. Re:Its not going to appeal to professional musicia by CoughDropAddict · · Score: 2

    This kind of thing won't appeal to real professional musicians as there is absolutely no professional grade multitrack recorders / sequencers available on Linux - not even ONE.

    You have obviously never heard of Ardour.

  28. Linux will fail without a universal API/PKG format by DABANSHEE · · Score: 2

    Well for the desktop anyway.

    Talk about bloody ridiculous, you need a differeant app depending on whether you are using KDE (Brahms) or Gnome (GLAME). Ontop of that you need a bloody different PKG format depending on whether you are using a Debian based distribution or a Redhat based distribution.

    This is ridiculous.

    If bloody MS can come up with a common development API/PKG format for 2 completely unrelated OSes, DOS based Win9X & VMS inspired WinNT/2K/XP (out of the hundreds of apps I've used on my Windows partitions, on 'n off, I've only come across 2 that didn't work in NT/XP, ontop of that my version of StudioMax says it'l will only work in NT/2K yet it works fine in 98SE), then there's absolutely no reason that all X86 nixs (QNX, SCO, linux, Solaris, etc) can't have a a common API/PKG format, let alone different distributions of Linux.

    The fact is that Linux will never be a success on the Desktop with this mess.

    Ontop of that there's people out there who I s'pose who expect their grandmas to recompile all the software they download or purchase, before they use it. Give me a break.

    Don't lets start on dependency hell.

  29. Some GPL VST Plugins by Tom7 · · Score: 2

    I have a page with several popular GPL VST Plugins ("Destroy FX"). If someone were to port VSTGUI to linux, we'd definitely compile our stuff for linux users as well.

  30. Re:VST and VSTi by Tom7 · · Score: 2

    VST is cross platform. The only obstacle to porting VST plugins to linux is the lack of a VST GUI lib (and of course the lack of VST hosts there!).

    We've got some good, free VST plugins at Destroy FX (win32, os9, osx)...

  31. [A bit OT] Terminology by anpe · · Score: 2

    One thing I've found interesting is that they talk about Libre Software.
    I find this quite nice and could end endless references to speech or beer.