Recording Live, does this setup sound like it will work.

i want to record a band if i use the 1/4 balanced outputs from my SoundBoard into the "Alesis MultiMix FireWire 16" will it record with garadge band? How will it sound?

thanks, i just needed to have someone elses opinion, on the hardware selection. is there anything else with 16+ inputs out there for the same price range free (lol) to $600?

Similar Messages

  • Does this server look like it'll work?

    I coded this pretty quickly, and after a number of attempts to code a client that works, I still don't have any luck. I'm starting to wonder whether it's the server or the client that's the problem.
    I was wondering if someone could take a quick look and tell me if there's anything specific that sticks out.
    import java.io.*;
    import java.net.*;
    import java.util.*;
    public class TestServer extends Thread{
        static Map<String, PrintWriter> clients = new TreeMap<String, PrintWriter>();
        Socket clientSocket;
        BufferedReader in;
        PrintWriter out;
        public TestServer(Socket clientSocket){
            this.clientSocket = clientSocket;
            try{
                in = new BufferedReader(new InputStreamReader(clientSocket.getInputStream()));
                out = new PrintWriter(clientSocket.getOutputStream(), true);
            } catch (Exception e){
                System.out.println("Error in Stream Reader");
        public void run(){
            String msg;
            try{
                while(true){
                    String input = in.readLine();
                    String command[] = this.processInput(input);
                   //Most of this is just to simulate a more sophisticated way to process input.
    if(command[0].equals("echoback")){
                        out.println(command[1]);
                    else if(command[0].equals("default")){
                        this.sendToAll(command[1]);
            }catch (Exception e){
                System.out.println("Error in thread");
        public void sendToAll(String msg){
            Iterator it = clients.values().iterator();
            while(it.hasNext()) {
                try {
                    PrintWriter writer = (PrintWriter) it.next();
                    writer.println(msg);
                    writer.flush();
                }catch(Exception ex) {
                    System.out.println("ERROR: Not able to retransmit message to the other clients.");
        public String[] processInput(String input){
            String command;
            if (input.contains("/echo")){
                command = "echoback";
            command = "default";
            String output[] = {command, input};
            return output;
        public static void main(String args[]){
            int port = 7777;
            System.out.println("Listening on port: " + port);
            try{
                ServerSocket svr = new ServerSocket(port);
                while(true){
                    Socket clientSocket = svr.accept();
                    String username = (new BufferedReader(new InputStreamReader(clientSocket.getInputStream()))).readLine();
                    PrintWriter out = new PrintWriter(clientSocket.getOutputStream(), true);
                    System.out.println("Client " + username + " connected on port: " + port);
                    clients.put(username, out);
                    TestServer testServer = new TestServer(clientSocket);
                    testServer.start();
            }catch(Exception e){
                System.out.println("Error");
    }

    PrintWriter out;Don't use PrintWriters or PrintStreams over the network. They swallow exceptions, and you need to know about them.
    } catch (Exception e){
    System.out.println("Error in Stream Reader");Don't guess as to the cause of an exception: print the actual exception text.
    String input = in.readLine();At this point you must test for input == null, indicating EOS, on which you must close the socket and exit the thread.
    }catch (Exception e){
    System.out.println("Error in thread");This is completely useless. Print the actual exception text.
    }catch(Exception ex) {
    System.out.println("ERROR: Not able to retransmit message to the other clients.");Ditto.
    Socket clientSocket = svr.accept();
    String username = (new BufferedReader(new InputStreamReader(clientSocket.getInputStream()))).readLine();
    PrintWriter out = new PrintWriter(clientSocket.getOutputStream(), true);
    System.out.println("Client " + username + " connected on port: " + port);
    clients.put(username, out);Don't do any I/O in the accepting thread. Move all this to the connection-handling thread above.
    }catch(Exception e){
    System.out.println("Error");See above. This is completely useless. Print the actual exception text.

  • I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you plea

    I had a repair done on my MacBook Pro and had to have a new hard drive installed. The Apple Auth Repair Shop then updated the OS from 10.6.8 to 10.7.5. Now my iPhoto v 9.2.3 will not open and it sounds like it will not work with this OS. Can you please advise?

    You may need many other updates to retain compatibility with Lion. I suggest you reinstall Snow Leopard. Unfortunately, you will need to erase the drive first. Be sure to backup your data if you haven't done so already.
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. After you finish Setup Assistant will complete the installation after which
             you will be running a fresh install of OS X.  You can now begin the update process
             by opening Software Update and installing all recommended updates to bring your
             installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.

  • Anaglyph Animation (frame by frame) does this procedure sound OK?

    Hello Everyone,
    I want to make 3D animation files, using Adobe toolkit and PSCS3. Does this route sound OK?
    Open .ASM file in Adobe toolkit, produce two animated Avi files (left) & (right).
    Import .avi (left) into PhotoShop as layers (save layers into folder named left).
    Import .avi (right) into PhotoShop as layers (select layers and drag over to my "left" file. save layers into folder named right).
    Frame by frame turn on corresponding layers in both left and right folders and convert the two layers as per "making 3d anaglyphs with Photoshop tuts." available on the web. e.g.:
    Layer (left) frame 1 of 300
    Ctrl L,
    Ctrl 2 (green) 255 to 0
    Ctrl 3 (blue) 255 to 0
    Turn layer to screen
    Layer (right) frame 1 of 300
    Ctrl L,
    Ctrl 1 (red) 255 to 0
    Etc.....
    Does anyone have an alternative or a different method?

    thank you so much for talking to me. I didn't realize
    tweening applied to frame by frame animation. So I create a motion
    tween btw each key frame?
    What I don't understand is: I want to be able to take the
    symbol in the last keyframe, drag it away from the rest of the
    symbols that are all aligned, and then get them to distribute
    automaticaly in their own keyframes. This is really done best
    through tweening? I thought this would only worked if all the in
    between steps were not keyframes.
    When I select all the keyframes at once and tween them they
    do not distribute.
    But I am probably not doing this right, I don't have time to
    experiment right now, I just wanted to say thanks.

  • When I record my Greeting message it sounds like I'm in a tunnel. What's wrong?

    When I record my voicemail greeting it sounds like I'm in a tunnel. What can I do to clean it up and eliminate the "tunnel like" sound.

    Hello bluestem11312,
    Thank you for the details of the issue you are experiencing with your iPhone 4s.  The article below addresses the following symptoms:
    Symptoms
    Other people can't hear you, or have difficulty hearing you during a phone call or FaceTime call
    Other people complain that you sound unclear during a phone call or FaceTime call
    You hear no sound or the sound is unclear when playing back recorded audio
    iPhone: Microphone issues
    http://support.apple.com/kb/ts5183
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • This may sound like a stupid question,,,but can i downlaod other programmes to my ipad, and use them like i would on a pc/net book ?

    this may sound like a stupid question,,,but can i downlaod other programmes to my ipad, and use them like i would on a pc/net book ?

    No.
    It is not a replacement for a computer.
    It mirrors the selected content of your computer.
    The only programs that can be loaded on an ipad are those found in the app store.

  • When i go to sync my apps with my computer it tells me  ''are you sure you want to sync apps ? all exsisting apps and there data on (iphone) will be replaced with the apps on this itunes library'' does this mean all my data will be lost if i continue ?

    when i go to sync my apps with my computer it tells me  ''are you sure you want to sync apps ? all exsisting apps and there data on (iphone) will be replaced with the apps on this itunes library'' does this mean all my data will be lost if i continue ?

    Regarding your broken, previously authorized computer, here's how that works:
    You would authorize your new computer -- maybe you've done that already.  Then you will have two computers authorized.  Apple allows you to have up to five computers authorized at any time.  If you get to five, you can then go to your account details in iTunes and remove all authorizations.
    Bear in mind this is not saying you can synch to more tham one library.  Razmee209 and gdgmacguy's comments above are correct.  But if Apple only allowed you to authorize one computer at a time, then having a broken computer would mean you could no longer use your Apple ID with iTunes.

  • HT4759 When I try to run iCloud for my PC, an error comes up that says I need windows XP or later.  This article says that windows7 will work.  I have windows7, but I can't install or run iCloud. What else do I need to do?

    When I try to run iCloud for my PC, an error comes up that says I need windows XP or later.  This article says that windows7 will work.  I have windows7, but I can't install or run iCloud. What else do I need to do?

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    SeaMonkey

  • Server and Network Setup Plan - Does this plan sound good and decent??

    Well, it's that time again to buy some new hardware.  I've already got a decent server that should do the trick, but it's lacking the hard drive space.  Now, I've got a few SATA drives but my server system on has IDE controllers.  Time to buy some SATA PCI Cards, woot.  If you're a hardware junkie, then here are the things I'm planning on buying for the server system.  Hopefully now I can give it a new job again.
    SATA II 4 port PCI Controller – http://www.newegg.com/Product/Product.a … 6816124008
        This thing is only $38.99.  I know it's cheap and probably isn't the best out there, but it looks like it'll work fine for my low budget needs.  After all, I won't be using the RAID on it until I get 4 matching drives on the card.  So, for now it'll do the job.
        WD Black 640gb Drives x2 – http://www.newegg.com/Product/Product.a … 6822136319
        These are only $74.99 each.  A few days ago they were $69.99 and I hate I didn't grab them then, but still pretty cheap for being some of the fastest 7200rpm drives out there.
        OCZ Vertex 30gb SSD – http://www.newegg.com/Product/Product.a … 6820227393
        Sooner or later I do plan to upgrade all my OS drives to SSD as all the main storage will be transferred over to my server.  This should speed up my systems consideribly as their already fast with Arch64 on them.
    Later on I plan to upgrade to either two more 640gb drives and add another PCI Controller card or upgrade to 4 new WD Black 1tb drives.  My server has two free PCI slots so I'd be able to get a total storage space of around 8tb or something like that.
    That's enough for the server hardware and file system setup, here's how I'm planning to roll the network out.  Of course, re-designing it from what it is now.
    Internet ISP > Modem > Server > Switch and Router > Wired PCs and Wireless PCs
    Here are the systems that will be benefiting from the server just for pleasure purposes.
    My desktop machine and laptop will have their /home paritions mounted onto the server.
        My work machines (iMac and eMac) will have a small /work-data partition mounted onto the server.
        My family's machine (XP Pro, wireless) will have a small /family-data partition mounted onto the server with just Read Access to the other partitions just in case.  I don't trust them enough not to fuck something over on my machines.
        My brother's laptop (Vista Home Premium) will have access to the /data partition for the family.
    I believe that should do it for the machines that would need a constant access to it.  I'll post any new updates when it happens.  Enjoy.

    My thoughts exactly. Install a dhcp-server (and maybe bind9) and all you need is a WAP - works here. You could also configure iptables so you don't need an extra machine as firewall.
    My concern is that you are planning on putting all data of you and your family (more than 1 TB at the moment) on a machine and that you don't use a hardware RAID-controller. IMHO data is THE most valuable thing (pictures, holiday movies etc.), so I would prefer spending money on a RAID-controller instead of putting it in an SSD. What is you're server going to do that it needs an SSD for its OS? If it's going to serve files and mail, then you won't notice much of a difference with a normal IDE / SATA disk.
    I have bought a new pc for my mediaserver, and it's doing practically nothing 90% of the time, but I need it's CPU cycles to transcode 1080p-files to my DLNA-clients on the network. And did you think of a backup-system? I strongly recommend bacula for automated backups - it might be overkill for a home network, but it is not that hard to learn and very, very flexible!
    Zl.
    BTW: I am still learning a lot about networking, but I do think I know the basics...

  • Why does my Macbook sound like the cd drive is starting  every time i wake my computer up?

    When I wake up my macbook it sounds like its grinding a disc in the drive. There is no disc inserted. What could cause this?

    More precisely I can see that I have got email, as it says the number 4 next to the Hotmail account but it doesnt show any of the messages.

  • Why does my phone sound like a fax machine when people call me?

    hi can anyone help ive had my phone 2 days and its been fine but now when someone calls me i can hear them but they get a sound like screching like a fax is this something i have done thankyou.

    Hi jwinn1234,
    I'm sorry to hear you are having issues with the sound on your iPhone.  The article below will give some basic troubleshooting steps for issues with sound quality:
    iPhone: Sound muffled or low from the speaker or when speaking into the mic
    I hope this information helps ....
    Have a great day!
    - Judy

  • HT1364 does this move count like a burn on all the song?

    The motherboard on the computer that held my itunes has crashed. I have removed the HDD and pluged it into a different computer. I can see the files. If I move the files from the old HDD to the new computer does this count as a "Burn" against all my songs? notes: All my music was purchased on Itunes or uploaded from a CD (which i still have). I can re-upload all my CD's I just don't want to use a burn. The crashed computer was running Windows XP, target computer is also Windows XP.

    SR460,
    No problem.  The only burn limit in iTunes is that you can't burn an audio playlist more than 7 times.  Moving files as you describe does not count against that at all.
    Best wishes,
    Ed

  • What does this mean: "Runner utility has stopped working"

    I tried to download something from Softpedia. It was an exe file but I trusted the bells and whistles. After that, Firefox changed. My upper right search bar changed to something completely different. But I got, two times, this error message, which weirdly enough even Google doesn't seem to have encountered, it doesn't Google up as such.
    I'm trying to get my search bar back, but I'm also curious about this error msg

    Hi JeffLewis,
    Sometimes third party downloads are not always the best. However this error message sounds like something that may come from a function called Utility Runner. This is not an error that I have seen in Firefox before.
    However in order to get the search bar back it is possible to click on the Firefox Menu and click on "Customize". From this menu you can drag and drop the search bar back to the toolbar.
    As for the utility, please also run a malware check.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • HT4796 Trying to migrate from my PC to my MAC, cannot find computer? Does this migration from Windows to MAC work?

    Have been trying migration assistant to transfer Windows to MAC, does this work? Keeps searching for computer? Both are on the network but cannot connect.

    You are following this?
    http://www.apple.com/support/switch101/

  • I can not get the add this extention to work today will you please fix it so I can use it as it is broken Please fix the add this button so that it will work!

    I get this error message Something went wrong in processing your request. (If you were a web browser, I would say "400 rate limited".) when I try to use the add this button extension for firefox. Will you please help me to fix this problem so that I will be able to use the add this again real soon thank u.

    This issue can be caused by corrupted cookies or cookies that are blocked.
    *check the permissions on the about:permissions page and in "Tools > Page Info > Permissions"
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"

Maybe you are looking for

  • Using an external microphone with Premiere pro

    Hey Guys, I'm new to this forum and I really don't know if you guys could help me with this. But I have bought a Samson C01U microphone a few days ago and I really want to use Adobe Premiere pro to record some guitar covers of myself. The problem is

  • Multi-row insert in master-detail tables

    Hi, I'm using jdev 10.1.3.2 with jheadstart and my problem is: I hava a master-detail structure, both are tables and my goal is that I want multi insert (exactly 3) in master and detail table when user makes new order(some business scenario). I canno

  • Word wrapping: Tab behavior in TLF editor

    Hi, I have created an editor using TLF which has word-wrapping enabled. The editor also takes in the Tab key and places it at prober position. In case you insert Tab at the beginning of the line except for the first line then the TAB is inserted in t

  • Excel File Activity.XLS for P6 - Where to find.

    I'm looking for the Excel File Activity.XLS which can be used in import Activity Data from Excel to P6. My searches have come up with nothing - ive used the code Solution ID: prim4617 And I do have a maintenance agreement - just looking for a quick d

  • Weird behaviour of Novell Client in AD environment

    Hi all, I have just converted my Win8.1 Enterprise box to login to AD (as Primary), and use the same credentials to passively login to our OES11SP2 environment, using Client 2SP3IR8. While everything works, I have found that during the display of the