Simple copy&drag midi not so simple!   ?

Trying to copy and drag verse exs24 piano track to another verse and it gets jumbled into a "new song" (MESS). Tried copying to another track, same thing. Trying quitting, restarting, rebooting, same thing.
Time to post! Hoping to learn something new, here.

you need to move/copy a midi region from song "x" to song "y"?
open song x...
.. open song y ... a pop ask you if you want close the X song..
click on don't close
I just tried for you to copy
everything works fine
a pop windows will appears select you desidered opttion...
check for the Yellow floating windows that show the bars position of the destination song.
if you have problem reset/trash/move Logic preference after quiting logic
G

Similar Messages

  • Copy/Paste MIDI notes

    In version 7, I could copy MIDI notes from a region of track to any other regions without a hitch.
    For some reason when I do this in 8, Logic stretches the destination region a bar or so..?
    As I did in 7, I place the playhead where I want to copy the MIDI notes, select 'copy', then place the playhead where I want to paste the notes and select 'paste'. The notes get pasted but, for some reason, a bar gets added to the region. I opened 7 and tried it and it worked as it always had and as I described above.(without stretching the region)
    Is there a setting or preference in 8 that is causing, or would resolve, this..?

    i think if the duration of the note(s) is longer than the midi window displays, it moves it weird so that it shows the right side end of the notes. you can open the right side of the midi windows wider and paste then drag it back to fit right.
    good luck

  • Simple copy of reports not working - help please

    Hello
    I have this function that was written to copy a given report object to a given folder. The code is not working - the copyObj = col.Copy(obj,2) appears to be failing.
    Can anyone shed some light on this? Thank you in advance!
    - Russell
    My function:
    function CopyReport (objID, DestFolder, iStore)
    dim col
    dim obj
    dim copyObj
    on error resume next
    'QUERY FOR OBJECT TO COPY
    str = "SELECT * FROM CI_INFOOBJECTS WHERE SI_ID = " + objID
    set col = iStore.Query ( str )
    obj = col.Item(1)
    'COPY THE OBJECT
    copyObj = col.Copy(obj,2)
    'SET THE PARENTID OF THE COPIED OBJECT
    copyObj.Properties.Item("SI_PARENTID").Value = DestFolder
    'SET THE PARENT FOLDER OF THE COPIED OBJECT
    copyObj.Properties.Item("SI_PARENT_FOLDER").Value = DestFolder
    'COMMIT THE COLLECTION
    iStore.Commit(col)
    end function

    Hi All
    I've resolved the problem with the copy and am posting the code below. I'd appreciate it if it could be placed in the appropriate forum so that it may be a resource for other developers in the future. I've left in all of my debugging/error checking code for reference as well.
    - Russell
    The working copy function (with loads of debugging code) is this:
    function CopyReport (objID, DestFolder, iStore)
    'Function CopyReport
    'Parameters:
    '  objID - the ID of the report to copy
    '  DestFolder - the ID of the destination folder for the copy
    '  iStore - the InfoStore to use
    'Returns: A text string that is displayed in a web page via response.write that includes the
    '  name of the report if copied or the error information as appropriate.
    dim col
    dim obj
    dim copyObj
    dim newCol
    on error resume next
    'QUERY FOR OBJECT TO COPY
    str = "SELECT * FROM CI_INFOOBJECTS WHERE SI_ID = " + objID
    set col = iStore.Query ( str )
    If Err.Number <> 0 Then
      CopyReport = "iStore.Query failed<br>"
      CopyReport = CopyReport + "<br>Error: " & Err.Number & " - " & Err.Description
      CopyReport = CopyReport & "<br>" & str
      Exit Function
    End If
    set newCol = iStore.NewInfoObjectCollection()
    If Err.Number <> 0 Then
      CopyReport = "newCol creation error"
      CopyReport = CopyReport + "<br>Error: " & Err.Number & " - " & Err.Description
      CopyReport = CopyReport & "<br>" & str
      Exit Function
    End If
    set obj = col.Item(1)
    If Err.Number <> 0 Then
      CopyReport = "OBJ = col.item(1) error<br>"
      CopyReport = CopyReport & "<br>" & str
      CopyReport = CopyReport & "<br>Error: " & Err.Number & " - " & Err.Description
      Exit Function
    End If
    'COPY THE OBJECT
    set copyObj = newCol.Copy(Obj, 2)
    If Err.Number <> 0 Then
      CopyReport = "copyOBJ error"
      CopyReport = CopyReport & "<br>Count: " & col.Count
      CopyReport = CopyReport + "<br>Error: " & Err.Number & " - " & Err.Description
    '  Exit Function
    End If
    'SET THE PARENTID OF THE COPIED OBJECT
    copyObj.Properties.Item("SI_PARENTID").Value = DestFolder
    If Err.Number <> 0 Then
      CopyReport = "Error setting SI_PARENTID to " & DestFolder
      CopyReport = CopyReport + "<br>Error: " & Err.Number & " - " & Err.Description
      Exit Function
    End If
    'SET THE PARENT FOLDER OF THE COPIED OBJECT
    copyObj.Properties.Item("SI_PARENT_FOLDER").Value = DestFolder
    If Err.Number <> 0 Then
      CopyReport = "Error setting SI_PARENT_FOLDER to " & DestFolder
      CopyReport = CopyReport + "<br>Error: " & Err.Number & " - " & Err.Description
      Exit Function
    End If
    'COMMIT THE COLLECTION
    iStore.Commit(newCol)
    If Err.Number <> 0 Then
      CopyReport = "Commit error"
      CopyReport = CopyReport + "<br>Error: " & Err.Number & " - " & Err.Description
      Exit Function
    End If
    'Return the object info
    CopyReport = copyObj.Title
    end function
    Edited by: Russell L Magidson on Dec 11, 2008 5:12 PM
    Edited by: Russell L Magidson on Dec 11, 2008 10:28 PM
    Edited by: Russell L Magidson on Dec 11, 2008 10:29 PM

  • How to create a Shuttle box in Apex with simple copy and move option..

    I want to create a shuttle box in Apex with simple copy option. the demo application I downloaded from oracle had a two level selection query option which I dont need and was not even compatible with my version. All I need is a way to shuttle single query values between two multiple select lists. I could not find any demo.
    My Apex version 2.1 with XE
    query : select distinct fieldid d, fieldid r from field order by 1
    What kind of buttons do I need.. ? submitting or url redirecting ?

    Hello,
    >>
    The demo is not working in my apex 2.1 as I mentioned in the post.
    >>
    Not working is not enough of a description to help you out. I assume that what you mean is it won't install into XE since the demo was built in 2.2 and uses some 2.2 specific technology for the install.
    The way to get around that issue like I said was to get a free workspace on apex.oracle.com install the demo application there and then using some cutting and pasting recreate the demo app in your XE instance.
    Carl

  • Simple PL/SQL Report - Using Break on and Compute Sum - Not So Simple

    Good morning, All:
    I have a simple pl/sql report that is not so simple. Basic on the code below, would like to add a blank line/row after the resulting "sum" row to make it easier to read. Any and all help would be appreciated.
    Thank you.
    Preston@Large
    Code:
    =======================
    BREAK ON ALM_OG_CAMPAIGN_CODE
    COMPUTE SUM OF ALM_OG_AMOUNT ON ALM_OG_CAMPAIGN_CODE
    set linesize 1024
    set pagesize 60
    set newpage 0
    set serveroutput on
    SPOOL &so_outfile;
    ttitle center 'Wayne State University' skip 1 Left 'WSU Online Giving Essentials Report' skip 2
    select TO_CHAR(sysdate, 'mm/dd/yyyy hh:mm AM') "Report Date" from dual;
    CLEAR COLUMNS
    column ALM_OG_ACCI_CODE heading "ACCI|CODE" format a10
    column ALM_OG_AMOUNT heading "AMOUNT|DONATED" format $999,999,999.99
    column ALM_OG_CAMPAIGN_CODE heading "CAMPAIGN|CODE" format a14
    select
    ALM_OG_CAMPAIGN_CODE,
    ALM_OG_ACCI_CODE,
    ALM_OG_AMOUNT
    From WSUALUMNI.WSU_ONLINE_GIVING_TABLE
    ORDER BY ALM_OG_CAMPAIGN_CODE;
    CLEAR COLUMNS
    spool off
    Output:
    WSU Online Giving Essentials Report
    Report Date
    ======================
    06/05/2009 10:06 AM
    1 row selected.
    Wayne State University
    WSU Online Giving Essentials Report
    CAMPAIGN ACCI AMOUNT
    CODE CODE DONATED
    ====== ======== ==========
    sum $560.00
    NUR 444814 $10.00
    ***** =======
    sum $10.00
    PHS 445216 $10.00
    ***** =======
    sum $10.00
    PRES 445211 $450.00
    445211 $60.00
    445211 $250.00
    ***** =======
    sum $760.00
    SBA 444216 $10.00
    ***** =======
    sum $10.00
    SSW 444469 $10.00
    ***** =======
    sum $10.00

    Prestone,
    Welcome to the Forum!
    I have used skip 2 lines you can use 1
    SQL> break on job report skip 2
    SQL> compute sum of sal on job report
    SQL> select job , sal from emp order by job ;
    JOB              SAL
    ANALYST         3000
                    3000
    sum             6000
    CLERK           1300
                     950
                     800
                    1100
    sum             4150
    MANAGER         2850
                    2975
                    2450
    sum             8275
    PRESIDENT       5000
    sum             5000
    SALESMAN        1500
                    1250
                    1250
                    1600
    sum             5600
    14 rows selected.READ
    Quick SQL*Plus Guide
    http://download.oracle.com/docs/cd/B14117_01/server.101/b12171/toc.htm
    SQL*Plus Reference
    http://download.oracle.com/docs/cd/B14117_01/server.101/b12170/toc.htm
    SS

  • My ipod touch is being read as just a simple camera and will not let me access it, how does one go about fixing this problem

    My ipod touch is being read as just a simple camera and will not let me access it, how does one go about fixing this problem? My screen has recently cracked and i need to retrieve my music from it but cant do so when my computer is reading it as a camera and only showing me its pictures.

    Here:
    iOS: Device not recognized in iTunes for Windows
    or
    iOS: Device not recognized in iTunes for Mac OS X
    Also try another computer.

  • Composite key field is not a simple type or enum

    According to the docs here - http://www.oracle.com/technology/documentation/berkeley-db/je/java/index.html?com/sleepycat/persist/model/PrimaryKey.html - you can use "A composite key class containing one or more simple type or enum fields" as a key field. When we try that we get "java.lang.IllegalArgumentException: Composite key field is not a simple type or enum: Result$Key.recordId". Am I misreading the docs?
    Thanks,
    Trevor
    @Persistent
    public final class RecordKey {
    @KeyField(1)
    private final String name;
    @KeyField(2)
    private final int duplicateNumber;
    RecordKey(final String name, final int duplicateNumber) {
    this.name = name;
    this.duplicateNumber = duplicateNumber;
    RecordKey() {
    this.name = null;
    this.duplicateNumber = -1;
    @Persistent
    static final class Key {
    @KeyField(1)
    private final RecordKey recordId;
    @KeyField(2)
    private final String key;
    Key(final RecordKey recordId, final String key) {
    this.recordId = recordId;
    this.key = key;
    Key() {
    this.recordId = null;
    this.key = null;
    }

    Hi Trevor,
    You're nesting one key class inside another. All fields of a key class must be simple types or enums, which is what the exception message is trying to say. If you want all those fields in your key class, you'll have to include them in a single flattened class.
    Neither nesting of key classes nor inheritance of key classes is supported. We have enhancements filed to support these in the future, but no concrete plans.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Did not know simple things such as removing hyphen from phone numbers will be so complicated. How do i remove the hyphen from stored phone numbers since i am not able to make a phone call using VOIP. Everytime i make a phone call i have to type the number

    Did not know simple things such as removing hyphen from phone numbers will be so complicated. How do i remove the hyphen from stored phone numbers since i am not able to make a phone call using MobileVOIP. Everytime i make a phone call i have to type the number.

    Go into your contacts and edit them.

  • Need simple copy UI command (without selection) for KM items

    In a list of documents in KM I want to be able to do a simple copy operation without having to choose the target folder to put the copied item in. I simply want to duplicate an item in the folder it resides.
    I cannot find other relevant copy commands in the flex UI than the ones that are under the category 'UI Commands with Selection'.
    Anyone?
    Henning

    Hi,
    Well, I don't think there is one but you can implement one pretty easily.
    If you need help with that let me know.
    Best regards,
    Avishai Zamir

  • Very simple Char* conversion operator not working

    This should be simple, but it's not working.  The code below gives me a compiler error:
    Error 2 error C2440: 'initializing' : cannot convert from 'Foo' to 'char *' 
    class Foo
     char * _data;
    public:
     operator const char * () { return _data; }
     Foo f;
     char * bar = f;
    char*_data;
    public
    operatorconstchar*(){return_data;}
    Eric Jorgensen http://www.ericjorgensen.com

    On 3/5/2015 12:26 AM, "Eric Jorgensen" wrote:
    This should be simple, but it's not working.  The code below gives me a compiler error:
    Error 2 error C2440: 'initializing' : cannot convert from 'Foo' to 'char *'
    Foo can be converted to const char*, but not to char*
    Igor Tandetnik

  • Simple floating clock does not appear after shut down

    Hi,
    On my iMac oxs 10.9.4. my simple floating clock does not appear after shut down.
    Can anybody tell me how to overcome this?
    Cheers

    And now I am at the stage it wont automatically start despite it being ticked in the Log In Items.
    As Imp68 has asked, do you mean the "Hide" Checkbox is selected?
    If you have checked the box, that says, to start the application, however, hide it so it is not visible when you start.
    If you run Applications -> Utilities -> Activity Monitor, can you find Simple Floating Clock as a running app? (Activity Monitor has a Search box to make this easier).
    Is Simple Floating Clock on your Menu bar?
    Is Simple Floating Clock set to float?

  • Copy records: is there a simpler sql statement

    For each record in one table "msTab" of a MS Sql Server database, I need basically to insert a new record to another one table "oraTab" in Oracle.
    I want to do this via codes to meet other requirements. I use Java with jdbc.
    It looks like a sql statement (built using codes) must look like:
    "Insert into oraTab(field1, field2, field3) values ('XXX', TO_DATE('13-NOV-92','DD-MON-YY', 322)"
    If my codes find the date data in msTab being null I thought I need to build insert statement as:
    "Insert into oraTab(field1, field3) values ('XXX', 322)", in order that Oracle will insert the default value for field2 automatically (field 2 of oraTab does not allow null).
    The logic is not as complicated if there are only 3 fields. But for a table with over a hundred fields, the codes to achieve this is not quite simple. Do I miss some simpler sql statement to do the job?
    Thanks.

    I believe Satish's suggestion was to use the DEFAULT keyword in the insert
    INSERT INTO table_name( col1, col2, col3 )
      VALUES( 1, DEFAULT, 2 );will insert the default value for col2. If you don't know which columns should take on the default value, though, I'm not sure how practical that would be.
    Were it me, I'd probably create a BEFORE INSERT trigger that replaced NULL values with appropriate default values and then just do
    INSERT INTO oracleTable( column_list )
      SELECT column_list
        FROM sqlTable@databaseLinkJustin

  • Extend the EPM install to a new EOI and remove the old EOI's (server decommissioning). EPM version 11.1.2.1 and having essbase and planning; I understand removing EOI's is not as simple as 11.1.2.3 but any suggestion/steps would be of great help.

    Extend the EPM install to a new EOI and remove the old EOI's (server decommissioning). EPM version 11.1.2.1 and having essbase and planning; I understand removing EOI's is not as simple as 11.1.2.3 but any suggestion/steps would be of great help....

    Next time try to create a topic that is not the question.
    There was no option to remove epm instances in 11.1.2.1, basically the cloest you get is uninstalling the products on the server and hope that some of the info is removed from the epm registry
    Cheers
    John

  • Copy/paste and drag/drop not working in Mt. Lion

    After two weeks of searching, I can not find the hangup which is causing my iMac 27" 10.8 to stop copy/paste and drag/drop following successfully doing the same shortly after startup. In Safe Mode, it doesn't happen, so I'm wondering how to track down this problem (extension?). I have to restart in order to get it functioning again after a short time of working. There has to be some kind of timing, like a program installed with a time limit which probably was forgotten in Lion and then reared its ugly head in Mt. Lion. Any suggestions for tracking this puppy? Or is there a program I could buy to do so?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the page that opens.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Step 1
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”.
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step.
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output.
    You can then quit Terminal.

  • Is there a wat to bypass a iphone 4 password lock, not the simple 4 digit passcode lock without having to resotre the iphone?

    Is there a way to bypass a iPhone 4 password lock, not the simple 4 digit pass code lock without having to restore the iPhone? My friend owns her phone but upgraded to the iPhone 5s and wants to get her baby photos and videos off the old phone.
    She can provide ownership of the device but is very worried that she cannot access the phone without a restore as she cannot remember her password for the old phone. Can she go into an Apple store and can they do something to bypass the password when she proves ownership the device to them?
    Any help is greatly appreciated

    No. They can't bypass the lock screen password. All they could do would be restore the phone, which will wipe it.

Maybe you are looking for