External control of sends mute/unmute

Hi
I've been trying to get my bcr2000 to control the mute status of the sends on a channel strip,I already have a knob controling the sends and buttons set up to mute the Aux/bus returns,but i would like to mute indevidual sends.I can do it by alt/clicking with the mouse.I've looked to see if there was a key command but couldn't find one.
Anybody got any ideas or even managed simmilar??
thanks
mpl

nxb,
Have you considered using the waveOutSetVolume function inside winmm.dll, and writing '0' to mute the volume or '65535' to unmute the volume.
I have attached an example that achieves this functionality:
Jared A.
Applications Engineer
National Instruments
Attachments:
WaveOutSetVolume.vi ‏8 KB

Similar Messages

  • U330 Mute/Unmute continuous loop

    Is anyone experiencing a problem with their laptop going into a continuous mute/unmute loop?  The computer mutes and unmutes itself nonstop, and while this is occurring, I lose my touchpad ability to scroll and tap to select.  I have tried restarting the computer and reinstalling the drivers for the Realtek Audio Manager and the Synaptics Pointing Device, but to no avail. 
    Can anyone recommend another avenue to fix this problem?
    Thanks in advance!
    Solved!
    Go to Solution.

    I tried restoring by NOVO, but that didn't fix the problem.  I spent an hour on the phone with tech support, and they had me reinstall drivers for the audio device and touchpad, none of which fixed the issue with the mute/unmute. 
    The tech representative and I were not able to locate the hotkey drivers for the U330 on the Lenovo drivers site.  Perhaps they aren't released yet?  
    Tech support couldn't figure it out, so i'll have to send my 2 week old laptop in for repair.   This is my first Lenovo laptop, and so far it hasn't been a very pleasant experience.  

  • You can no longer automate send mutes by opt clicking on the send

    You can no longer do this! I am 99% sure i did this in L7.

    Hi,
    Certainly being able to mute/unmute sends by opt click would be better than having to write it in the automation track or creating a ghost send track.
    How about having a bypass inserts switch for all inserts within a channel as well ?
    Also, lets have nodes available on bus/auxs.
    Another one for a future update !
    Still - I'm enjoying L8.

  • When using external speakers, they won't unmute

    I am using a U530 Touch with Realtek HD Audio driver version 6.0.1.7535 and Windows 10 build 10240. When using external speakers, everything works fine, except when I mute speakers they will not unmute without unplugging the 3.5 mm speaker jack and plugging it back in to the unit. Using the laptop's internal speakers does not produce the same proplem (mute/unmute works fine). I have looked at every setting and find nothing, nor have I seen this problem reported in the forums. HELP!!!

    Rattle Snake wrote:
    Firstly how do I know if this is a 1st or 2nd generation shuffle? Bought in May at Palo Alto Store but there doesn't seem to be anything on the packaging to tell me.
    1st Gen shuffle was white, plastic, and shaped like a chewing gum package.
    2nd Gen shuffle is aluminum, with a spring clip on the back and comes in silve and assorted colors...
    When the shuffle is connected to the external speakers(bought at the same
    time) it only plays about 5 songs and then stops.
    Does it play through the earphones after this happens? Does it still have power or is the battery depleted after it stops playing?
    What Brand & model are the speakers?

  • External control unit - which one works best?

    i would like to buy an external control unit. which one works best with the final cut studio apps? as far as i know, there are three competitors, being:
    TASCAM 1802, MACKIE CONTROL and Digidesign...
    I would like to use the unit mainly for audio mixing and Transport functions. Maybe use some function keys for shortcuts... if the unit can be used also in Sound track pro it would not hurt But my major work is in FCP
    thanks for your input!

    I'd buy the Tascam 1802 as my control surface. Actually I'm saving my pennies to get one.
    I have a Mackie Onyx 1640 with the Firewire card and I love it to pieces as a field mixer. But I can't get it to work well with my apps as a control surface. Maybe I should check and see if Mackie has improved the software.
    But I'd go with the Tascam for FCP control surface use. You might get away with one of their smaller models if you don't need that many faders.
    Save some money that way, maybe. Leave you more to send to Apple, MOTU, DigiDesign, Bias, and Waves for software upgrades. I mean, we all understand that those folks need our money way more than we do, right? Heh, heh, heh...
    Good luck in your search.

  • I am no longer able to use the volume control buttons ( /-/or mute) on my key board in Windows 7

    1. HP Pavilion dm4 XO132AV
    2. Windows 7 64-bit
    3. No error message
    4. No changes were made prior to when the issue occured
    5. Question: I am no longer able to use the volume control buttons ( /-/or mute) on my key board in Windows 7

    Hi,
    Try the following.
    Download the IDT Audio installer on the link below and save it to your Downloads folder.
    http://ftp.hp.com/pub/softpaq/sp50501-51000/sp50856.exe
    When done, open windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  Right click the IDT device and select Uninstall - you should also get a prompt to remove the current driver, tick the box to allow this and then proceed with the uninstall.
    When complete, restart the notebook and let Windows fully load.  Open your Downloads folder, right click on the IDT installer and select 'Run as Administrator' to start the installation.  When this has completed, restart the notebook again.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • External Mail's Sending Via Abap Code

    <u>Hello, everyone.</u>
    I have a problem with an external mail's sending, I have to solve it very quickly.
    I'm tring to send mail to a specific address with an attachment but it doesn't work.
    Does any one has some source code that works (with file attached) ?
    Thanks in advance,
    Rebeka

    Hi rebeka,
    1. There is some trick involved
    in the binary files.
    2. I have made a program (and it works fantastic)
    ONLY 6 LINES FOR EMAILING
    BELIEVE ME
    ITS A FANTASTIC PROGRAM.
    IT WILL WORK LIKE OUTLOOK EXPRESS !
    3. The user is provided with
    a) file name
    b) email address to send mail
    and it sends ANY FILE (.xls,.pdf .xyz..)
    Instantaneously !
    4. Make two things first :
    1. Include with the name : ZAMI_INCLFOR_MAIL
    2. Report with the name : ZAM_TEMP147 (any name will do)
    3. Activate both and execute (2)
    4. After providing filename, email adress
    5. Code for Include :
    10.08.2005 Amit M - Created
    Include For Mail (First Req F16)
    Modification Log
    Data
    DATA: docdata LIKE sodocchgi1,
    objpack LIKE sopcklsti1 OCCURS 1 WITH HEADER LINE,
    objhead LIKE solisti1 OCCURS 1 WITH HEADER LINE,
    objtxt LIKE solisti1 OCCURS 10 WITH HEADER LINE,
    objbin LIKE solisti1 OCCURS 10 WITH HEADER LINE,
    objhex LIKE solix OCCURS 10 WITH HEADER LINE,
    reclist LIKE somlreci1 OCCURS 1 WITH HEADER LINE.
    DATA: tab_lines TYPE i,
    doc_size TYPE i,
    att_type LIKE soodk-objtp.
    DATA: listobject LIKE abaplist OCCURS 1 WITH HEADER LINE.
    FORM
    FORM ml_customize USING objname objdesc.
    Clear Variables
    CLEAR docdata.
    REFRESH objpack.
    CLEAR objpack.
    REFRESH objhead.
    REFRESH objtxt.
    CLEAR objtxt.
    REFRESH objbin.
    CLEAR objbin.
    REFRESH objhex.
    CLEAR objhex.
    REFRESH reclist.
    CLEAR reclist.
    REFRESH listobject.
    CLEAR listobject.
    CLEAR tab_lines.
    CLEAR doc_size.
    CLEAR att_type.
    Set Variables
    docdata-obj_name = objname.
    docdata-obj_descr = objdesc.
    ENDFORM. "ml_customize
    FORM
    FORM ml_addrecp USING preceiver prec_type.
    CLEAR reclist.
    reclist-receiver = preceiver.
    reclist-rec_type = prec_type.
    APPEND reclist.
    ENDFORM. "ml_customize
    FORM
    FORM ml_addtxt USING ptxt.
    CLEAR objtxt.
    objtxt = ptxt.
    APPEND objtxt.
    ENDFORM. "ml_customize
    FORM
    FORM ml_prepare USING bypassmemory whatatt_type whatname.
    IF bypassmemory = ''.
    Fetch List From Memory
    CALL FUNCTION 'LIST_FROM_MEMORY'
    TABLES
    listobject = listobject
    EXCEPTIONS
    OTHERS = 1.
    IF sy-subrc <> 0.
    MESSAGE ID '61' TYPE 'E' NUMBER '731'
    WITH 'LIST_FROM_MEMORY'.
    ENDIF.
    CALL FUNCTION 'TABLE_COMPRESS'
    IMPORTING
    COMPRESSED_SIZE =
    TABLES
    in = listobject
    out = objbin
    EXCEPTIONS
    OTHERS = 1
    IF sy-subrc <> 0.
    MESSAGE ID '61' TYPE 'E' NUMBER '731'
    WITH 'TABLE_COMPRESS'.
    ENDIF.
    ENDIF.
    Header Data
    Already Done Thru FM
    Main Text
    Already Done Thru FM
    Packing Info For Text Data
    DESCRIBE TABLE objtxt LINES tab_lines.
    READ TABLE objtxt INDEX tab_lines.
    docdata-doc_size = ( tab_lines - 1 ) * 255 + STRLEN( objtxt ).
    CLEAR objpack-transf_bin.
    objpack-head_start = 1.
    objpack-head_num = 0.
    objpack-body_start = 1.
    objpack-body_num = tab_lines.
    objpack-doc_type = 'TXT'.
    APPEND objpack.
    Packing Info Attachment
    att_type = whatatt_type..
    DESCRIBE TABLE objbin LINES tab_lines.
    READ TABLE objbin INDEX tab_lines.
    objpack-doc_size = ( tab_lines - 1 ) * 255 + STRLEN( objbin ).
    objpack-transf_bin = 'X'.
    objpack-head_start = 1.
    objpack-head_num = 0.
    objpack-body_start = 1.
    objpack-body_num = tab_lines.
    objpack-doc_type = att_type.
    objpack-obj_name = 'ATTACHMENT'.
    objpack-obj_descr = whatname.
    APPEND objpack.
    Receiver List
    Already done thru fm
    ENDFORM. "ml_prepare
    FORM
    FORM ml_dosend.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data = docdata
    put_in_outbox = 'X'
    commit_work = 'X' "used from rel. 6.10
    IMPORTING
    SENT_TO_ALL =
    NEW_OBJECT_ID =
    TABLES
    packing_list = objpack
    object_header = objhead
    contents_bin = objbin
    contents_txt = objtxt
    CONTENTS_HEX = objhex
    OBJECT_PARA =
    object_parb =
    receivers = reclist
    EXCEPTIONS
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    OTHERS = 8
    IF sy-subrc <> 0.
    MESSAGE ID 'SO' TYPE 'S' NUMBER '023'
    WITH docdata-obj_name.
    ENDIF.
    ENDFORM. "ml_customize
    FORM
    FORM ml_spooltopdf USING whatspoolid.
    DATA : pdf LIKE tline OCCURS 0 WITH HEADER LINE.
    Call Function
    CALL FUNCTION 'CONVERT_OTFSPOOLJOB_2_PDF'
    EXPORTING
    src_spoolid = whatspoolid
    TABLES
    pdf = pdf
    EXCEPTIONS
    err_no_otf_spooljob = 1
    OTHERS = 12.
    Convert
    PERFORM doconv TABLES pdf objbin.
    ENDFORM. "ml_spooltopdf
    FORM
    FORM doconv TABLES
    mypdf STRUCTURE tline
    outbin STRUCTURE solisti1.
    Data
    DATA : pos TYPE i.
    DATA : len TYPE i.
    Loop And Put Data
    LOOP AT mypdf.
    pos = 255 - len.
    IF pos > 134. "length of pdf_table
    pos = 134.
    ENDIF.
    outbin+len = mypdf(pos).
    len = len + pos.
    IF len = 255. "length of out (contents_bin)
    APPEND outbin.
    CLEAR: outbin, len.
    IF pos < 134.
    outbin = mypdf+pos.
    len = 134 - pos.
    ENDIF.
    ENDIF.
    ENDLOOP.
    IF len > 0.
    APPEND outbin.
    ENDIF.
    ENDFORM. "doconv
    CODE FOR PROGRAM
    5.
    REPORT zam_temp147 .
    INCLUDE zami_inclfor_mail.
    DATA
    DATA : itab LIKE tline OCCURS 0 WITH HEADER LINE.
    DATA : file_name TYPE string.
    data : path like PCFILE-PATH.
    data : extension(5) type c.
    data : name(100) type c.
    SELECTION SCREEN
    PARAMETERS : receiver TYPE somlreci1-receiver lower case.
    PARAMETERS : p_file LIKE rlgrap-filename
    OBLIGATORY.
    AT SELECTION SCREEN
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    CLEAR p_file.
    CALL FUNCTION 'F4_FILENAME'
    IMPORTING
    file_name = p_file.
    START-OF-SELECTION
    START-OF-SELECTION.
    PERFORM ml_customize USING 'Tst' 'Testing'.
    PERFORM ml_addrecp USING receiver 'U'.
    PERFORM upl.
    PERFORM doconv TABLES itab objbin.
    PERFORM ml_prepare USING 'X' extension name.
    PERFORM ml_dosend.
    SUBMIT rsconn01
    WITH mode EQ 'INT'
    AND RETURN.
    FORM
    FORM upl.
    file_name = p_file.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
    filename = file_name
    filetype = 'BIN'
    TABLES
    data_tab = itab
    EXCEPTIONS
    file_open_error = 1
    file_read_error = 2
    no_batch = 3
    gui_refuse_filetransfer = 4
    invalid_type = 5
    no_authority = 6
    unknown_error = 7
    bad_data_format = 8
    header_not_allowed = 9
    separator_not_allowed = 10
    header_too_long = 11
    unknown_dp_error = 12
    access_denied = 13
    dp_out_of_memory = 14
    disk_full = 15
    dp_timeout = 16
    OTHERS = 17.
    path = file_name.
    CALL FUNCTION 'PC_SPLIT_COMPLETE_FILENAME'
    EXPORTING
    complete_filename = path
    CHECK_DOS_FORMAT =
    IMPORTING
    DRIVE =
    EXTENSION = extension
    NAME = name
    NAME_WITH_EXT =
    PATH =
    EXCEPTIONS
    INVALID_DRIVE = 1
    INVALID_EXTENSION = 2
    INVALID_NAME = 3
    INVALID_PATH = 4
    OTHERS = 5
    ENDFORM. "upl
    regards,
    amit m.

  • Control Key Toggles Mut

    My left control key toggles mute for some **bleep** reason after i installed this X-FI, its an Xtreme Gamer Fatalty Pro series. I can not find settings for hot keys in the audio console or anywhere else. Any help here?
    I am on winxp pro, just installed no applications but default drivers for everything.

    /bump

  • Grid Control stops sending emails?

    Hello everyone. Interesting thing happened today. For whatever reasons, Grid Control stopping sending out email alerts that we have configured. Let me give some details.
    We have customized some rules so we can receive email alerts if something goes wrong with our production databases. It has worked great until today.
    We have setup an alert to let us know the 'state' of the database. This worked extremely well on our dataguard box, which would change status to 'MOUNT" twice a day as we applied redo logs from the primary database. Each time this happened, Grid Control would fire off an email alert stating the database was in the 'MOUNT' stage.
    Once all the logs were applied and the database would return to 'OPEN', we could get a email saying the database was 'CLEAR' and now 'OPEN'.
    This worked great, until our 17:00 log applies happened.
    We did not receive anything at all and now I am trying to figure out why.
    To my knowledge, nothing has changed on the Grid Control server.
    I logged in and checked everything out, and it seemed ok.
    I did restart some of the services and restarted the DB instance.
    Doing some testing, I stopped a database to check the rule. It took a while for Grid Control to recognize that the database was down and it eventually fired off a email alert stating the database was unreachable. But this was after at least 3-5 minutes, where as before, it was almost instant.
    My guess is that for whatever reasons, is that when the database status changes, Grid Control is not finding out right away. Due to the latency of the issue, by the time all the logs have applied (no more than 5 minutes), the database is back 'OPEN' and the database looks good to grid control.
    I'm a little baffled by this because Grid Control has worked great for months.
    Does anyone have any idea on what could be wrong?
    Any ideas on where to start looking?
    Any additional information I can post to help troubleshoot? Logs?
    I appreciate it.
    Jason

    hi,
    Has a schedule been set-up for the user. This normally happens when a user is created.
    Does the user have access to the rule set that has been created.
    For example, in my system SYSMAN creates all the rules and then makes them public. Individual users then subscribe to the public rules to get the alerts.
    regards
    Alan

  • How To use External Message To Send IDOC From XI To R/3

    we need to split one source message to several IDOC To
    R/3,But Standard Imported r/3 idoc contains only one idoc per message,so we export the standart idoc to a
    xsd file and change it to a  multi "IDOC" segment structure and import back to xi again,after that,we create a message interface use the imported
    message type and use it to send IDOC to r/3 via idoc adapter,but at the "call atapter" step it gernarate a
    error:"Unable to interpret IDoc interface MI_IDOC_IN".
    what we should pay attention to when use external message
    to send idoc to r/3?
    (when use the imported idoc message to send  single idoc per message,it is no probelm)
    thx

    The way this works is:
    1. In your Message Mapping use the External WSDL defintion that you loaded after tweaking the "IDOC" Occurance.
    2. Then in your INTERFACE MAPPING use the orginal IDOC Name that you imported from R/3.
    3. Use the original IDOC Name in Integration Builder too.
    This should work.
    Thanks
    Ashish

  • About channel external control in the pi7.1

    Dear PI Experts:
      when i  access the pi channel by the way of extenal use  url:http://foxxi:50000/AdapterFramework/ChannelAdminServlet?party=GSCMDSENDERBJ&service=XIF_JAVA&channel=GSCMDSENDERBJ_CC&action=start  ,
    the response reault is :
    =========================
      403   Forbidden
      You are not authorized to view the requested resource.
    Details: No details available.
    =======================
    does anyone know the how to use the  external control  in the pi7.1, i don't kown how to cofigure the pi ,i have the material but it's about pi7.0, it's different from pi7.1(in pi7.1  there are no visual admin )
      thanks     best regard
    Edited by: kevin liang on Aug 26, 2009 9:16 AM

    Hi,
    ensure that youhave proper Roles to control CC.
    Refer below discussion,
    Automatic Control, External Control ON/OFF in RWB
    & of course SAP help is best giude for troubleshooting your problem.
    http://help.sap.com/saphelp_nwpi71/helpdata/en/45/0c86aab4d14dece10000000a11466f/frameset.htm
    Thanks
    Swarup

  • Disable External Control in AnyConnect programmatically (Android)

    Hello,
    I am using URI mechanism to import certificate from an external application. External Control is then enabled by the user in AnyConnect parameters. Is there a way to disable External Control programmatically using URI mechanism or else? Or user should manually disable this feature?
    Thanks

    Hi,
    Sorry for not being clear. I am using AnyConnect Client Application for Android.
    Reference :-
    http://www.cisco.com/en/US/docs/security/vpn_client/anyconnect/anyconnect24/release/notes/rn-ac2.4-android.html#wp1114806
    How can i come to know whether VPN is connected or not ?

  • External Control of PI Adapters. (ABAP Based, HTTP, IDOC)

    Hi,
    I found this interesting blog on how to use HTTP post to control externally PI Adapters:
    /people/william.li/blog/2007/05/04/control-communication-channels-externally-without-using-rwb
    I wrote a java program to call the AdapterEngine and list the status of all the adapters. I then realized that I was getting only the status of the adapters in the Java Stack.
    How can I control the adapters in the ABAP stack? I need to start/stop an IDOC adapter from outside PI. (7.1 EHP1)
    Thanks,
    Martin Lavoie-Rousseau

    AFAIK you can't externally control the adapters on ABAP stack. Anyone else, any suggestions?

  • CC - External control

    Dear,
    I'm trying to use external control on a PI File CC. However to use it I have to add the roles
    xi_af_channel_admin_display
    xi_af_channel_admin_modify
    When I go to host:post/nwa/identity and modify my user to add those roles, I can't seem to find them in the database for roles (both UME and Portal).
    Any suggestions as to why these roles don't exist in my NWA? Currently on PI 7.1 SP7.
    Edit: Here is the link to it in SAP Help: http://help.sap.com/saphelp_nwpi71/helpdata/en/45/0c86aab4d14dece10000000a11466f/frameset.htm
    Kind regards,
    Frederik-Jan.
    Edited by: Frederik-Jan Roose on Sep 18, 2009 5:09 PM

    Hi Roose,
    Please check this help on how to add them:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/45/0c86aab4d14dece10000000a11466f/frameset.htm
    Regards,
    ---Satish

  • External control over vst's; or some kind of midi learn

    I'm moving this post from Audition Feature Requests to here, 'couse nobody ansewer anything..
    External control over vst's; a midi learn-like
    I'm not really shure if AA3 have it or not, but I can't find the way to get control of parameters on third part plugins with my BCR2000.. (rotary control)
    I can use my midi keyboard to play Vsti
    I can use my Mackie for the main mixer...
    But what about the capability of automatise, for example.. a feedback level's delay whit some rotary external midi hardware?
    Maybe it is possible and I don't know, but I can't find the way to do it searching in AA3... I neither can't find info on internet forums..
    I'll be very grateful if anyone say something about it
    Thanks!!
    Nico

    Hi Nico,
    Currently, Audition offers no direct support for controlling VST parameters via MIDI, although there are VST effects that handle MIDI control themselves.  It is a feature I'd like to see, and it is currently in our feature database in consideration for the next release of Audition.
    Durin

Maybe you are looking for