Room for case inputs on the audigy

Hi there,?I'm looking at getting an audigy 4 but I can't see if there is a place to plug in my cases 3 front inputs. The mic, the headphones out, and speaker out I think they are. It's one cable. Does the soundblaster 4 support this or is it just motherboards that do?Thanks.

Here's a thread with information on the topic:
http://forums.creative.com/creativel....id=3949#M3949
-Dave
?[email protected]

Similar Messages

  • Asking for user input in the middle of a function

    Here's my issue.
    I need to launch and input window in the middle of a function for user input.  Before I can continue through the function I need a response back from the user first.  Psuedo code below:
    function
         function begins
         pop up window is launched to ask for user input
         function continues after users submits input
         user input from pop up window is used in function return value
    Let me know if you need more clarification but this is essentially what I'm attempting to do.

    The way actionScript works it isn’t really designed to work that way
    Is there any reason why you have to only use one function as you have written
    I think you really do need to split up your code into sections that a, set up the pop-up with  event listeners waiting for the input to be completed, trigger the pop up with user input, then have a handler function that then interprets the results of the user action.
    Trying to force the system into a closed loop while waiting will be a bad idea.
    By using a pop-up or an alert window that is set to be modal, you are effectively stopping your application doing anything else until the user input has been completed, but still not locking the app into a closed loop. Imagine what would happen if you did put the system into a closed loop, the mouse movement wouldn’t be updated, the screen wouldn’t refresh and the system wouldn’t be able to handle your user input. the reason for using async model is you are able to let the system still do all its background task (move the mouse, give inputs focus, keep the screen drawn etc) but still tell a part of your app to ‘wait for input’ before carrying on it execution of your logic
    Do you come from another programming language? Maybe one that uses less of an OOP approach? I only ask, as the method you are describing is much more like how I had to program when  I worked on computers years ago as an assembly programmer.
    In actionscript and most other modern languages and Oss you don’t have total control of the system and cant lock it into an action as you describe.
    You need to have an asynchronous approach to situations like you describe and let the system run in the back ground while you are waiting for input (or date from a server for that matter)
    Please excuse me if I am telling you things you already know.
    What exactly is your use case for this? Maybe if we knew exactly what you are working on I might be able to offer a solution that would make sense for your particular situation.
    Hope all is going well and please feel free to contact me if you are stuck

  • I CAN'T RECORD INTO CUBASE SX 3 THOUGH MY OPTICAL INPUTS ON THE AUDIGY PLATINUM EX SOUND C

    Hi
    Can you tell me how I can get sound into cubase sx 3 via the Audigy Platinum ex optical card? I have an optical output on my seperate mixing desk whic I have linked to the optical input on the card, but I just cannot get any signal into cubase. If I attempt to record using the creative software recorder - it works perfectly! As soon as I turn on cubase sx 3, it just doesn't work. Have you got any suggestions please.

    Hi
    Can you tell me how I can get sound into cubase sx 3 via the Audigy Platinum ex optical card? I have an optical output on my seperate mixing desk whic I have linked to the optical input on the card, but I just cannot get any signal into cubase. If I attempt to record using the creative software recorder - it works perfectly! As soon as I turn on cubase sx 3, it just doesn't work. Have you got any suggestions please.

  • Dolby Digital input on the Audigy 2 Platinum P

    I'm purchasing a component VGA converter so that I can play my video games on my monitor's screen, but I was wondering, does the sound blaster audigy 2 platinum pro support Dolby Digital input from these types of devices? And in order to do so, what devices, cables, and such would I have to purchase?

    If it is a ps2 I think they have a opiocal out which you could plug into your optical in.
    E
    Message Edited by mrgingerich on 0-27-2004 0:59 AM

  • Using the Audigy for phantom po

    Hi there,
    I have found out that you can use the Audigy to supply phantom power to a dynamic cardioid mic by changing a jumper on the dri've bay itself. Does anyone know how to do this? I want to see if this will eliminate the small but annoying problems I'm having.
    Cheers,
    David

    hasenpfeffer wrote:
    Jason mentioned that there is no jumper on the platinum pro. I have the platinum, there is a jumper JP on the Audigy dri've. It says in the help file that by default it's configured for condenser mics. If the jumper is installed, it's configured for dynamic mics.
    The Audigy Platinium has it. The Audigy 2 Platinium Pro doesn't.

  • Open/close line for data input depending on characteristic value

    Hi,
    assume we have an input ready query linked to an analysis item.
    material qty
    1            100
    2              50
    3              70
    How can we achieve that only the line 2  is open for data input by the user
    and the other lines 1/3 are closed.
    Regards
    Paul

    Hi,
    You can use data slice for this. Activate the data slice for sl no 1 and 3  and the appln will not allow you to enter for these records.
    Data slice can be made dynamic to activate/deactive as per your requirement.
    pratyush

  • Giving input to the runtime process

    Hi Friends,
    I want to run the java debugger programatically through java. I started the debugger by creating a Runtime Process like:
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.io.OutputStream;
    import javax.swing.JPanel;
    public class RunDebug extends JPanel
    public static void main(String arg[])
    Runtime execEnv = Runtime.getRuntime();
    String command = "";
    try
    Runtime rt = Runtime.getRuntime ();
    command = "jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8000";
    Process process = rt.exec (command);
    catch (Exception e)
    e.printStackTrace();
    The debugging process is started and it is ready for input, I have to give input the above same process. I searched for giving inputs to the Process class but I cannot. I tried this with batch file which contains all the commands but it is not running properly. Reply to me if you know the procedure. Thanks in advance.
    Thanks,
    Sangeetha.

    Thank you for your reply pa. But I tried this already like this:
    OutputStream fout= process.getOutputStream();
    OutputStream bout= new BufferedOutputStream(fout);
    OutputStreamWriter out = new OutputStreamWriter(bout);
    out.write("locals");
    I have given the next command to be supplied through OutputStream. But when I am reading the inputs in the Process like:
    InputStreamReader reader = new InputStreamReader ( process.getInputStream () );
    BufferedReader buf_reader = new BufferedReader ( reader );
    String line;
    while ((line = buf_reader.readLine ()) != null)
    System.out.println (line);
    But the output of the command that I gave through OutputStream is not printed. So I think the command which I gave through OutputStream is not properly recognized. If it is properly recongnized then I should get the output of that command when trying to read the input stream. Whether I am correct in writing the command through OutputStream??? Waiting for your reply...

  • Using USB on MacBook Pro for audio input

    I have a turntable that outputs audio via USB for conversion from LPs to digital sound on my MacBook. It comes with Audacity software for control of the process. When I use my daughter's 5 year old Gateway I am presented, within Audacity, with a drop down of audio input choices - including the USB ports. When I try to use my MacBook the only option for audio input is the Microphone jack.
    I'm pretty sure that I should be able to use the USB port for audio input but am unsure how to make it happen. I'm comfortable using GarageBand if the Audacity software is the problem.
    Can anyone help me with this?

    The previous answer is CRAP, your turntable already provides you digital audio over USB.
    You just have to select USB Audio as the default audio input.
    Under OSX this is not done inside Audacity, as is done under Windows. It must be done on the System Preferences, Audio.
    There you will be able to select the USB interface as your default sound input.
    After this, launch Audacity, and there you will see that the USB audio is now the only available option...

  • Is it possible to have 5.1 S/PDIF input from the pins of Audigy 2 ZS SB0350?

    LIs it possible to have 5. S/PDIF input from the pins of Audigy 2 ZS SB0350? Hello,
    I took this sound card (Audigy 2 ZS SB0350) yesterday from a friend, just to test whether it can do what I intend to use it for. It is only the card itself without the front panel (the I/O Dri've Bay) and I want to connect a satellite receiver's S/PDIF output to the sound card input in order to experience a 5. sound, which my satellite receiver supports. Since it turned out that this sound card has no digital inputs but on the front panel (the I/O Dri've Bay), I started wondering whether I can connect the coaxial digital out of the satellite receiver directly to some of the pins of the Audigy 2 ZS, and in case I can do that, will I have the desired 5. sound on the analogue outputs of the sound card or just stereo?
    If this is impossible, can you confirm that if I buy Audigy 2 Platinum (with I/O Dri've front panel) I can have the desired effect (no matter if the output of the satellite receiver is coaxial or optical)?
    Thank you for your answer
    Best regards,
    Zdravko

    Install disks for specific systems do not boot a different system.  Sometimes if the two computers are from the same year and are the same type and the same build number, maybe.

  • How can I have multiple inputs into the selector terminal of a case structure

    Hi everyone
    I have a question on how to wire multiple inputs in to the selector terminal of a case structure. 
    Currently, I have three switches, each switch determines different case. So if I switch the switch 1 is on, the numeric indicator will show 1. If the switch 2 is on, the numeric indicator will show 2, so on and so forth. However, the selector terminal will not allow me to wire multiply inputs into the case structure, I tried Bundle by Name, Bundle and Array to Cluster, but they did not work. I set the case structure with 3 cases, they are 1, 2 and 3.
    Could someone help me please. I have attach an image and the VI of the work I did so far.
    I have another question, is there a function which can toggle other switches to off when there is a switch has been toggled on.
    Thank you very much
    Tommy
    Attachments:
    Trial - Case Structure.vi ‏7 KB

    Tommy, attached find a cheeseball way of doing this that has given me a LOT of mileage over the years.  IT lends itself nicely to a couple of really good practices that NI recommend, but I have given you the bare-bones to "see under the hood".  
    The recommended practices:
    1. You can make this a nice tight sub-vi where you can put it into a core library of routines that you'll use over the years, even extending the logic to look only for changes, etc.
    2.  If you are thinking about Front Panel design considerations, you'll want to use arrays of controls where possible, as that's a nice neat way of containerizing your switch for both the FP and Block Diagram.
    Have fun.  I have TONS of these types of things, so feel free to PM me if you have any other needs.
    Wes
    Wes Ramm, Cyth UK
    CLD, CPLI
    Attachments:
    Boolean Switch Logic.vi ‏11 KB

  • Does the Audigy SE support digital input?

    ) I have an Audigy SE and I was wondering if it supported digital input. I was looking around the recording devices on my computer and I noticed that it said S/PDIF-In on my SB Audigy. I'm planning on connecting my ps3 to to it using optical so I can use my PC speakers without having to constantly switch from PC to ps3 but of course thats only if the audigy se does support digital input.

    Yes it does... but you'll need to purchase a separate Digital I/O module for Digital In (visit creative's site for more details).
    Note:
    If you make use of the Digital I/O module you'll lose your mic/line-in jack

  • Setting the colour red for an input field or a text-field in a table

    Hy,
    I am using an input-field or text-field within a table-cell. For some rows in the table the text in the input-field / text-field should be red. How can I do this ?
    Florian Hroch

    Create a new attribute "TextColor" of type "com.sap.ide.webdynpro.uielementdefinitions.TextViewSemanticColor" (local DDIC types), under the table's data source node.
    Bind the "TextView.semanticColor" property of the table cell editor to this attribute.
    If you cannot add new attributes under the data source node (this is the case if there is a structure binding), add a value node "TableProperties" (cardinality 1:1, selection 1:1) under the data source node and add the attribute there.
    Then you can control the color of the TextView in table row at index i by setting the "TextColor" value for node element at index i.
    For an input field, you cannot set the text color, a workaround might be adding an icon in an extra column.
    Armin

  • Is possible to give a 5V input to the umi 7764 connector blick for the limit switch inputs

    I am using a umi7764 connector block for my 7344 controller. My motion control hardware provides me a 5V output in case the limit switches are enabled. But the umi 7764 connector block connections for the limit swithces are in such a way that it doesnt get any input, instead it has to be directly connected to the limit switches.Is there any way to come around this problem so that the limit switch inputs read the 5v given out by my motion control appplcation

    If your drive has individual outputs for the forward, reverse, and home switches, then you could connect these to the their respective terminals on the UMI. You will need to either disable limit functionality on one component (controller or drive) or make sure the limit behavior for the devices does not conflict with each other. It probably is best if the controller handles the limits, but this will depend on your application.
    If the drive only has one output to indicate that one of the switches has been activated, then you have fewer options. In this case, you should probably just use the limit protection on the drive and poll that single output with another input on the UMI.
    Regards,
    Brent R.
    Applications Engineer
    National Instruments

  • Connecting case mic plugs to the Audigy 2

    Ok, I have an Audigy 2 ZS. I want to get one of those little 3.5 bays for the front of my rig. the kind with the USB plugs and the firewire and a mic/headphones plug in 'em. I know I can hook the firewire and USB up, but I hate to have the 2 mini plugs there if theyre not functional so my question is: is there any way to hook them into my audigy? Wiring it out the back is unacceptable.. RIGGED BAD! But if you can do clever things with all those jumpers/pins/whatevers sticking out of the audigy to enable functionality to a mic/headphone plug in the front of the case thatd be great. any help is much appreciated.Message Edited by padrescout on 0-8-2004 06:53 PM

    hey dude. I emailed cust. servicve about it and they say theoretically you can, and refered me to the pinouts for a regular audigy. I say use those a guideand it can probly be done.

  • How can I run the report for different input values at the same time?

    Reports version: Report Builder 6.0.8.13.1
    Oracle version: Oracle8i Enterprise Edition Release 8.1.7.0.0
    I want to run the same report for different input parameter values and spool each o/p to different file and ftp to a server. For this, as a first step, I am spooling different input values in to a file, reading those values through a loop and calling the report for that input values. Each report run/execution is taking 15 minutes. Total report execution is taking approximately 4 hours (assuming 16 different input values) to complete. So I have to wait 4 hours to see ALL outputs.
    I would like to run the report parallel for ALL the input values and I should be able to see the ALL outputs with in 15 or 16 minutes.
    In my shell script, I added & symbol at the end of the report call to start/run the job in the background. Due to this the control passed to the next step after the report call. At this place I have an ftp command to send the output file to a different server and it is giving error some thing like “o/p file is not available/created yet". This is due to the fact that report writer is NOT yet completely started/initiated or it is NOT completed the spooling.
    How can I run the report at the same time for all the input values and save the time?
    Thanks in advance.
    Kishore.

    Increase the number of server engines running right now it seems there is only one engine running ,increase it to 4 or 6
    and then atleast 4 or 6 reports will run simultaneously.
    For FTPing the output add to your sript to check whether it is locked and if not then only try to ftp .
    Also for more better functionality read the document (chapter 15 ) for 10g reports for its new fuinctionality.
    http://download.oracle.com/docs/cd/B14099_17/bi.1012/b14048/toc.htm
    Thanks
    Subodh

Maybe you are looking for

  • How to use s60 sdk?

    Hello I m using WTK..but my application doesnt work via OTA..There is some problem in loading image..it throws ioexception..i want to switch to s60 sdk.. can someone tell me how to run application in that after installing.. Edited by: Astha on Nov 23

  • Installing Solaris 7 - timeout waiting for ARP/RARP packet

    I'm attempting to install Solaris 7 on and E250. I'm using HyperTerminal connection via a null modem cable. I boot up the server and I see various harware init processes echoed to the terminal and then I receive this error: Timeout waiting for ARP/RA

  • IDES SAP ERP ECC 6.0 Queries

    Hi all experts, Here are queries about IDES DDIC "SAP*". 1.  Can I assign new user? 2.  Since IDES is installed in my laptop, do I need to change the profile parameter? 3.  Can I use this "SAP*" for all my testing which include create new company, ne

  • HP Elite 7300 crashes

    Hi, my brand new HP Elite 7300 suddenly reboots during gaming and other activities I bought it on monday, it happened with the preinstalled Windows 7 OS, and it also happened when I installed Windows 7 from scratch - both with or without Sp1. I've tr

  • Sampling color using "Option" key while Brush tool is selected (CS6)

    I am used to "Option" clicking on a color, while using the Brush tool, to set the foreground color. In CS6, it is updating the background color instead, even though the "Info" panel clearly says "Click to choose new foreground color" when I hold down