Multi drop in record w loop on

L9 - on an audio track - when I have loop on bar 1 to 8 and drop in for bar 5
it records 1x then keep looping but record ony 1x
is there a way with this setup to keep recording  - multi drop in record takes at bar 5 w loop on?

Hi
Recording with Cycle and Autopunch enabled will only record the first pass... been that way for ages ;-)
Easiest fix is to just record with Cycle on, then edit the recorded region.
CCT

Similar Messages

  • Process records in LOOP

    My logic is
    cursor c1 is
    SELECT col1,col2,...
    FROM tab1
    BEGIN
    FOR c1_rec in c1 LOOP
    IF some condition is satisfied THEN
    delete the record
    -- exit out if the condition is satisfied and go to next record in loop
    END IF;
    BEGIN
    SELECT (some date)
    INTO variable
    FROM table 2
    IF variable = some value THEN
    DELETE operation
    UPDATE operation
    -- exit out if the condition is satisfied and go to next record in loop
    END IF;
    END;
    END;
    What i am trying to acheive is after i enter the loop i am working with a set of records based on the explicit cursor declared. Suppose i am with my first record and it has satisfied the condition of the first DELETE statement and i want to exit out and process the next record in the set instead of going further in the logic. How do i do this?
    Thanks in advance.

    This is the code i have the end loop at the end and i dont want to bail out of the loop i need to go to the next record as soon my first delete is done as the second delete/update is based on another logic check from the first one. So if i use EXIT then i am exiting out of the loop which i dont want to do rather be in the loop and process the next record. I hope that explains. Sorry for the confusion.
    Thanks
    cursor c1 is
    SELECT col1,col2,...
    FROM tab1
    BEGIN
    FOR c1_rec in c1 LOOP
    IF some condition is satisfied THEN
    delete the record
    -- exit out if the condition is satisfied and go to next record in loop
    else
    BEGIN
    SELECT (some date)
    INTO variable
    FROM table 2
    IF variable = some value THEN
    DELETE operation
    UPDATE operation
    -- exit out if the condition is satisfied and go to next record in loop
    END IF;
    END;
    end if;
    end loop;
    END;

  • Skip error record within loop

    Hi all,
       How to skip error records within loop.
    Regards,
    bala

    Hi krithika,
    1. we can use this logic
    2. Loop at itab.
      check field1 = 'wrong value'
      check field3 = 'wrong value'
      *--- OTHER GOOD CODE
      ENDLOOP.
    regards,
    amit m.

  • Dropping of records(bw cube to bpc)

    hi friends,
    i'm loading actuals data from bw cube to bpc application via trasnformation file(load infoprovider package).
    my requrement is infoobject X is mapped to dim Y.  if X consists of value C02 I want to drop those records i.e i don' want those records in bpc applicaion. how can i achieve this (it is reverse of SELECTIOIN Option in OPTIONS area of transformation file)?
    thanks.

    i resolved issue by maintaining conversion file for that destination dim.
    External col  (CO2)
    Internal col (*skip)
    Include that conversion file in transformation file
    It skips bw recorde for infoobject having CO2 as record value.
    THANKS.

  • Z77a-gd65 no multi drop in idle with fixed vcore ?

    Hi all, I am trying to oc my 2500k on the z77a-gd65 with a normal multi oc and fixed vcore, eist always enabled. interal pll overvoltage auto, intel turbo off, vdrop auto, digitial compensation auto, cpu core ocp expander auto, cpu core switching freq. auto. Ce1 enabled, intel c-state enabled, c state limit auto. Also I think they dont grip once fixed vcore.
    Problem is: My multi doesn't drop in idle but hangs fixed at what ever multi I put in. Is a normal multi OC with a drop to 1.6 ghz in idle no longer possible in ivy bridge ? My SB did that just fine.

    You obviously have a CPU with a good VID. Not everyone is that fortunate. It's your OC, do as you please. I OC most of my processors when under full load to sit at or just below the industry suggested maximums for them (CPU V. set on 'Auto') and experiment with the VDroop settings to ensure stability. With Sandy and Ivy, that is 1.400v's, or less when under load. On CPU V. 'Auto', worst Ivy CPU currently here will do 45X, another one does 46X, best Sandy here will do 51X. Heat, voltage requirements (VID), clock speed variations attainable between CPU specimens is rather large. Only a few rigs here have 'raw' OC's on them and run manual set CPU V. all the time. 
    Quote
    So, if you use your machine for mostly gaming (why oc otherwise) one can actually save more with manual vcore if this is lower at full load than the auto (especially for me as I get 4.4 GHz with a 2500k on 1.156 vcore, which I will never get down to on auto vcore.).
    Rendering, Audio - Video creation, OC'ing the CPU is 'very' beneficial to performance.

  • How to move multi select rows(records)from one datagrid to another datagrid completelly in flex4

    hi friends,
    I  am doing mxml flex 4 wep application i am using 2 forms, each form i am using datagrid,i am struck in this place,
    my proplem is, in first form i am having a grid with 10rows and columns,i am having 10 records and one move button. Next form also having a datagrid,
    need:
    IF i am doing multi select(2records) from the first datagrid and click move button means that records will show in the second datagrid and will also delete
    from the first data grid again it wont show the records in same datagrid.
    how to do this?
    any useful suggession or snippet code.
    thanks in advance,
    Cheers,
    B.venkatesan.

    One solution could be:
    Source to data grid is an Array collection
    1.> In first data grid extraxct the rows using, grid.selecteditem
    2.>Add it to the arraycollection attached to next grid, use arraycollection addItemat api if rows needed to ve added at particular index
    3.>Use removeitemat api to remove the items from arraycollection attached to first datagrid
    4.>call invalidate on bothe of the datagrids

  • Asp code does not render for first record in looped recordset

    I have posted this question on a javascript forum as it
    contains javascript code however it was believed to be an asp
    issue.
    The following head section javascript code contains the
    function showBigImage( isource,bigImage,header ) function call of
    discussion:
    var currentImage;
    function showBigImage( isource,bigImage,header ) {
    var theImage = document.getElementById( 'largeimage' );
    theImage.src = isource;
    currentImage = bigImage;
    document.getElementById( 'photoHeader' ).innerHTML=header;
    document.getElementById( 'largeimage' ).alt=header;
    The following rendered looped recordset code illustrates how
    the "header" parameter of this showBigImage(
    isource,bigImage,header ) function call does not render ONLY FOR
    THE FIRST RECORD OF THE RECORDSET as it is blank:
    <a href= "javascript:;" > <td height=36
    valign="middle" class="small_img" onmouseover="showBigImage(
    'imagescript.asp?path=images/portable_stage.jpg&width=250','images/portable_stage.jpg',''
    )"> <img
    src="imagescript.asp?path=images/portable_stage.jpg&width=36"
    border="0" alt="" /> </td> </a>
    <a href= "javascript:;" > <td height=36
    valign="middle" class="small_img" onmouseover="showBigImage(
    'imagescript.asp?path=images/seated_riserset.jpg&width=250','images/seated_riserset.jpg', 'Portable
    stage configuration using 9 units of the 3 ft x 8 ft platforms in 3
    different heights' )"> <img
    src="imagescript.asp?path=images/seated_riserset.jpg&width=36"
    border="0" alt="" /> </td> </a>
    <a href= "javascript:;" > <td height=36
    valign="middle" class="small_img" onmouseover="showBigImage(
    'imagescript.asp?path=images/Stageset.jpg&width=250','images/Stageset.jpg','Portable
    stage configuration using 16 units of the 4 ft x 8 ft platforms'
    )"> <img
    src="imagescript.asp?path=images/Stageset.jpg&width=36"
    border="0" alt="" /> </td> </a>
    <a href= "javascript:;" > <td height=36
    valign="middle" class="small_img" onmouseover="showBigImage(
    'imagescript.asp?path=images/Runset.jpg&width=250','images/Runset.jpg','Portable
    stage runset configuration' )"> <img
    src="imagescript.asp?path=images/Runset.jpg&width=36"
    border="0" alt="" /> </td> </a>
    Because of this problem, the caption text does not display
    for this first image record once the thumbnail images are moused
    over. You can view this page example at
    http://www.canchair.com/new_web_product_detail.asp?ProductID=198&ProductFamily=1&ProductFa milySub=10

    Please help with this issue!!!

  • Any option is there to find the error record in loop for huge amount of rec

    Hi Guru's,
    In our production system we got a error. While debugging we found one of our loop getting 1 lakh records. One of the record from the internal table having some wrong values because of that its giving a error message. But we are not getting any proper message.
    Now our problem is its very difficult to debug all the records one by one. Even its not possible to give Watchpoint. bze in what situations its giving this error that also not predictable. So how to find the error record?
    Kindly suggest.
    Ananadhan

    Need a lot more info.
    To start with is this CR Designer or some other product?
    I suspect it's classic SAP products like Business One etc., if so please mark as answered and post your question int the correct forum.
    Thank you
    Don

  • Multi-Slide Synchronized .f4v videos looping 3 times on mobile device

    I created an elearning project in captivate 8.01 which includes several slides with .f4v videos as multi-slide synchronized videos. Each of these videos spans only one slide. I published this course to our LMS (Cornerstone OnDemand Learning Cloud) in HTML5 and SWF to accommodate desktop and mobile learners. I used the SCORM 2004 1.3 standard. The project plays as expected on a desktop PC, progressing from slide to slide after each video is played (note I tried this both with HTML5 and SWF output, and it worked fine on the desktop). However, when viewing this course on a mobile device (my tablet is an Android 4.4.2), each of the slides with a video loops three times before progressing to the next slide. I tried putting the slide action "On Exit: Go to next slide" on these slides with videos to force the project to progress, but with no success. How can I ensure that these videos play only once then progress to the next slide on a mobile device?

    No controllers showing here either. Controllers show and work in preview mode, but when publishing to Html5 then playing on Ipad, video in slide plays once, but now controls visible...can't pause. stop or rewind...
    Dave

  • Need help with multi track/simultaneous recording

    Please forgive me if the answer to my question has already been covered; I have searched the other posts but haven't been able to find the answer.
    I am recording a podcast with a Behringer Xenyx X1832 mixer. In GB I know how to select "multi track recording" and set my two mics that are conneced to the first two channels of the mixer to "mono 1" and "mono 2" on the input source.
    My question is how do I record audio from my Macbook on a seperate track?
    I have a Focusrite 2i2 connected via USB to the Macbook acting as an output, then TRS cables from the outputs going to channel 7/8 on the mixer. When I play audio I can hear it perfect and adjust EQ and volume, but I am unable to record it on a seperate track on GB.
    When I click on the track on GB, the input source says "stereo 1/2" and when I try to click the red buttons to arm the other two mono tracks where my mics are connected it says "The input channel of this track is already in use. To record on this track, choose another input channel."
    What am I doing wrong? How do I send audio from the Macbook to the mixer and then record it on a seperate track, along with seperate tracks for each of the mics?

    You need to create an aggregate device:
    http://support.apple.com/kb/HT1215

  • Multi channel midi recording in express

    hello,
    i do not know how to set up my stuff for multi channel (track) midi recording in express.
    gear: motu micro lite midi interface, powerbook g4, yamaha elctronic drums dtxpress 2, edirol midi controller.
    when i get this worked out i will have 3 other keyboards hooked up midi.
    when i try now, my drums are bass or my edirol is drums
    basic idea:
    someone playing a bass line on the edirol while someone else is playing the midi yamaha drum kit.
    also i would like to know if it is possible to keep my edirol connected usb running audio instruments or if i have to connect it midi to my micro lite.
    i was told that it has something to do with setting up the environment.
    i am midi ******** so please, if you can help, be simple.
    thanks much anyone.
    powerbook g4   Mac OS X (10.4.2)  
    powerbook g4   Mac OS X (10.4.2)  
    powerbook g4   Mac OS X (10.4.2)  
    powerbook g4   Mac OS X (10.4.2)  

    I'm not 100% sure about that but I think Logic Express don't allow simultaneous recording of more than one midi track. I think this is a Pro-only feature.

  • Audio drops during recording

    Hi guys,
    I'm working on my MacBook Pro 2.4 with Logic Pro 8.0.2 and M-Audio Ozonic FireWire interface (latest driver installed). During recording (just one voice track) over an empty session I notice random audio drops. I tryed to change latency and buffer without success. Same equipment and software on my Mac Pro 2.66 works great.
    Last year I worked all the summer with the same MacBook Pro (maybe some osx and software versions earlier) without any problem.
    Any good ideas ?
    Thanks in advance.
    Piero

    Turn Airport off first and close all other applications.
    Recording one track onto the system drive should not be a problem at all but nevertheless try recording all your Audio onto a fast external FW drive in the future.

  • Audio drops mid recording and/or playback

    I recorded a video on my 3gs phone last night and it isn't that long, maybe 4 minutes in length. I was able to upload to my computer and when I went to play it back the audio drops halfway through. I checked on my iPhone and the audio drops out there as well. Anyone know why or how this happened that when I'm recording something the audio just stopped being recorded while the video was still recording?

    I recorded a video on my 3gs phone last night and it isn't that long, maybe 4 minutes in length. I was able to upload to my computer and when I went to play it back the audio drops halfway through. I checked on my iPhone and the audio drops out there as well. Anyone know why or how this happened that when I'm recording something the audio just stopped being recorded while the video was still recording?

  • Multi track audio recording with ipad air

    Are there users of ipad air with a usb connecting adaptor and a usb audio device making multi track recordings?  I have had limited success doing this with my previous generation ipad and am wondering about the stability of eight-track recording on the ipad air. 

    Just thought I would let anyone who's reading this
    topic know that I have resolved my issue, it was to
    do with the Audio Configuration of Logic to the
    inputs from the MOTU. I went to Logic>Audio>Audio
    Configuration and configured it so that each track
    received from the respective inputs.
    You might want to mark the thread as "Answered".
    This will let anyone with the same problem know
    they might find there answer here. RIght now the
    thread is listed as "Unanswered". To do this click on
    the answered link at the top of the thread.

  • Audio dropping from recorded stream during playback

    NOTE: I posted this same question on the Adobe Groups FMS
    Users page.
    I am using Stream.play() on the server side to set up a hub
    to switch between live streams and recorded streams. Basically, I
    have a live video stream that we want to switch in a recorded
    segment (flv) at the end of which we go back to the live stream.
    Both the live stream and the recorded stream are at the same data
    rate.
    I'm following the code samples from:
    http://livedocs.adobe.com/flashmediaserver/3.0/hpdocs/help.html?content=00000386.html
    The problem I'm having is that the audio starts for the
    recorded segment but goes silent after the first 2-3 seconds of
    audio. This happens every time the clip is played. This clip plays
    fine when linked to directly, without being part of the hub system
    using Stream.play(). I have tried this with several recorded
    segments with the same result.
    Has anyone seen this happen before?

    Thanks for the suggestion Jody. Would this work in 3.0.3 as I
    am not on 3.5 yet? I tried adding this to the fms.ini for 3.0.3 and
    nothing changed. It may also be worth noting that I am having the
    issue even with only a single user connected.
    When the client sends a message to the server to play my
    "demo" the server calls the following lines of code:
    application.mainStream = Stream.get("foo");
    application.mainStream.play("shortDemo", 0, -1, false,
    application.myVODConn);
    application.mainStream.play("liveEncoderVideo", -1, -1,
    false);
    This should switch from the currently playing
    "liveEncoderVideo" stream to the "shortDemo" and then back.
    The myVODConn is getting set up right as I can see the demo
    but again the audio just drops out after 2-3 secs. I also tried to
    use the AdobeBand sample files and I get the same thing.

Maybe you are looking for