How to alter loop length of sample while playing exs24 ?

Hi there, what I want to do is change the length of the loop set to the audio region that is used as part of an instrument in the EXS24 mk II. I would like to be able to control this while playing or automate it.
If anyone can think of a way to do this I would be very pleased to hear it!
Thanks

You'd have to use two loops to traverse them all:
SQL> declare
  2    l_2d_grid twodim_aa.array_t;
  3  begin
  4    l_2d_grid (1) (1) := 100;
  5    l_2d_grid (1) (2) := 120;
  6    l_2d_grid (2) (1) := 120;
  7    l_2d_grid (3) (1) := 200;
  8    for i in 1..l_2d_grid.count
  9    loop
10      for j in 1..l_2d_grid(i).count
11      loop
12        dbms_output.put_line('l_2d_grid(' || i || ') (' || j || ') = ' || l_2d_grid(i) (j));
13      end loop;
14    end loop;
15  end;
16  /
l_2d_grid(1) (1) = 100
l_2d_grid(1) (2) = 120
l_2d_grid(2) (1) = 120
l_2d_grid(3) (1) = 200
PL/SQL-procedure is geslaagd.Regards,
Rob.
Message was edited by:
Rob van Wijk
Made the example a little clearer.

Similar Messages

  • How do I mute sound from internet while playing iTunes?

    Trying to mute sound from internet while playing iTunes... please help.

    What kind of Audio is it? Flash, Quicktime, or other?
    If using Safari, mught try Safari>Preferences>Security & uncheck enable Plug-ins.

  • How do i loop a region ( so it plays endlessly that portion of song)

    I can't find the yellow ruler on ipad garageband. Does this only exist on the mac version ?
    Thanks

    brianvega wrote:
    I can't find the yellow ruler on ipad garageband.
    there is no Cycle Region option on the ipad.
    instead, in the latest version of GB, in "track view", click the "+" icon at the topRight of the timeline, and change the number of bars to the length of the loop you want to repeat

  • How do you handle an incoming call while playing a game?

    If you're playing a game on your iPhone, how do you handle an incoming call? A call will stop my app from running, but how do I save the state and restore it when the user starts the app again?
    I have a bunch of objects on-screen and I need to record where they are so that the user doesn't lose the progress of their game.
    I've looked through the SDK, but I can't see anything obvious. Any ideas?

    I don't have a device to test with, but I suspect you'd want to save state in one of the UIApplicationDelegate callbacks:
    applicationWillResignActive:
    applicationWillTerminate:

  • How to select left or right channel while playing video in QuickTime X?

    I have recorded a TV movie with EyeTV and exported it to Apple TV format (M4v). In Germany often stereo movies have original soundtrack on right channel (e.g. English) and German soundtrack on left channel. With QuickTime 7 it was no problem to select the channels for playback. But with QuickTime X I cannot find this possibility anymore. Does anyone know how to select one of the stereo channels for playback? You can imagine that wihil playing German and English simultanously you cannot understand a word at all.

    Thanks, but I actually do not want to remove a channel permanently, because I sometimes want to listen to the original English version and sometimes to the German version. But as it seems QuickTime X does not have the simple playback option to select a special channel, is this right? This is sad as I really like the features and the look of QuickTime X. It is not very comfortable to switch between two players just for the need of a channel selection. I hope that Apple will give us some more basic playback comfort in a version to come.

  • How to zoom (equal to ctrl+scroll) while playing a presentation?

    I've searched but it seems everyone wants to zoom or magnify to edit. I however am wanting to zoom in or magnify certain parts of my presentation while I'm actually playing the presentation so that people sitting in the back of the conference room can see a specific detail. The ctrl+scroll option in osx is exactly what I need, but when in presentation mode in keynote, that pulls up a menu of my slides and starts scrolling through them. Is there some equivalent that I can use here?
    The things I need to zoom in on are different every time I present based on specific questions crowd members ask, so I can't just build additional/enlarged images into my presentation. Thanks in advance for your help!

    Welcome to the forums!
    To do what you want, you need to first go into the Keynote Preferences, under Slideshow, and check the option "Allow Expose, Dashboard, and others to use screen". Once this is done, you should now see Control-Scroll working as you expect.
    Note that there are other possible options as well, specifically, apps that allow you to magnify portions of the screen. One is OmniDazzle, which is a somewhat silly app that has as one of its features the ability to magnify a selected portion of the screen. You should be able to find other apps with similar functionality.

  • How do I create a genius playlist while playing a song on iPhone?

    I feel like I must be missing something so simple.
    I'm playing an album. While a song is on, I decide I'd like a genius mix based on that song. What do I press?
    (Note: I mean without going to the "genius" nor the "playlist" tab on the bottom (and then selecting the genius playlist and then having to find the song again - that's annoying).
    Thanks.

    http://ipod.about.com/od/ipodfeatures/ht/iphone_genius.htm

  • How to keyboard-select in/out points while playing?

    In older version of iMovie, you used to be able to play from the event viewer, and hit shift-left and shift-right to select in and out points. This seems to have gone away in '11. What's the new way to do this via keyboard shortcuts?

    John Cogdell wrote:
    Hmm...not sure that I like cloud based apps (although I do use iCloud for photos …
    an average hour of AVCHD is 12-16GBs … 'raw', on card.
    Intermediates (next coffee cup says: AppleIntermediateCodec will get obsolete, proRes for everybody!) are 40-60GBs/h ... very few people have ISP connections to UPload such mess mass of data within their life-span.-
    No, after its career as pre-FCPX (iMovie08 gave the starting signal of skimmers, Events, et al), I wouldn't be surprised, if Randy U. and his team will dump six years old iMovie-b in favour to next incarnation, iMovie-c … ever played with iMovie-iOS? And, say, the ActionMovieFX.app? …
    Themes and add-ons via AppStore - THAT would be a business opportunity.

  • While playing angry birds, how do you adjust sound?

    While playing angry birds the sound was accidently turned off. How do i raise the volume?

    While playing angry birds the sound was accidently turned off. How do i raise the volume?

  • How to get the last error for while loop?

    How to get the last error for while loop? I just want transfer the last error for while loop, but the program use the shift register shift all error every cycle.

    What do you mean by "get" and "transfer"?
    If the shift register is not what you want, use a plan tunnel instead.
    Typically, programmers are interested in the first, not last, error.
    Can you show us your code so we have a better idea what you are trying to?
    LabVIEW Champion . Do more with less code and in less time .

  • How to print an array out a while loop?

    Hi all,
    I'm very new with Labview (6h of Practice) and I meet a problem.
    I create a while loop in which a read the first characters of each line of three files and put it in an 2D array (3 rows and 50 lines).
    My goal is to print this array on the VI's panel in a Table or in a Multicolon Listbox. How to do this? In the While loop or out?
    I use Labview 6i.
    Thanks for your help

    Hi,
    I don't see any problems. I suppose that you can get a 2D array of strings from files.
    Now there are three solutions.
    1. Use of Arrays.
    Right-click on the wire with your 2D array and select "Create->Indicator" from pop-up menu. Now you have a 2D array on the front panel which will show you your data.
    2. Use of Tables.
    Select table control from "Controls->List&Tables". Paste it on the front panel of your vi. Right-click on it and select "Change to indicator" from pop-up menu. Then wire this indicato to your 2D array in the block diagram.
    3. Use of Multicolumn listboxes.
    Paste the multicolumn listbox to the front panel. On the block diagram right-click on it and select "Create->Property node" from pop-up menu. The property node of your control will appea
    r in the diagram. Right-click on it and change property to "Item Names" By selectring "Properties->Item Names" from pop-up menu. Now Right-click on the property node once again and select "Change to write" or "Change all to write" to toggle your property into write mode. Then wire your 2D array to this property node.
    The example is attached.
    Good luck.
    Oleg Chutko.
    Attachments:
    Tables.vi ‏26 KB

  • Loop length for multiple tracks

    Is there a way to set the length of loop repitition, for different tracks?
    I tried this the other day, with two tracks that I set up to loop, and when I adjusted the loop length in the top of the arrange window, both tracks were affected.
    I want to have one track loop 5 measures, and the second track only 3 but am not sure how to do that.
    Is there a way to do this?
    Thanks
    RH3906

    This is how I do it. Select the track, click on the midi/audio file you have dragged to the track. Then click the 'loop' check box (top left). This will loop the sample all the way to the 'end'. Now simply hover your pointer over where each loop sample is joined and the pointer should change to a different icon - kind of an arrow in a half loop. Now if you click on the sample when you have this pointer you can now drag back and forth where you want the loop to end. Do this for the other track, you can choose how many bars you want it to loop.
    What you cant do is set up a loop all the way to the end and make 'holes', that is parts where the loop doesn't happen.
    If you want a loop to start again in a different place, simply drag the sample to the new starting location and repeat above.
    Hope this helps.

  • How to get the length of apex_item in javascript?

    Hello all
    I am having a tabular report using apex_item, I want to know how can i get the length of the item in javascript? like we do in pl/sql using apex_application.g_f01.count().
    and one more thing, when I go to certain page, tab of that page is getting disabled, what should I do to make tab available always whether I am on that page or on any other page.
    Thanks
    Tauceef

    Hi Oli
    Thanks for replying, In my first question actually I am validating the report values in javascript for that I need the length of the apex_item to run the loop that many times.
    Like we can get the length using apex_application.g_f011.count in pl/sql process how to get the length in the javascript, is there a way for that?
    I got the answer for the second question, this is the one.
    Thanks
    Tauceef

  • How to use LOOP(Until) step in a Workflow

    Hi,
    How to use LOOP(Until) step in a Workflow?
    What are the steps involved in using the step LOOP(Until).

    Hmmm... using it is just like using a LOOP UNTIL statement in any programming language. You get at least one loop iteration, as opposed to a WHILE loop which may give you zero iterations.
    You simply insert a node of this type in the workflow, and magically there will be a loop inside which you can insert the steps you want to execute in the loop, and by double-clicking at the end node of the loop you can enter the condition for exiting.
    What exactly is it you are having trouble understanding about the use of it?

  • How to Increase the Length of Condition table in OV20

    While creating a condition table in T.code OV20 if fields length is more that 50 bytes table is not getting generated.it gives error as Too Many Fields Selected(More than 50 Bytes).
    Actually i need to create a tabel with Basic Material(WRKST) which has length of 48 bytes.
    Is there a solution on how to increase the length so that error is avoided.
    There is no such error occuring while crating condition table in V/03

    Hi,
         You can try to use the type string:
    form like zscr_data_hdr-form,
    werks like zscr_data_hdr-werks,
    matnr like zscr_data_hdr-matnr,
    verid like zscr_data_hdr-verid,
    lot like zscr_data_hdr-lot,
    lot_qty like zscr_data_hdr-lot_qty,
    udate like zscr_data_hdr-udate,
    utime like zscr_data_hdr-utime,
    zuser like zscr_data_hdr-zuser,
    processed like zscr_data_hdr-processed,
    defect like zscr_defect_data-defect,
    vornr like zscr_route_data-vornr,
    fieldxx type string,
    dayst like zscr_data_hdr-dayst,
    end of t_data.
    So you can save you informations of every fld<n> concatenating their values into fieldxx.
    Regards

Maybe you are looking for

  • Error Posting IDOC: need help in understanding the following error

    Hi ALL Can you please, help me understand the following error encountered while the message was trying to post a IDOC. where SAP_050 is the RFC destination created to post IDOCs <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Call Ad

  • Printers do not show up in Page Setup Format for menu

    Hello. I just installed Acrobat 9 Professional. Upgrade from AP7. For some reason, when I go to select the printer in the Page Setup> Format For> dropdown menu, the printers do not show up. When I try to make a pre-set for this printer it never works

  • "Podcasts on the iPod 'iPod touch' cannot be synced ....?????

    I'm getting a "Podcasts on the iPod 'iPod touch' cannot be synced because all of the podcasts selected for syncing no longer exist" pop-up when ever I sync. Here is a post that seems to addressing the same type of error message for a failed music syn

  • ABAP and Java HTTP Port same - PI 7.1 EHP1

    Hi, I have installed PI 7.1 EHP1 system. I realize that both ABAP and Java HTTP Ports are same. Is there any official note reg this or any info from SAP on the change. icm/server_port_0 = PROT=HTTP,PORT=51500,TIMEOUT=60,PROCTIMEOUT=600 icm/HTTP/j2ee_

  • ALE Error 29 - Entry in Outbound Table not found

    Hi,     I am getting the following error in the IDOC  processing. IDoc: <IDOC Number>  Status: Error in ALE service Entry in outbound table not found I have checked the partner profile. It is OK I noticed that the IDoc record doesn't have the defined