How to control the line-in volume input via LabView?

Anyone know how to control the line-in volume and balance input via LabView?

I assume you are referring to audio line-in volume control and lerft-right balance...
If so, then check out this thread:
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000D83A0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
Look at the info near the bottom from Paul S & Spectre. They talk about "winmm.dll"
-cheers-
JLV

Similar Messages

  • How to control the line in--- PLAY and STOP ?

    Hi,
       This is the  volume control library downloaded  from NI wed site .It is help for my task.
       My task is to control the line in with LabVIEW, for example STOP, PLAY and adjust volume with LabVIEW button.Though the example I see the volume control can  be enablement.But I don't know how to design the PLAY and STOP button.
       I see it is similar to the volume control.There is function to control the the PLAY and STOP in the system Library-winmm.dll. I don't know  whether all I think is right.I have the following serial question. How to use the function?How to understand the system Library?I can't acquire some information  from it and I don't know the input and output parameter in the funcion.
       Can any one help me out please?
       I'm sorry that my English is poor.
       Thanks.
     lizhi
    Attachments:
    VolCtrl.llb ‏193 KB

    I assume you are referring to audio line-in volume control and lerft-right balance...
    If so, then check out this thread:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000D83A0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
    Look at the info near the bottom from Paul S & Spectre. They talk about "winmm.dll"
    -cheers-
    JLV

  • How do I monitor the Line-In (Analog) input via my connected speakers?

    I'd like to do this in order to hear audio coming from another device on-top of the audio already coming out of my Mac. On a Windows box, I would simply mark the checkbox for the input in the sound settings and the input is heard over attached output speakers, etc.
    Beavis2084

    Check the volume setting in the "Input" tab of "Sound" system preference. If it's still too low, run Audio MIDI Setup (Utilities folder. Set "Properties For" to the audio input and make sure the Audio Input sliders are all the way to the right. The Mac uses line-level audio input, so if you are using a microphone you may need a per-amp or iMic
    <http://www.griffintechnology.com/products/imic/>

  • How to control the line number printed on check overflow

    Dear All,
    Our customer is on SAP2007A SP01 PL07, SQL2005, US localization. They don't have 3rd party add-on up and running when they print the checks. I have their database restored on PL08.
    Administration >> System Initialization >> Print Preferences >> Per document >>
    Print on: Check stock >> Overflow Blank Paper >> Maximum lines 10
    Then if the check has more than 10 lines of invoices, SAP will print it on a blank paper.
    However, the system print 12 lines on the blank paper ( < 1/2 of the paper) and go to the next page. How can we let the system print the invoice info on one page (One paper looks like could have over 40 lines).
    I also reproduced this on SBODemo DB. May I have someone try it? Before I log SAP a tech support message, we would like to make sure if this is a SAP behavior.
    Thanks in advance.
    Regards,
    Yuka
    Edited by: Jie Jin on Feb 8, 2010 11:03 PM

    Dear all,
    I did more test today in their database.
    1) Use stub-check-stub (system) PLD: Overflow is 12 lines per page (1/3 of the page)
    2) Use stub-stub-check PLD: Overflow is 32 lines per page (2/3 of the page)
    3) Use No stub-stub-check PLD: Overflow is 34 lines per page (2/3 of the page)
    4) Use long stub-check PLD: Overflow is 30 lines per page (2/3 of the page)
    5) Use check-stub-stub: Overflow is 48 lines per page (full page)
    It looks like only check-stub-stub can print overflow invoices info on the full page. Other PLDs can only print overflow invoices info on the stubs. This can be reproduced on CA and US databases.
    Is this a system behavior or a bug? If I cannot have an answer here, whom should I speak to? Thanks.
    Regards,
    Yuka
    Edited by: Jie Jin on Feb 9, 2010 4:56 PM

  • How can I control the line spacing in TLF

    Hello,
    Is it possible to control the line spacing in TLF?
    For example I might have text lines with font size of 12 (i.e. constant text height) but I would like to be able to change the space between the lines programatically.
    Playing with the lineHeight property is not the best approach because in case there are images embedded in the text once lineHeight is set then the image is cut if it is higher than the line height. I really need to control the space between lines but not the lines' height.
    Thanks

    I would like to achieve the following behavior: the gap between all text lines to be always X pixels.
    My understanding how TLF handles this (please correct me if I am wrong) is that there is no gap between TextLines but one could achieve similar behavior by playing with lineHeigh. You could set it to a percentage and then this would introduce visual gap between text lines however in cases when a text line contains elements with different height (like the case with images or spans with different fontSize) then the gap will differ because it is calculated as a percentage of the overall fontSize. I don't want to have different gaps in these cases. I would like to have always (let's say) 10 pixels between each text line.
    What I need is very similar to the "verticalGap" style available in the VBox container. I would like to specify the exact gap between each text line in exactly the same way.
    Using "lineHeight" is not good because it depends on the height of the text/images and this leads to different gaps when I have mixture of elements with different heights. The way I set the gap should not be dependent on the height of the elements.

  • How can I control the PP (monitor) volume using my computer volume controls.

    I'm no longer able to control the PP (monitor) volume using my computer volume controls. I've always controlled the monitor volume using my computer volume levels, but starting today, that has changed.
    The volume is just playing at the level recorded with no way for me to turn down or up.
    I performed a disc repair and that didn't solve the problem.

    Does the OS volume control affect anything?  System beeps and sych?

  • How to load and display the external flv video files in dynamicly and the how to control the flv fil

    How to load and display the external flv video files in dynamicly using AS 3.0
    and  How to control the flv file  add the play paus button and add seekbar.
    I have using to load the flv file following code
    var flvPlaceHolder1:MovieClip = new MovieClip();
    var vid1:Video = new Video(734, 408);
    flvPlaceHolder1.addChild(vid1);
    addChild(flvPlaceHolder1);
    flvPlaceHolder1.x = 1059;
    flvPlaceHolder1.y = 152;
    var nc1:NetConnection = new NetConnection();
    nc1.connect(null);
    var ns1:NetStream = new NetStream(nc1);
    vid1.attachNetStream(ns1);
    var listener1:Object = new Object();
    listener1.onMetaData = function(evt:Object):void {};
    ns1.client = listener1;
    ns1.play("GV-1600 TURNING.flv");
    ns1.addEventListener(NetStatusEvent.NET_STATUS, statusChanged1);
    function statusChanged1(ns1:NetStatusEvent):void
             trace(ns1.info.code);
            if (ns1.info.code == 'NetStream.Buffer.Empty')
                 trace('the video has ended');
                 removeChild(flvPlaceHolder1);
                 //trace('removeChild');
                gotoAndPlay(1786);
    then how to add the play,paus ,full screen button    and   seekbar,volumebar.

    I have to Create the flash presentation for our company product
    In this presentation the left  side the text animation are displayed then right side the our product video is displayed.
    In this presentation i need the following option :
    1, The first product video and animation is finished then the next product is played
    2, then the video displayed  (size width and height 400x300) , I click this video to increase the size(ex:1000x700)
    3, then the playing video i control  it play, stop, paus button and volume bar, seek bar.
    4, then this presentation is displayed on 42 inches LCD TV so this full presentation is run full screen.
    I have finished first two steps 1 and 2
    the following are the screen short and code:-
    code :-
    var count=0;
    var flvPlaceHolder2:MovieClip = new MovieClip();   
    var vid2:Video = new Video(734, 408);
    flvPlaceHolder2.addChild(vid2);
    addChild(flvPlaceHolder2);
    flvPlaceHolder2.x = 1059;
    flvPlaceHolder2.y = 152;
    var nc2:NetConnection = new NetConnection();
    nc2.connect(null);
    var ns2:NetStream = new NetStream(nc2);
    vid2.attachNetStream(ns2);
    var listener2:Object = new Object();
    listener2.onMetaData = function(evt:Object):void {};
    ns2.client = listener2;
    ns2.play("GS-4000.flv");
    this.addEventListener(Event.ENTER_FRAME, BtnFadeIn2);
    function BtnFadeIn2(event:Event):void
        if (this.currentFrame == 387)
            /*flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            trace('Screen size is changed');*/
            if(count==0)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            count++;
    ns2.addEventListener(NetStatusEvent.NET_STATUS, statusChanged2);
    function statusChanged2(ns2:NetStatusEvent):void
        trace(ns2.info.code);
        if (ns2.info.code == 'NetStream.Buffer.Empty')
                trace('the video has ended');
                 removeChild(flvPlaceHolder2);
                 //trace('removeChild');
                gotoAndPlay(433);
    flvPlaceHolder2.buttonMode=true;
    flvPlaceHolder2.addEventListener(MouseEvent.CLICK,home2);
    function home2(e:MouseEvent):void
        if(vid2.width==734 && vid2.height==408)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
        else
            flvPlaceHolder2.x = 1059;
            flvPlaceHolder2.y = 152;
            vid2.width=734;
            vid2.height=408;

  • How could control the scroll events in ALV OO?

    Hello experts!
    I'm programing a report, inside there is a field that need time of processing. I'm using ALV OO.
    I have thought that it could only calculate the field for the lines that visualize.
    How could control the scroll events to calculate the field of the visualized lines?
    I'm using CL_SALV_TABLE class and cl_salv_events_table to control the events, but there aren't any event to control the scroll.
    best regards!

    Hi Sriram,
    I did view the information that you was attaching, but this don't resolve my problem. With methods get_scroll_info_via_id and set_scroll_info_via_id, we can get and put information of selection and view rows in the screen but we don't control when the user click in the scroll for advance or to back down a page.
    I would like to refresh the data in ALV when the user view news rows.
    I want your genial ideas.
    Best regards!

  • Is There A Bug With The Line-In Volume Setting ?

    I use an audio mixer and microphone to put voice-overs into programs like Audacity, Sound Studio and the Voice Over Tool in Final Cut Express.
    The mixer is connected to the Line In socket on my eMac.
    I like to set the Line In Volume to Maximum in the System Preferences.
    However, sometimes when I close one of the above programs, the Line In Volume Control reverts to a default midway setting (50%).
    This is not a terrible problem but it is irritating having to reset the volume control.
    Is it a known problem and is there a cure?
    Ian.
    PS. I did a search and there was a similar sounding question three weeks ago but for some mysterious reason it was archived before anyone could answer.

    I have done some testing in the last 20 minutes and am convinced there is a conflict caused by Final Cut Express 3.0.
    I opened and closed Audacity, Sound Studio and iMovie three times each with no problem.
    I did the same with FCE and each time the Line In Volume control had reverted to the 50% setting.
    So it appears there is a bug (at least with my setup).
    Is there a cure - other than resetting System Preferences every time?
    Ian.

  • How to control the mesh tool?

    I am wanting to use the mesh tool but I need to know how to control my lines. I want a starting point and an end point but when I click the starting point is decided by me but the end point is decided on its own, and it is not the end point I want. I want a straight line (with some curves) but I am getting a diagnol line. How can a control this?

    This is an image of what I've been doing. See my lines. I wasn't even getting straight lines but I fixed it up someway.
    Now look at their image. The lines are going perfectly in the direction they are wanting here. How are they doing it.

  • How to change the line's color?

    In a linechart, if the backgroundColor of
    Application is not "#ffffff",there will be some white
    horizontal lines in the linechart. how to change the
    line's color?? thanks

    Hi, I hope this is what you are looking for:
    http://blog.flexexamples.com/2007/11/15/customizing-the-horizontal-grid-lines-in-a-flex-li nechart-control/

  • Urgent : How to modify the line type and table type

    I am working on ALV Grid Control, i need to know how to modify the line type values to table type.
                 ls_celltab-fieldname = 'ZSAVINGS '.
                 ls_celltab-style = l_mode.
            INSERT ls_celltab INTO TABLE pt_celltab.
    Here ls_celltab is line type and pt_celltab is table type.
    Please give me the suggestion ASAP.
    C.Bharath Kumar

    Hi,
    Here is the example
    DATA: BEGIN OF LINE,
            LAND(3)  TYPE C,
            NAME(10) TYPE C,
            AGE      TYPE I,
            WEIGHT   TYPE P DECIMALS 2,
          END OF LINE.
    DATA ITAB LIKE SORTED TABLE OF LINE
              WITH NON-UNIQUE KEY LAND NAME AGE WEIGHT.
    LINE-LAND = 'G'.   LINE-NAME   = 'Hans'.
    LINE-AGE  = 20.    LINE-WEIGHT = '80.00'.
    INSERT LINE INTO TABLE ITAB.
    LINE-LAND = 'USA'. LINE-NAME   = 'Nancy'.
    LINE-AGE  = 35.    LINE-WEIGHT = '45.00'.
    INSERT LINE INTO TABLE ITAB.
    Regards
    Sudheer

  • How to calculate the Daily Call Volume

    Hello,
    Can anyone please advise how to calculate the daily call volume in a contact center - the counts of the calls terminated in ICM ?
    Is there any webview report or a SQL query which provides the count ?
    Many thanks in advance for the help!
    Thanks & Regards,
    Naresh

    The ICM software generates a Termination_Call_Detail record for each call that arrives at the peripheral. From This report you can get the number of calls to ICM as well as the call details.
    To get the report run this sql query
    select * from dbo.t_Termination_Call_Detail where convert (varchar(10), DateTime, 101) = '12/03/2010'

  • How to protect the lines in smartforms

    hi gurus
    i want to know how to protect the line in smartforms..
    regards
    baskar

    Check this link.
    http://www.saptechies.com/smartforms-protect-lines-in-main-window/
    if you are using tables, there are two options for protection against line break: – You can protect a line type against page break. – You can protect several table lines against page break for output in the main area.
    Protection against page break for line types – Double-click on your table node and choose the Table tab page. – Switch to the detail view by choosing the Details pushbutton. – Set the Protection against page break checkbox in the table for the relevant line type. Table lines that use this line type are output on one page.
    Protection against page break for several table lines – Expand the main area of your table node in the navigation tree. – Insert a file node for the table lines to be protected in the main area. – If you have already created table lines in the main area, you can put the lines that you want to protect again page break under the file using Drag&Drop. Otherwise, create the table lines as subnodes of the file. – Choose the Output Options tab page of the file node and set the Page Protection option. All table lines that are in the file with the Page Protection option set are output on one page
    Regards,
    Maha

  • How to combine the line items of 2 Sales orders into 1 delivry

    how to combine the line items of 2 Sales orders into 1 delivry
    and their process, pre-requisites and tcode

    The prerequisites are:
    1) In the customer master sales area data, shipping tab, there is a field called Order combination. u must tick that.
    2) for the two orders, the sold to party & ship to party must be same
    3) both orders must have created from same plant & shipping points
    4) the line items must have same loading grp.
    5) the both orders sheduline line date must be same.
    transaction code for the same is VL04.
    enter the required data and select the order nos to be processed.
    Do reward points if it is useful

Maybe you are looking for

  • File type associations limit in WP8.1

    Hi everyone! I'm building a music app for WP8.1 called Teh Jukebox. I am aiming to support many music file formats. I am however running into a huge problem due to the file type limit at certification time, only allowing 20 file types to be registere

  • Process modeling for HR

    Hi all, could you please let me know how to do the HR process modeling????

  • Desktop looks bad on Dell U2410

    It's strange...movies look great, but the desktop UI itself looks fairly grainy.  I've messed with the settings but there isn't really much there to change.  Any suggestions? thanks!

  • Reg.Payment receipt from customer against consignment.

    Dear Friends How payment is made in Consignment,Pipeline and thirdparty. Kindly advice. Thanks Rajakumar.K

  • Red highlights not working Camera Raw 8.8

    I'm on a imac & just downloaded Camera Raw 8.8.  The red highlights do not show up on blown/over exposed areas.  I have clicked it on & off.  Someone mentioned holding down the alt button while clicking exposure or highlights slider & that worked ini