Output Plug-In Effects without Recording (While Recording!)??

I am using Logic as sort of a MainStage/Logic hybrid: I am recording live performances on multiple tracks (using a Tascam M-164UF mixing board with multiple outs via USB 2.0). At the same time, I am routing plug-in effects (such as delay) through a MOTU Ultralite on Firewire bus back into the mixing console.
This all works splendidly. However, I do not want to record any audio on channel strip tracks that I am only using for effects; I just want to software monitor. For example, I am sending an AUX output from the Tascam board into an audio track containing a delay plug-in, than routing its output via the Ultralite into a channel on the Tascam. But I don't want to record on this track while recording other tracks.
Hope this makes sense. Any ideas for a simple effective way to achieve this?

I think I answered my own question. The "I" button (input monitoring) button seems to achieve this. If anyone has any other hints regarding this or a better method, it would be appreciated. In the meantime, I will read more about the input monitoring button, and will mark this as answered.

Similar Messages

  • Input effects on recording...

    When I am recording effects to tape and using a latency free software program for tracking like RME's total mix or MOTU's mixer, though I am not hearing the effect (ie:compressor) during recording am I causing a timing problem to the track just because I have inserted a plugin to the input track?
    In other words... I want to track compression or guitar amp simulation but use TotalMix for monitoring. When I am done with the recording I want to go back and hear the effects of the track printed but also for it to be in timing with the rest of the tracks. I hope I am making sense. Any suggestions?

    The only problem with this is that once you record with compression, or any other effect, that's it. Putting them on the track inserts at least gives you the freedom to change things as you wish. As long as you're not using any mastering plug-ins while recording, it shouldn't really be affecting your latency. I use GAP, compressors and other things (non-mastering) on the plug-ins insert without any further latency problems.
    Not to mention that it really wouldn't be any different, latency-wise, if you did put them on the input inserts because you're still generating the effects.
    jord

  • Report is displaying but without record

    hi all
    i am using 10g Release 2.Report is displaying in PDF but
    without records.is there anything incorrect in web.show_document?
    declare
         rep report_object;
         vcJobid varchar2(100);
         vcURL varchar2(100);
         pl_id paramlist;
    ipaddress      report_server_name.V_IP%TYPE;
         vc_server    report_server_name.server_name%type;
         report_path_name report_server_name.report_path%type;
         PORT_NO           report_server_name.port%type;
    begin
    select server_name,report_path,v_ip,port into vc_server,report_path_name,ipaddress,port_no from report_server_name;
         pl_id := get_parameter_list('temp');
         if not id_null(pl_id) then
              destroy_parameter_list(pl_id);
         end if;
         pl_id := create_parameter_list('temp');
         Add_parameter(pl_id,'p_num',text_parameter,to_char(:block.num));
      Add_parameter(pl_id, 'PARAMFORM', TEXT_parameter, 'NO');
      rep := Find_Report_object('REPORT6');
    SET_REPORT_OBJECT_PROPERTY(REP,REPORT_FILENAME,report_path_name);
        SET_REPORT_OBJECT_PROPERTY(rep,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(REP,REPORT_SERVER,vc_server);
    SET_REPORT_OBJECT_PROPERTY(rep,REPORT_DESFORMAT,'PDF');
    --SET_REPORT_OBJECT_PROPERTY(REP,REPORT_OTHER,
    VCJOBID := RUN_REPORT_OBJECT(REP);
    VCJOBID := SUBSTR(VCJOBID,LENGTH(VC_SERVER) +2,LENGTH(VCJOBID));
    VCURL := 'http://'||ipaddress||':'||port_no||'/reports/rwservlet/getjobid' || VCJOBID || '?server='||VC_SERVER;
    WEB.SHOW_DOCUMENT(VCURL,'_blank');
    END;

    hi
    now try.....
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    plid ParamList;
    ipaddress      report_server_name.V_IP%TYPE;
         PORT_NO           report_server_name.port%type;
         vc_server    report_server_name.server_name%type;
         report_path_name report_server_name.report_path%type;
    BEGIN
         select v_ip,port,server_name,report_path into ipaddress,port_no,vc_server,report_path_name from report_server_name;
    plid := Get_parameter_List('tmp');
    IF NOT Id_Null(plid) THEN
    Destroy_parameter_List( plid );
    END IF;
    plid := Create_parameter_List('tmp');
    Add_parameter(plid,'p_num',text_parameter,to_char(:Block.num));
    Add_parameter(plid, 'PARAMFORM', TEXT_parameter, 'NO');
    repid := FIND_REPORT_OBJECT('REPORT6');
    SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_FILENAME,report_path_name);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
    SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_EXECUTION_MODE,RUNTIME);
    SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_DESNAME,'report_name');--enter your report name.
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_APPLICATION_PROPERTY(CURSOR_STYLE,'NORMAL');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no');
    --SET_REPORT_OBJECT_PROPERTY(REPID,REPORT_OTHER,'P_NUM='||TO_CHAR(:Block.NUM));
    v_rep := RUN_REPORT_OBJECT(repid,plid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    WEB.SHOW_DOCUMENT('http://'||ipaddress||':'||port_no||'/reports/rwservlet/getjobid'||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server='||vc_server||'&paramform=no','_BLANK');
    END;hope this helps you..
    sarah

  • Update termination Error : Maintain Output device in User master record

    Hi All,
    For transaction IW32 when print is given we have getting Update termination error : Maintain Output device in User master record.
    I have set the user_settings = Space, for output_Options passed the output device . Even for control_paramters I have passed the device while calling the Smartform . However there is no use. Still I am getting the update termination error.
    Please let me know how to solve this issue. Any OSS Note is there for this.
    Thanks in Advance!
    Regards,
    Preethi G

    Hi,
    Thanks for the reply. There is no problem in the print program .
    In the user master record , if the output device is not given and in the print program if we pass the output device. the error is coming.Is there any way to solve the issue at the print program level with out maintaining the user master.Please let me know.
    Many Thanks!
    Regards,
    Preethi G

  • Shooting a video works sometimes, but sometimes it shuts off after one second without recording any video

    Have had the Turbo Droid for only 3 days and just tried to shoot video. Twice it worked, but more often it seems to begin recording, but shuts off after one second without recording anything.
    Not sure what I'm doing wrong to cause this to happen.
    Can you help?
    Thanks!

    Thanks, EfrainM_VZW.
    Haven't seen any error messages. Occasionallly, but only rarely, the video will record 1-2 frames, but most of the time it just shuts down. I have tried it with and without the rubber-grip case; taking off the case had no effect. The video still would not function.
    When you tap the video camera icon, it tries to shoot video and seems to begin to record, but one (or two) second(s) later, it beeps and stops. Rarely with a frame or so of video; mostly nothing is recorded.
    The still camera works great! Love being able to touch it anywhere to grab a snap.
    BTW, my partner and I got identical phones at the same time last week. His video has the exact same problems as my phone.
    Another point: I downloaded the Google Camera and can shoot video just fine through that camera. But not through the stock Motorola camera that came with the Droid Turbos.
    I'm starting to think we got phones from a defective batch.
    What do you think?

  • "printing" effects when recording

    How can I record with plugins like the compressor or guitar amp pro and have these effects on the actual recording so I can then go back and remove those plugins to save a little cpu? (other than muting all other tracks and bouncing) Is there a way to route whatever track I'm inputting to another track and record into the new track(aux track maybe-but I can't seem to create an aux track with a rec button)?

    You have a couple of options:
    1) Freeze the track and locate the freeze file in the session folder and reimport it. This can be a little tricky for several reasons but works.
    2) Solo that individual track and perform the bounce function and select the option that allows you add that file back to the session. You had already mentioned this method in your request.
    3) Assign the output of the track to a bus and then create a new track and select that bus as the input for the new track. Record enable the new track and begin recording the output of the effected track to the new track.

  • Will my insert effect be recorded to the audio track or not?

    I'm seeing conflicting information about this, but have done a couple of rudimentary tests and it seems that when I add, say, a compression effect on an audio track insert for guitar that it doesn't actually record it. I get only the guitar's original source input even though I can hear the effect when recording. Am I limited to applying effects like this only after the recording is done???

    if you use audio object (audio tracks) with software monitoring you will not record destructive audio. instead logic just records the dry signal and routes through the insert.
    if you use audio input objects with inserts your audio is recorded destructively.
    ease your mind and check the manual for your conflicting information bouts.
    FP

  • How to data send to bdc without recording?

    hi
    how to data send to bdc without recording?
      plz step by  step
    thanks

    Sudha,
    This is the CRM forum, so you need to post your answer on the ABAP general forum to get a better response.  Also the CRM system is not designed for BDC and in general BDC should be avoided at all costs.
    Take care,
    Stephen

  • Xml report output in excel format without using options tab in EBS

    How to get xml publisher report output in excel format without using options tab in EBS?
    I am getting XML Publisher report output in excel format by using options tab while submitting the concurrent request .
    But i want to get excel output automatically.
    Can anyone give idea to get XML publisher Report output in excel without selecting options tab.
    Thanks in advance
    Sandeep V

    Hey Sandeep,
    I am working on a similar format for a report and if possible can you please give me some guidelines. I have initially created reports using XML Publisher, but for those , the output preview format was PDF. So, if I select the preview format as EXCEL will it give me output in Excel and for this to happen, how do I define the rtf template. I believe the working will be same as for PDF, create a rdf report, get output in XML and apply the template to get the data in Excel or there is something different to this.
    Thanks,
    Sunil

  • PSE9 - How to undo Effect without undoing other actions

    I've been wondering this for a while, but keep forgetting to post - Sometimes when creating a project, I'll add an "effect," such as a drop shadow, to a layer, but later decide to change it. 
    How do I undo that effect without undoing all the other actions that i have applied between when I initially applied the drop shadow, and when I decide to change it?
    Is there a way to choose "no effect" in the Effects?  If not, it would be helpful to have that option in this case.
    Thanks for any help!

    Well, a layer style is not an effect. If you really mean layer styles (like the drop shadow you mentioned), just go to Layer>Layer Style>Clear Layer Style. That works any time, even after you've saved and closed the file.
    Actual effects are actions, and you can only back out of those with the undo commands/undo history. Once you pass the number of history states you're saving, or once you close the image, that's it. No going back.

  • How to use X-Fi Effects without selecting SB as the default sound device?

    How to use X-Fi Effects without selecting SB as the default sound device?Hello everyone,
    That's my situation.
    I have Sound Blaster X-Fi Go sound card and I am using SRS HD Audio Lab. SRS HD Audio Lab was selected as the default audio device and X-Fi effects (X-Fi CMSS-3d, Equalizer etc.) was working without any problem in Windows Xp. I have Windows 7 now and when i select SRS HD Audio Lab as the default device, Creative effects are not working, i must select "SB X-Fi Go!" to get them working but i can't use SRS HD Audio Lab in that case. SRS is also using SB X-Fi Go sound card as the output and volume adjustment on console launcher is working but something is disabling the effects. Any solutions to enable effects ?
    Thanks.

    If the kernel modules for your sound card and webcam both support the index parameter (use modinfo to find out) then adding
    options <name_of_preferred_card's_kernel_module> index=0
    options <name_of_second_card's_kernel_module> index=1
    to /etc/modprobe.d/modprobe.conf (or another modprobe conf file of your choice) should solve the problem.

  • Does anyone know how the cutout filter works and is there a way of achieving the same effect without using filters to get more control over final look?

    does anyone know how the cutout filter works and is there a way of achieving the same effect without using filters to get more control over final look?

    Several ways to get similar results.  Image > Adjustments > Posturize with low values similar to what you'd use n Cutout.  This is the most flexible way I can think of as you keep the image in RGB mode with layers intact.  A more radical approach would be to reduce bit depth using Indexed Colour.  You'll need to experiment with settings, try changing Forced to Primaries, and Matte to Foreground Color.  There's no going back from this route, although you can change the mode back to RGB to re-enable layers, adjustment layers etc.
    A nice thing about the Filter gallery filters is that you can change the layer to a Smart object with all the control that gives you.
    Now if only this forum could filter out bizarre content.

  • To send smartform output in an email without attachment

    Hi All,
      How to send smartform output in an email without attachment?
    Thanks & Regards,
    Mamta Gupta.

    Try this,
    DATA:
    ls_control_param TYPE ssfctrlop, "Control paramters
    ls_output_options TYPE ssfcompop. "Output options
    DATA:
    lv_ip_mailaddr TYPE so_name, "Address of a Mail Recipient
    lv_ip_type_id TYPE so_escape, "Recipient type
    ls_recipient_id TYPE swotobjid, "Structure for recvr obj ID
    ls_sender_id TYPE swotobjid. "Structure for sender obj id
    CONSTANTS:
    lc_ip_type_id TYPE so_escape VALUE 'U', "For internet address.
    lc_smartform TYPE tdsfname VALUE 'ZVSF_ASN_DELNOTE', "Smart form name
    lc_mail TYPE tddevice VALUE 'MAIL'. "Mail device
    Assign recipient
    lv_ip_mailaddr = gv_smtp_addr. "CSAM email id
    lv_ip_type_id = lc_ip_type_id. "External address
    Create Mail title
    CONCATENATE text-001
    nast-objky
    INTO ls_output_options-tdtitle.
    Create recipient object
    CALL FUNCTION 'CREATE_RECIPIENT_OBJ_PPF'
    EXPORTING
    ip_mailaddr = lv_ip_mailaddr
    ip_type_id = lv_ip_type_id
    IMPORTING
    ep_recipient_id = ls_recipient_id
    EXCEPTIONS
    invalid_recipient = 1
    OTHERS = 2.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    Get sender object id.
    CALL FUNCTION 'CREATE_SENDER_OBJECT_PPF'
    EXPORTING
    ip_sender = sy-uname
    IMPORTING
    ep_sender_id = ls_sender_id
    EXCEPTIONS
    invalid_sender = 1
    OTHERS = 2.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    Assign the smart form name
    w_ssfname = lc_smartform.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = w_ssfname
    IMPORTING
    fm_name = lf_fm_name
    EXCEPTIONS
    no_form = 1
    no_function_module = 2
    OTHERS = 3.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    For Print output:
    IF nast-nacha = '1'. "Print output
    ls_control_param-preview = 'X'.
    ls_control_param-no_dialog = 'X'.
    ENDIF.
    For Email output.
    IF nast-nacha = '2'. "Email
    Output options
    ls_output_options-tdteleland = gs_kna1-land1.
    ls_output_options-tdtelenum = gs_kna1-telfx.
    ls_output_options-tdfaxuser = sy-uname.
    ls_output_options-BCS_COMMIT = 'X'.
    ls_control_param-device = lc_mail.
    ENDIF.
    dynamically call Fm behind the Smart form
    CALL FUNCTION lf_fm_name
    EXPORTING
    control_parameters = ls_control_param
    mail_recipient = ls_recipient_id
    mail_sender = ls_sender_id
    output_options = ls_output_options
    user_settings = ' '
    TABLES
    delivery = gt_delivery
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4
    OTHERS = 5.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    Regards,
    Joan

  • Which app is the best for viewing documents without sliding while zooming?

    I have many novels saved under *.htm, doc and pdf.
    I'm using Quick Office, but when I zoom in, I have to slide the screen from side to side just to watch the whole things, which make my eyes feel very tired.
    So I need your help about which app is the best for viewing documents without sliding while zooming, I mean, when you zoom in, you just have to slide vertically to see the whole documents, and don't have to slide horizontally.

    shazeal wrote:
    There is a big difference between Windows and Linux, the scheduler being the biggest. Here are 3 shots from oblivion, I tried to keep the Tri-passes around 400-450k, and the texture mem is ~ the same in all 3.
    The first two also have, Apache, Dovecott, Mysql, Samba, and SSHD running in the back ground, these were all stopped for the 3rd.
    Gnome Desktop 2.2.4 Full bloated install - All background services running, run from gnome terminal, Firefox open. Consonance Music player running.
    http://img525.imageshack.us/img525/1551 … tc5.th.jpg
    Xorg only no WM, with urxvt console open to launch the game, nothing else running except background services.
    http://img265.imageshack.us/img265/34/s … zu1.th.jpg
    Xorg only, all non essential services stopped.
    http://img225.imageshack.us/img225/7540 … zd7.th.jpg
    All running on Wine 1.1.7, Oblivion is running around 150 mods, and QTP3, Body mods, High res texture packs for the character skins, with HDR lighting. As you can see the FPS does not change, it fluctuated between 19-20 on all three runs.
    Especially with Dual cores, you will find that games do not loose FPS even with things like a lightweight music player running in the background. Windows scheduler simply was not made for that kind of thing, and benifits alot more from a lower number of background processes. I wont say linux does not benifit, but with Dual cores and CFS, it is not really noticable anymore.
    Wait, does that mean you have better performance while you are running more stuff? Does the desktop manager handle graphics better?
    This really did confuse me...

  • The program closes without warning, while I am working in the program

    I just purchased the Acrobat DC software...
    The program closes without warning, while I am working in the program

    Hi Karen ,
    Could you please elaborate about the issue so that we get know important information about the issue and assist you accordingly ?
    How and when does the program closes?Is it during the launch of Acrobat or while working on any of the PDF'?
    What OS do you work on ?
    If there any error message associated along with it ,please share the screen shot of the same .
    If you are on windows ,please try repairing the software once and see if that fixes the issue .
    For repairing of Acrobat ,launch Acrobat>Navigate to help>Repair Installation
    If that does not work ,you could uninstall Acrobat and then try to re install and see how it goes .
    Make sure to disable all the third party software before the installation commence .
    Regards
    Sukrit Dhingra

Maybe you are looking for

  • Quote in contains() literal

    Hi All, Sure I'm missing something, but I'm having a problem with specifying a double and single quote in literal in query like this: select e.extract('/experimentDocument/data/rawData/fileDscr/notes/HTML/ BODY/P/text()') from EXPDOC e where existsNo

  • One apple ID, multiple Iphones

    Currently we have 2 iphones sharing an apple id.  In the beginning it wasn't a problem, but now it is.  All the contacts are a mess.  I would like to create a new apple ID for one of the phones, but is there a way to not lose all the contacts on one

  • Caera Raw 8.8

    Hi Ican't update for camera raw 8.8 in CC 2014 or Light Room 5??? where I can download update separate ?? I can only have DNG standalone Thanks Sam sam

  • HD Set Top Box to AS7100, HDCP issues?

    Has anyone connected an HD Set Top Box to an AS7100 Media Processor? It is my understanding that all HD content from the STB will be encrypted with HDCP, and this content cannot be converted to HD-SDI for the AS7100 (HD-SDI does not support HDCP). In

  • Dynamic Make Folder Script in PHP

    I have been trying to work on a script where I want to create a folder for a user that I choose. So far the script works if it is static but I want to make it dynamic. Let me show you what I have. Here is my MySQL for registered users, it is just sim