Slashdot Mirror


User: Acous

Acous's activity in the archive.

Stories
0
Comments
14
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 14

  1. Re:This rules on Wired: Pro-Level, GPL'd Audio Editing For Linux · · Score: 1

    Oh, sorry. :P.

    Seriously though, I can only speak from my experience with consumer level stuff -- not having any significant experience with professional audio software. Firstly, what's good for developers is ultimately good for end users. As far as I know (and I could easily be wrong), ProTools has (had?) it's own audio system. They had to write the equivilant of CoreAudio specifically for their app. Plugins, midi handling and audio device drivers had to be written specifically for ProTools. Without that overhead the developers could have put the time towards polishing the program itself or adding new features.

    Having one audio engine also means you can download one effects plugin and have it work in any of your audio apps. In theory it means you could easily and efficiently pipe audio around from app to app through plugins and external interfaces and what not... but I don't know how easy that is in practise. New features can also be added to the OS and all applications get the benefit.

    It isn't as significant for cross platform developers, but if you used a mac I'm sure you would still see benefits. There's a wide range of CoreAudio plugins and utilities available -- which can be used no matter what piece of software you choose.

    I also gather that CoreAudio uses pretty a clean and efficient design in comparison to the alternatives (ALSA, ASIO etc. i guess?). That probably means lower latency and more flexibility.

  2. Re:This rules on Wired: Pro-Level, GPL'd Audio Editing For Linux · · Score: 1
  3. Re:Congrats Firefox on NYT Firefox Campaign Raises $250,000 · · Score: 1

    using xul is a slightly nicer exploit because it grabs (or could grab) the OS's skin etc instead of having to know what skin they're using and emulate that.

    There may be a way to do this using IE, I don't know.

  4. you misread the parent post (nt) on Apple Updates iBook Line With G4 Processor · · Score: 1

    (no text)

  5. Re:Workaround for you... on Window Managers for High Resolution Displays? · · Score: 1

    you don't understand what he's saying.

    he's say if you try to run an lcd at something that's not it's native resolution, it looks like crap. also, if you use DVI or other digital connection, you won't have to "tune" your shiny new LCD display.

  6. Re:Cost Question on Xbox Price Drops to $200 · · Score: 1

    the graphics chip is the most expensive. its somewhere between a geforce 3ti and a geforce 4ti, make sure you add that into your calculations.

  7. Re:ClearType/XFree comparison on Xft Hack Improves Antialiased Font Rendering · · Score: 2, Informative

    This is because XP uses 'hinting' which is disabled in the xfree hack. try doing a side by side comparison of normal xfree antialiased text against XP, it should appear closer. freetype hinting is not yet as good as windows.

  8. Re:Hmm... on Multiplayer Test For Return To Castle Wolfenstein · · Score: 1

    for gods sake man this isnt an attack on the victims of the WTC tragedy or anything, its an innocent joke. you dont need to get so worked up about it.

  9. no on France Telecom To Support Jabber · · Score: 4
    • jabber has some nice server-side features for blocking messages you dont want to see
    • you can run your own jabber server if you want
    • jabber supports an irc gatway
    • jabber has its own "groupchat" protocol section
    regarding the scripting issue, theres at least 2 solutions to that. the first is obvious: make a scriptable IM client. the second is to make an irc module to jserver. there is already a very basic one, but its old and im not sure if it works with the latest server version.

    that means you could use jabber from your irc client (join #jabber, your contact list are shown as users in the channel, online people have ops etc.) and you can join groupchat channels on any server. eg myroom@myjserver.org, jdev@jabber.org, ircchan%irc.light.se@irc.myjserver.org.

    you could even add server side channel bookmarks and nickserv identifys.
  10. single user, but... on Be, Inc. Says Cash Can't Last Past Q2 · · Score: 1

    from be's website:
    "The underlying infrastructure for supporting multiple logins and multiple users' preferences is there, and the facility will likely appear in a future release."

  11. Re:Junkyard wars - a product of nationalisation. on Junkyard Wars Needs A Few Good Contestants · · Score: 1

    "Junkyard Wars" is the US version of "Scrapheap Challenge". Scrapheap Challenge was made for Channel Four in the UK, which is not a state funded channel (i believe).

    however c4 is a relatively liberal station, maybe thats what you need in the US.. not neccisarily nationalisation?

  12. Re:Directory Structure First on File Packaging Formats - What To Do? · · Score: 1

    if the program dirs were some kind of special dirs, so you could run "XEmacs" and it would execute the binary in the XEmacs dir. Or "help XEmacs" and i get a menu with a list of the files in /prog/XEmacs/doc, and select one... "config XEmacs" would give a similar list of config files.
    The config files could be XML, so instead of having a config file like this:

    # this is the url to use as a default start page
    DefStartUrl=http://www.slashdot.org

    it would look like this:

    <Default_Start_Page detail="This is the default start page blah blah">http://www.slashdot.org<Default_Start_Page>

    so the command line config tool would by default just let you change the value not the variable name. and a gui tool would be much the same but look nicer.

    ahh im rambling and i havent even thought this through...

  13. How to order your links.. on Java Security Hole Makes Netscape Into Web Server · · Score: 1

    uhmm.. drag and drop :)

  14. Still early days on "Virtual Motion" for Future Video Games? · · Score: 1

    few points..

    It doesent work on everyone yet.
    Its very crude (at this point).
    It was controlled by a joystick, which the operator moved to coincide with the movements of a rollercoaster on a video. This would be very easy to computerise, but it just shows that they're still at an early stage.

    Acous