Transform Function Help

Hi,
Can anyone tell me how I can use the transform function to get my drum loops to play in double time? I would like to have a go at making some drum and bass.
Cheers.

I'd load them into an EXS instrument and then tune at will. Or turn them into Apple Loops.

Similar Messages

  • Procedure (step-by-step) to change a transformation function

    Hi,
    Has someone wrote some procedures to describe how to change a transformation function when the system is running? For example: what are the steps to do when i want to add a column in the supplemental log for a table and use it in a transformation function? I must change the transformation function only when all the LCRs that don't have the new column as been processed. What are the exact steps to do this without headaches.
    Thanks.

    Re: Creating FM   
    Posted: Jun 6, 2007 12:50 PM    in response to: vind v       Reply      E-mail this post 
    hi,
    We can create FM in Function-builder for that one we work with SE37.
    for declaring fields choose option IMPORT of function builder, under that define
    field vbeln type <refarence table-field > and provide value for it type , check the mandatory option.
    posnr type < refarence table-field>and check the optional option.
    file path type c . here u choose the proper dictionary datatype.
    next Select the option EXPORTING.
    file type ( specifies the same type as mentioned above)
    First u need to create a function group
    use SE37 goto--> function groups --> create group
    Use this FG to create a FM
    Import parameters
    VBELN type VBELN Optional = " "
    FILE TYPE LOCALFILE Optional = " "
    POSNR TYPE POSNR Optional = "X"
    There will be no export parameter .
    within the FM use WS_DOWNLOAD , GUI_DOWNLOAD to crete the file on the path specified.
    write the code
    activate the top include & the FM together
    go through this link,which ll give you detail about creating a function module
    http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm
    <b>Reward points if useful</b>
    Regards
    Ashu

  • How to define myself transform function in a xslt document???!!

    "XSL Transformations (XSLT) Version 1.0"(http://www.w3.org/TR/1999/REC-xslt-19991116)
    have "Additional Function" and "Extension Functions".
    It is easy to define a transform function with ms biztalk mapper.
    but how to do with weblogic or with Apache Xalan????!!!!!!
    pleasy give me a sample!!!!!!!!!!!!
    thanks!!!!!!

    look at the samples bea\wlserver6.0sp1\samples\examples\xml
    ~
    Namaste - I bow to the divine in you
    ~
    Filip Hanik
    Software Architect
    [email protected]
    www.filip.net
    "xp" <[email protected]> wrote in message
    news:3b52ff86$[email protected]..
    >
    "XSL Transformations (XSLT) Version1.0"(http://www.w3.org/TR/1999/REC-xslt-19991116)
    have "Additional Function" and "Extension Functions".
    It is easy to define a transform function with ms biztalk mapper.
    but how to do with weblogic or with Apache Xalan????!!!!!!
    pleasy give me a sample!!!!!!!!!!!!
    thanks!!!!!!

  • Unable to change reference point location while using the Transform Functions in Photoshop Elements 6.0.

    Unable to change reference point location while using the Transform Functions in Photoshop Elements 6.0.

    Which operating system are you using?
    In photoshop elements 6, as far as i know, you can only change the Reference Point Location for transforms using the small grid in the left hand corner of the tool options bar with Transform enabled.

  • What effect does a transform function have on the _parent command

    Hi
    I am trying to load an image onto a symbol in a symbol, that
    is spinning via timeline>transform and forms a symbol called
    spinner1, spinner2. etc. I want every holder to be a different
    image and one use suggested using the _parent function with a
    substring function. Will the transform mess this up?
    I was suggested to try:
    holder.loadMovie("image"+this._parent._name.substring(7)+x);
    Which as I understand it tells any instance of the symbol
    "holder" to load an image called "image(the seventh letter of the
    parent symbol)x" So for any instance of holder in spinner1 it will
    load image1x.
    My images are assigned using the following:
    var image10:String = "logo/jamon.gif"; etc.
    "holder" is in "spinner_components"
    The symbol "spinner" contains "spinner_components" spinning
    using the transform function.
    Therefore I also tried the code as:
    holder.loadMovie("image"+this._parent._parent._parent_name.substring(7)+x);
    and also
    holder.loadMovie("image"+this._parent.._parent_name.substring(7)+x);
    Neither worked.
    Is it the transform function that is messing it all up? or
    some syntax?
    Thanks

    x is a varibale that increase each time it loops and changes
    the image displayed.
    x is 0, then 1 then 2
    spinner is spinner 0, spinner1, spinner2 etc.
    thus images should load image00, image01, image02 etc. should
    load in spinner0's holder
    and images 10,11, 12 etc. in spinner1's holder.
    where should this code go - at holder or spinner_components
    or spinner.
    You can see the final effect (I got arround this problem by
    making 8 almost identical spinners)
    at
    http://danielfield.freewebpage.org.
    only my images don't load, like they did in the flash editor.
    (I've posted on this separately).
    thanks.

  • Replace function help

    Hi all, sry for post sql problens in APEX forum, but i realy need help for this...
    I´m trying to replace : for , to make a select where in () with more then one value... but the replace function its not work with more then 1 value...
    like this
    select name from vw_requerente where id_cliente in REPLACE(:P5000_CLIENTE,':',',')in that item has this value: 71:72:73 , but all i get is a ORA: INVALID NUMBER, how can i make a replace function to work with this?
    tnks alot and sry my english.

    He also posted this in the pl/sql forum and received some good advice there:
    replace function help
    Especially the tom kyte blog portion:
    [http://tkyte.blogspot.com/2006/06/varying-in-lists.html]
    Thank you,
    Tony Miller
    Webster, TX

  • Normalize Block: How to Implement Transformation Function

    Under data transformation > scale and reduce is an option called normalize.  It has a second output point called transformation function (of type ITransformDotNet).  I assumed this was used in a similar way to the quantize block - that is you
    apply it to the training data and then use the function to apply it to new test data.  I am not finding anyway to apply the normalize and don't see much reference to ITransformDotNet.
    Thanks,
    Steve

    This is now supported, see this
    announcement.

  • Getting Errors while setting the Transformation Function

    Hello All,
    I was trying to attach a Transformation function to existing capture process.
    But I am getting ORA-30625 error while I was trying to set my transformation function to one of the
    DBA rule_names.
    Following are details:
    SQL> select rule_name from dba_rules;
    RULE_NAME
    TEMP1
    TEMP3
    TEMP5
    TEMP7
    SQL> DECLARE
    2 action_ctx SYS.RE$NV_LIST;
    3 ac_name VARCHAR2(30) := 'STREAMS$_TRANSFORM_FUNCTION';
    4 BEGIN
    5 SELECT RULE_ACTION_CONTEXT
    6 INTO action_ctx
    7 FROM DBA_RULES R
    8 WHERE RULE_OWNER='STRMADMIN' AND RULE_NAME='TEMP1';
    9 action_ctx.ADD_PAIR(ac_name,
    10 SYS.ANYDATA.CONVERTVARCHAR2('hr.transformation'));
    11 DBMS_RULE_ADM.ALTER_RULE(
    12 rule_name => 'strmadmin.temp1',
    13 action_context => action_ctx);
    14 END;
    15 /
    DECLARE
    ERROR at line 1:
    ORA-30625: method dispatch on NULL SELF argument is disallowed
    ORA-06512: at line 9
    Can any body suggest me what to do...
    Thanks in advance.
    Regards,
    Srinivas Jaltaru
    ( [email protected] )

    Hello
    I added the line you suggested, Compiling is done successfully, But Capture process
    is not invoking the Transformation function that I have assigned to it.
    Transformation function I am using is :
    create or replace function scott.transformation (in_any IN SYS.AnyData)
    RETURN SYS.AnyData
    IS
    rc NUMBER;
    BEGIN
    insert into scott.log values ('abc');
    return in_any;
    end;
    1) Any extra initialization parameters are required..?
    2) My Streams environment is having only a Capture process for capturing changes. There are no other
    components like propagation, apply.
    Appreciating your suggestions.
    Thanks in advance.
    Srinivas Jaltaru
    ( [email protected] )
    Put the following line
    action_ctx := SYS.RE$NV_LIST(SYS.RE$NV_ARRAY());
    on the line immediately preceding the call to ADD_PAIR.
    This should allow the pl/sql function to compile successfully.

  • Transform function grayed out in PS CC

    I had some text that I needed to rotate in PS CC (Win 7) and the Transform function on the drop down menu was grayed out.
    The Control-T shortcut didn't work either. No bounding box would appear so I couldn't rotate the text.
    I ended up saving my project to my hard drive, exited PS CC and then reopened PS CC and reopened my project. This time the Transform function was no longer grayed out and I could Transform/rotate my text.
    This has happened multiple times and has to be a PS CC bug.
    Is this issue being addressed by Adobe?

    And why do I have to prove it is a bug?
    Because you claimed it is a bug:
    This has happened multiple times and has to be a PS CC bug.
    This is not normal Photoshop behavior and shouldn't be happening. Ergo, it's a bug.
    Unexpected behaviour of an application does not automatically prove that behaviour to be a bug of that application.
    Can you provide the file for others to test?

  • Transformation function questions

    Hi,
    Is any one from Oracle still checking this forum?
    If so could you please answer the following question:
    I have defined a transformation function and it doesn't seem to be being called. Am I able to do the following in such a function:
    - Perform DML?
    - Create other LCRs and place them on a queue?
    Cheers,
    Warren

    Transformations of LCRs as they enter and exit the queue is limited to 1-1 mapping of changes to the existing LCR. A user-defined transformation should not perform DML (other than SELECT) or create NEW LCRs. Modifying the existing LCR is supported as shown in the documentation.
    Have you installed the 9.2.0.2 patchset yet? There were a couple of bugs affecting transformations that were resolved with this patchset.

  • How Queues functionality helps in Service Module

    Hi,
    How Queues functionality helps in Service Module.
    how to get the queue details assign to the service call(Technician)
    Please Suggest
    Regards
    Vikram

    Sridharan,
    How to add technician to a queue.
    Employee should be user of SAP?
    Please Suggest.
    Vikram

  • Would like to use Wavelet Transform functions

    Hello:
    As the title says, does Measurement Studio has wavelet transform functions.  I currently have version 6.0 (full) and version 7.0 (have not used it since I am still on VB6).  Thanks.
    Raj

    Hi Raj,
    There isn't any particular "Wavelet Transform" method available in
    Measurement Studio at this time. For a complete list of analysis
    functions for the various versions of Measurement Studio, check out the
    following link:
    http://www.ni.com/analysis/cwtools_analysis.htm
    Thanks Raj, have a good one!
    Dan Weiland
    Applications Engineer
    National Instruments
    www.ni.com/support
    Dan Weiland

  • TS1702 I just updated numbers to newest version and found that numbers quits to home screen when I tap the information icon on "function  help", it starts to load the "help" then quits  this happens on both my ipad3 & iphone5

    2/3/14: I just updated numbers to newest version and found that numbers quits to home screen when I tap the information icon on "function  help", it starts to load the "help" then quits. It happens on both my ipad3 &amp; iphone5. I tried restarting the devices but it didn't help.

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
    iOS 7: Help with how to fix a crashing app on iPhone, iPad (Mini), and iPod Touch
    http://teachmeios.com/help-with-how-to-fix-a-crashing-app-on-iphone-ipad-mini-an d-ipod-touch/
    Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    Delete the app and redownload.
    Downloading Past Purchases from the iTunes Store, App Store and iBooks Store
    http://support.apple.com/kb/ht2519
     Cheers, Tom 

  • Need PP Functional help for some legacy fields

    Hi all,
    I am a BW consultant. I need to replicate in SAP-BW some reports that are currently in a legacy system (non SAP). I have identified the functional area for those reports as PP. I need a little functional help from you guys to find out what some fields in the legacy system mean in SAP. Once I know the R/3 fields (and source tables if someone can tell me), I can move forward with mapping those fields into BW objects and the rest of the process.
    The reason why I am seeking help from here is, unfortunately our functional team is not available right now and their availability is indefinite. So I just want to keep myself busy till they are back.
    Well, here are the fields that I need help for (for now)
    The report is for Daily summary of activities at a plant
    Work order process
    Work order type
    Daily Created Bags
    Daily Capacity Bags (Bags per Hour Rate* Available Hours)
    Daily Count of Work Order Number
    Goods issued for work order completion
    Goods finished
    Please help me identify what R/3 fields (and their tables) correspond to the above legacy fields
    Points WILL be assigned for helpful answers
    Thank you

    Hi,
    Work order process - I assume this is the set of operations for the order - AFVC (table)
    Work order type      - AUFK - (Field) AUART data needs to be fetched for AUFNR(Work order number)
    Daily Created Bags - MSEG - data needs to be fetched for BWART = 101 or 102 and AUFNR(Work order number)
    Goods issued for work order completion - MSEG- data needs to be fetched for  BWART = 261 and AUFNR(Work order number)
    Goods finished - MSEG - data needs to be fetched for BWART = 101 or 102 and AUFNR(Work order number)
    Regards,
    Prasobh

  • Error in xml to html transform function in 11g(Help needed urgent)

    We are migrating from 9g to 11g.Code given below is working fine with 9g but giving following error while converting xml to html.
    Error:Exception occurred in XML_TO_HTML :ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00609: Function call with invalid number of arguments in 'position (//USER)'.
    Code :<?xml version='1.0'?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:template match="/">
    <HTML>
    <BODY>
    <!--begin header-->
    <xsl:for-each select="AMAP_REMMIT_EMP/HEADERS/HEADER">
    <TABLE border="0" cellpadding="0" cellspacing="0" style="padding:1px" width="100%" height="95" bgcolor="#EAEAEA"><font size="6" face="Arial">amdocs </font>
    <TR >
    <TD width="50%" align="left" ><b/><font size="2" face="Verdana" /> <xsl:value-of select="VENDOR_NAME"/></TD>
    <TD width="50%" align="left"><b/><font size="2" face="Verdana" />Date: <xsl:value-of select="RUN_DATE"/>
    </TD>
    </TR>
    <TR >
    <TD width="50%" align="left" ><b/><font size="2" face="Verdana" /> <xsl:value-of select="ADDRESS"/></TD>
    <TD width="50%" align="left"><b/><font size="2" face="Verdana" /> <xsl:value-of select="TAX_ID"/>
    </TD>
    </TR>
    <TR >
    <TD width="50%" align="left" ><b/><font size="2" face="Verdana" /> <xsl:value-of select="CITY"/> <xsl:value-of select="ZIP"/></TD>
    <TD width="50%" align="left"><b/><font size="2" face="Verdana" />Vendor Number: <xsl:value-of select="OSEK_MURSHE"/>
    </TD>
    </TR>
    <TR >
    <TD width="50%" align="left" ><b/><font size="2" face="Verdana" /> </TD>
    <TD width="50%" align="left"><b/><font size="2" face="Verdana" />Fax Number: <xsl:value-of select="FAX"/>
    </TD>
    </TR>
    </TABLE>
    </xsl:for-each>
    <!--end header-->
    <!--begin lines-->
    <p dir="ltr" align="center">
    <span style="font-family: Arial; text-decoration: underline; font-weight: 700">
    Subject: Remittance Advice</span></p>
    <table border="1" cellspacing="1" width="100%" bgcolor="#C0C0C0">
    <tr>
    <th width="20%"><font face="Arial"><b>Invoice Date</b></font></th>
    <th width="20%"><font face="Arial"><b>Invoice Number</b></font></th>
    <th width="40%"><font face="Arial"><b>Description</b></font></th>
    <th width="20%"><font face="Arial"><b><xsl:value-of select="AMAP_REMMIT_EMP/HEADERS/HEADER/CURRENCY"/> Amount</b></font></th>
    </tr>
    <xsl:for-each select="AMAP_REMMIT_EMP/MERGE_LINE/LINES/LINE">
    <tr>
    <td width="20%" >
    <xsl:attribute name="bgcolor">
    <xsl:if test="position() mod 2 = 0">#DDDDDD</xsl:if>
    <xsl:if test="position() mod 2 = 1">#FFFFCC</xsl:if>
    </xsl:attribute>
    <xsl:value-of select="INVOICE_DATE"/></td>
    <td width="20%" >
    <xsl:attribute name="bgcolor">
    <xsl:if test="position() mod 2 = 0">#DDDDDD</xsl:if>
    <xsl:if test="position() mod 2 = 1">#FFFFCC</xsl:if>
    </xsl:attribute>
    <xsl:value-of select="INVOICE_NUM"/></td>
    <td width="40%" >
    <xsl:attribute name="bgcolor">
    <xsl:if test="position() mod 2 = 0">#DDDDDD</xsl:if>
    <xsl:if test="position() mod 2 = 1">#FFFFCC</xsl:if>
    </xsl:attribute>
    <xsl:value-of select="DESCRIPTION"/></td>
    <td width="20%" >
    <xsl:attribute name="bgcolor">
    <xsl:if test="position() mod 2 = 0">#DDDDDD</xsl:if>
    <xsl:if test="position() mod 2 = 1">#FFFFCC</xsl:if>
    </xsl:attribute>
    <xsl:value-of select="AMOUNT"/></td>
    </tr>
    </xsl:for-each>
    <tr>
    <td width="80%" bgcolor="#FFFFFF" colspan="3" align="right">
    <b>Total Payment:</b></td>
    <td width="20%" bgcolor="#FFFFFF"><xsl:value-of select="//TOTAL"/></td>
    </tr>
    </table>
    <p dir="ltr" align="left"><span style="font-family: Arial"><font size="2">In accordance with your instructions, this amount will be transferred to your <xsl:if test="AMAP_REMMIT_EMP/MERGE_LINE/SITES/SITE/INCLUDE_BANK_DETAILES='Y'">
    account number <xsl:value-of select="AMAP_REMMIT_EMP/MERGE_LINE/LINES/LINE/ACCOUNT"/> in bank
    <xsl:value-of select="AMAP_REMMIT_EMP/MERGE_LINE/LINES/LINE/BANK"/> , branch <xsl:value-of select="AMAP_REMMIT_EMP/MERGE_LINE/LINES/LINE/BRANCH"/>
    on the date of <xsl:value-of select="AMAP_REMMIT_EMP/MERGE_LINE/LINES/LINE/CHECK_DATE"/>.
    </xsl:if>
    <xsl:if test="AMAP_REMMIT_EMP/MERGE_LINE/SITES/SITE/INCLUDE_BANK_DETAILES!='Y'">
    account on the date of <xsl:value-of select="AMAP_REMMIT_EMP/MERGE_LINE/LINES/LINE/CHECK_DATE"/>.
    </xsl:if>
    <xsl:if test="AMAP_REMMIT_EMP/MERGE_LINE/CREDITNOTES/CREDITNOTE/CREDITNOTE>'0'">
    <p>The payment will be credited in two days from the payment date in your account.</p>
    </xsl:if>
    <p>In case this date is not a valid value date in the bank system, the money will be transferred in the next valid value date.</p>
    <xsl:value-of select="AMAP_REMMIT_EMP/MERGE_LINE/NOTES/NOTE/DESCRIPTION"/>
    </font></span></p>
    <TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="50">
    <TR >
    <TD width="60%" ></TD>
    <TD width="40%" align="left"><b/><font size="2" face="Verdana" />Yours sincerely,</TD>
    </TR>
    <TR >
    <TD width="60%" ></TD>
    <TD width="40%" align="left"><b/><font size="2" face="Verdana" /> <xsl:value-of select="AMAP_REMMIT_EMP/MERGE_LINE/LINES/LINE/COMPANY_NAME"/></TD>
    </TR>
    <!--end lines-->
    <!--end trailer-->
    </TABLE>
    <table cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-left-width: 1; border-right-width: 1; border-top-style: solid; border-top-width: 1; border-bottom-width: 1; padding: 0" bordercolor="#111111" width="100%">
    <tr>
    <td width="34%">Alert No:<xsl:value-of select="AMAP_REMMIT_EMP/HEADERS/HEADER/ALERT_ID"/></td>
    <td width="33%">Environment: <xsl:value-of select="AMAP_REMMIT_EMP/HEADERS/HEADER/DB_NAME"/></td>
    <td width="33%">Date:<xsl:value-of select="AMAP_REMMIT_EMP/HEADERS/HEADER/MAIL_DATE"/></td>
    </tr>
    </table>
    <!--end trailer-->
    </BODY>
    </HTML>
    </xsl:template>
    </xsl:stylesheet>
    Thanks in advance.

    #1. We need to see the code that is being used to invoke the stylesheet.
    #2. We need to see the document that is being transformed...
    It's most likely a bug in 9g which has been fixed in 11g...

Maybe you are looking for

  • Splitting Clips

    I just can't figure this out. I have a project that currently is made up of 6-8 clips. One clip is rather long, 10 minutes or so. I want to shorten this clip by taking out some dead space in a few sections. Just chopping seconds out of the clip. I ca

  • Rough/patchy dissolves and fades after burning in DVDSP 4

    Any ideas plse G5 Dual 2Ghz   Mac OS X (10.4.6)  

  • SQL/XML performance and xdbcore-parameter

    Hello, I try to figure out, what the best method to retrieve large XML-Documents is. I compare performance and resources needed for: SQL/XML, DBMS_XMLGEN, SYS_XMLGEN and XSU. With a fixed set of 1000 rows I created XML of about 32 MB. I am on 10.2.0.

  • Does substr and instr apply here?

    Hi All, I have this view or query which returns me month_between in about six decimal places, how do I cut it down to one decimal place. see below select empid,trunc(months_between(hire_date,dob)/12)Age_at_start, hire_date, (months_between(sysdate,hi

  • Warehouse activity Monitor

    Hi All, Can any one send me some documents regarding Warehouse activity Monitor, transaction- LL01. The functionality of Warehouse activity Monitor and how the variant will be created and in report what are details will be displayed. Thanks in advanc