Unable to delete control surfaces

Just installed Logic Pro X and inadvertantly added an incorrect control surface.  Attempted to delect unsuccessfully.  Possible bug?

Patrick, just delete the Control Surface preference file and start over.
In the Finder, choose Go > Go to Folder from the menu.
Type ~/Library/Preferences in the "Go to the folder" field.
Press the Go button.
If you are having trouble with a control surface in Logic Pro.
then delete the com.apple.logic.pro.cs file from the preferences folder.
p.s. be sure and include the tilde ~ in the above directions.

Similar Messages

  • Strange Crash when opening Logic 9 after deleting control surfaces preferences file

    Hey, I have been having issues where logic crashes when I save certain projects of mine, so I tried to find a solution and one that I had read said that I should delete the control surfaces preferences file named com.apple.logic.pro.cs.  I deleted the file, but it seems to have bricked my copy of Logic.  I have included a screenshot of what happens when I now open Logic, which requires a force quit to get out of.  If anyone has any suggestions of what I should do next I would really appreciate it.

    Solved.  It was an issue with my prokit (I had also been messing with that unfortunately).  Found another thread and followed their instructions, back in action.  Feel free to lock this thread.

  • Unable to Delete Controlling Area

    Hi ...
    I woukd like to delete controlling area 9100, but when I delete I receive a message at the bottom " Groups still exist in controlling area in 9100 " . how do I go about it ?
    Pls assist
    TQ
    Kumar

    Hi Nathan,
    There is an OSS notes for it.
    Refer: Note 34879 - Delete controlling area/standard data
    Hope this helps.
    Please assign points as way to say thanks

  • I can't delete control surfaces. What can I do to fix this?

    I have some duplicates and I can't delete any
    Any tips?
    Using logic Pro X

    You can do a disk check with the chkdsk.exe program.
    If you run the chkdsk.exe program from a cmd.exe Command window then you can read the response from the chkdsk.exe program.
    Open a cmd.exe window:<br />
    Start &gt; Run: cmd.exe &lt;press Enter&gt;
    At the command prompt (>) type or Copy&Paste: chkdsk.exe /f /r &lt;press Enter&gt; (put a space before /f and /r)
    If you get something like: Would you like to schedule this volume to be checked the next time the system restarts? y/n then answer the question with "Y" and close all programs and reboot the computer.
    * http://support.microsoft.com/kb/315265/ - How to perform disk error checking in Windows XP

  • Unable to delete a row in table control

    Hi,
    I'm unable to delete a row in table control.
    I have defined a selection column for my table control but it is not getting value 'X' when i'm selecting a row for deletion.
    Also, when I press enter, some of the columns in table control are getting initialized. I'm passing these values to the internal table along with other columns.
    Please help.
    Regards,
    Manasee
    Message was edited by: Manasee Chandorkar

    hi,
    kindly chk this.
    PROCESS BEFORE OUTPUT.
    MODULE status_9010.
    LOOP WITH CONTROL tab_control.
    MODULE move_data_to_table.
    ENDLOOP.
    PROCESS AFTER INPUT.
    LOOP WITH CONTROL tab_control.
    MODULE move_data_from_table.
    ENDLOOP.
    *& Module move_data_to_table OUTPUT
    This is to move the data from the internal table to the table control
    MODULE move_data_to_table OUTPUT.
    This is to move the data from the internal table to the table control
    zmpets_mode-modecode,zmpets_range-rangeid,zmpets_servfacto-factor are column name of table control
    READ TABLE int_factor INDEX tab_control-current_line.
    IF sy-subrc = 0.
    zmpets_mode-modecode = int_factor-modecode.
    zmpets_range-rangeid = int_factor-rangeid.
    zmpets_servfacto-factor = int_factor-factor.
    ENDIF.
    ENDMODULE. " move_data_to_table OUTPUT
    *& Module move_data_from_table INPUT
    Date is moved from the table control to the Internal Table
    MODULE move_data_from_table INPUT.
    To move the data from the table control to internal table 'INT_FACTOR'.
    int_factor-modecode = zmpets_mode-modecode.
    int_factor-rangeid = zmpets_range-rangeid.
    int_factor-factor = zmpets_servfacto-factor.
    int_factor-chk = line.
    *here if the data is there, it will modify
    MODIFY int_factor INDEX tab_control-current_line.
    IF sy-subrc NE 0. "data not exixting in table control . ie new data, then append it
    APPEND int_factor.
    CLEAR int_factor.
    ENDIF.
    ENDMODULE. " move_data_from_table INPUT
    *delete a line from table control
    MODULE user_command_9010 INPUT.
      CASE sy-ucomm.
    When an entry is deleted, and the entry is removed from the table
    control.
        WHEN 'DELETE'.
          PERFORM f_del_frm_tab_cntrl.
      ENDCASE.
    ENDMODULE.
    FORM f_del_frm_tab_cntrl .
      LOOP AT int_factor WHERE chk = 'X'.
        DELETE int_factor WHERE chk = 'X' .
        CONTINUE.
      ENDLOOP.
      CLEAR int_factor.
    ENDFORM.
    for any clarifiaction pls mail me.
    pls reward points, if this helped u.
    regards,
    anversha.
    [email protected]
    Message was edited by: Anversha s

  • How do you delete a device in Logic Pro X Control Surfaces Setup?

    How do you delete a device in Logic Pro X > Control Surfaces > Setup?

    Go here:
    http://help.apple.com/logicpro/mac/10/
    Search on   Bounce

  • Unable to Change the TouchOSC Control Surface Input Port

    Hello
    I'm trying to use the TouchOsc control surface driver with Lemur to communicate with Logic via OSC. I can get Lemur to send OSC to Logic but not the other way around. Lemur is hardcoded to accept input on port 8000. TouchOSC uses port 9000. Is there a way I can change the output port in Logic (TouchOSC control surface)? It's currently grayed out.
    Many thanks
    Jeremy

    i just had to open TouchOSC and do it there. anyone happen to know (iPad) Lemur's in port number? i thought it was 8000 but that's not working.
    thanks
    -j

  • BOBJ is unable to delete file from OFRS

    System Info:
    Business Objects Enterprise XI3.1 SP3 FP3.2
    Windows 2003 Server Enterprise Edition SP3
    Oracle 10.2
    Java 1.6.0_20
    APACHE Tomcat 5.5.20
    2 clustered servers
    FRS located on SAN Disk Drive connected to primary server (Winchester1)
    We use WebIntelligence exclusivly.
    We are receiving the following error in our event log on our clustered server:
    Source: BusinessObjects_CMS
    Category: General
    Type: Warning
    Event ID: 33018
    Computer: Winchester2
    Unable to delete file from the file repository. Make sure a File Repository Server is running and registered and enabled. Details : Failed to connect to the File Repository Server output. Make sure the server is up and running.
    We have verified the FRS is running and we are able to connect to it from our clustered server (Winchester2).  The security settings are set to full control for the admin group and the users have Read/Write access to the file store folders.  The errors are filling up our event logs and causing issues with the servers.  this appears to be happening each morning and the file it is trying to delete is an .xls file.
    We have a ticket open with SAP Support but they are just as baffled as we are and keep sending us from one group to another and tell us they need to look at it on thier end and they will get back to us.
    Has anyone had this happen on their system?

    Hi Richard, did you ever get this issue resolved?  We are having a similar issue on XI R3 SP4 using NAS/CIFS shares for our File Stores.  We see this issue mainly after our servers are patched and a full environment restart is initiated.  Like you, our event logs fill up with so many error messages I cannot pinpoint exactly when the issue starts happening.
    Any help would be much appreciated.

  • Windows Server 2012 R2 RDS: RDS Users are unable to delete files from their desktop

    Hello,
    We are working with Windows Server 2012 R2 RDS. We also implemented User Profile Disks. This is all working fine without problems. The only issue I have is that normal users are unable to delete files from their desktop. They are getting a message:
    you'll need administrator permission to delete this file, with the prompt for administrator access.
    They can edit, copy, rename, cut and paste files. But they cannot delete a file from their desktop.
    I checked the security permissions of the files on the desktop (for example a normal self-created PDF file) and the users are owner and have "Full Control" over the files.
    I checked the file permissions and took a look under "Advanced", selecting the specific domain user and checked the "Advanced Permissions" and the user has the "Delete" option checked. So he should be able to delete the
    file.
    I am guessing this is UPD related issue, or something in GPO. But I already unlinked the GPO objects, that I felt could be the source of this problem, but without results.
    Could someone give me a hint on where to look? It's kinda annoying to users, that they can't delete their own files.

    Hello Bria,
    What you should check first, is the NTFS permissions on the User Profile Disk to begin with. See if the user has full control over the items that are in the UPD.
    Also check the GPO's that are enabled for the user and computer account. You can check that by running: gpresult /h <path>\gpresult.html
    There are two GPO settings that could prevent the user from deleting his/her own items: 
    User
    Configuration\\Policies\\Administrative Templates\\Windows Components\\Windows Explorer\
    Hide these specified drives in My Computer
    Prevent access to specified drives in My
    Computer
    There might be other GPO settings, that block deleting items on the UPD, but can't think of any out of my head.
    I can only think NTFS and GPO settings that might prevent the user from deleting items. In my case it was a GPO setting, that I didn't suspect.

  • Unable to delete songs from my iPad 2

    Last night for the first time ever I had problems updating iOs (version 7.0.4) on my iPad 2. I kept getting one of several messages, for example, saying: iTunes has detected an iPad in recovery mode. You must restore this iPad before it can be used with iTunes. I went through the update three times before it finally worked.
    Then I found that I had every song that I had ever purchased cluttering up -- and filling up -- my iPad. Although in the past I was able to delete either a single song or an entire album, I am now UNABLE TO DELETE ANY SONG.
    I have the iTunes setting on Manual update and have attempted to completely disconnect the disgusting iCloud feature. However, it appears that iCloud is NOT disconnected.
    I happily use the iPad 2 ONLY for a very few uses on a daily basis. I wish to control ALL my music from my iMac.
    I've been with Apple since 1984, but I'm seriously thinking of ditching this iPad 2 for a Samsung product.
    Any assistance will be appreciated.

    Somehow I got 12 songs on my ipad mini that I could not remove.
    I stumbled across a solution.  Plug in the ipad and UN-check "sync music" to remove all but the remaining unwanted song.  Find the song in your itunes library and right click these unwanted songs and RE-ADD it directly to the ipad.
    The ipad should automatically re-check "sync music" and show one song being synced.  Now manually UN-check the sync music box again and the warning will come up "are you sure...existing songs...removed".  Select remove and click the "apply" button in itunes.  Once the changes are applied, you should see the song remove itself from your ipad.
    Good luck!

  • Unless I repair my hard drive every other day I am unable to delete songs from iTunes or email messages from Postbox. I've only had an iMac for a few weeks, is this normal?

    Unless I repair my hard drive every other day I am unable to delete songs from iTunes or email messages from Postbox. I've only had an iMac for a few weeks, is this normal?

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in 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 icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if it frightens you, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password dialog will open. You’re not going to reset a password.
    In the dialog, select the startup volume ("Macintosh HD," unless you gave it a different name) if it's not already selected.
    Select your username from the menu labeled Select the user account if it's not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Unable to connect control center and start runtime service

    Hi guys,
    I have owb 10gr2 in my server with repository ods_repo .
    last time when runtime service was working fine that time service name ods is registered.
    Now when our service name is changed from ods to odstest , from that day i am unable to start runtime service and unable to connect control center service.
    I ran following owb script ...and got error in connection
    SQL> @E:\SCRIPTS\important_files\owb_scripts\service_doctor.sql
    There are errors in one or more PL/SQL packages and functionsPlatform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availableService script is accessible to the database server
    There is a problem with the repository connection information used tostart the service
    Here is the detailed error message which contains the connectioninformation passed to the service:-
    Cannot connect: user=ODS_REPO host=150.2.0.244 port=1521service-name=ODS
    Please verify that this information is accurate
    If this information is correct, then please use the'set_repository_password.sql' script to reset the stored password
    Is there any file where this connection information
    ODS_REPO host=150.2.0.244 port=1521
    service-name=ODS
    stored so that we can change the service name.
    I ran start_service.sql script also and got same error.
    plz reply and mail also on [email protected]
    as soon as possible

    Hi sir,
    The Actual problem is in our database the service name has been changed from ods to odstest.
    After this changes I was unable to connect our repository ods_repo which was using ods as service name then I tried and able to connect .
    Then next problem came with control center that was not able to open it. Then after update some tables using update stat specify above reply.
    After update I was able to open control center then finally the new problem is location.
    I need to edit the location information with new service name so that I can access the repository and tables and can use them in design center.
    That’s why I am trying to un register first then edit the service name then again register….<I am unable to do this thing>
    I am getting following error when I tried to unregister the ods_target_loc location .
    Error : rtc-5320 : location ods_target_loc has not been registered by the current user.
    And after using the script getting this
    SQL> @E:\oracle10g\oracle\product\10.2.0\OWB_Oracle102_home\owb\misc\unregister_location.sql
    ===========================================================================
    WARNING:
    This script should be used ONLY when a location cannot be unregistered by using
    OWB UI or Scripting. This can happen when the Control Center/Runtime Repository
    where this location was registered is crashed, or deleted, or just cannot be
    reached any more.
    ===========================================================================
    Enter Location Name (ctrl/c to cancel): ODS_TARGET_LOC
    Location ODS_TARGET_LOC is registered in this repository.
    Please use OWB Client UI or Scripting to unregister this location.

  • Can't open Quicktime: "Error: Unable to create control"

    Okay, my problem is that I want to put movies on my new Ipod Touch, and to do that I need to use Itunes to Convert my files to MP4. I have found out that some of my .MPG files can be used, but some of the others can't and thats the same with my .AVI files. I have found a program to convert these .MPG and .AVI files into MP4 files for Ipod. But I found out that it needs Quicktime Player to do that, and unfortunately my Quicktime doesn't work, I don't know why I just can't even get a screen of the program up. When I try to open the program, after a little amount of time an Error window opens and says "Unable to create control" I have tried to delete both Quicktime and Itunes at same time and also just one at a time, I have tried to take an older version of Quicktime and install it, but no matter what I do it just won't work.
    Can somebody please help me?

    Thank you for trying to help. But I have tried to download the Program MPEG Streamclip as you said but unfortunately it need Quicktime too, the Readme said that there were another program I could use too called Quicktime Alternative. So I tried to uninstall the real Quicktime and install the alternative instead. But either the program MPEG Streamclip can't see that I have removed Quicktime or that I have removed the old one.
    Every time I put an .avi file into the program it can only convert about 1:30min of the movie and that is only with the sound no movie, and if I put one of the .MPG (that Itunes can't convert) in an error box pops up and says:
    *The Apple QuickTime 6 MPEG-2 Playback Component is not installed...*
    Please uninstall QuickTime completely. Then install QuickTime Alternative (1.61 or later), making sure the "Extra QuickTime plugins checkbox is enable.
    Alternatively, if you have Apple QuicktTime and you don't want to uninstall it, you can buy MPEG-2 Playback Component from Apple Computer.
    I think this is a bit sad cause I just bought the new Ipod Touch and I can't put the movies I like the most.
    Hope someone can help me...
    But thanks for the time you used to try to help me QuickTimeKirk

  • Logic Pro X: control surface "Scrub" no longer working

    Hi everyone,
    I'm a relatively new user of Logic Pro, and a very new user of Logic Pro X - I'm hoping someone can point me in the right direction!
    I've been using DAW Remote HD (by EUM Labs) on an iPad 1 with Logic Pro 9, and found them to be a great combination.
    Two weeks ago I upgraded to Logic Pro X, and I've found a problem which has been driving me crazy. Basically, the "Scrub" function using the Jog wheel in DAW Remote HD has stopped working. Using the jog wheel just to jog forwards and backwards works fine; however, when I hit the Jog / Scrub toggle, the "Play" button lights up, and then regardless of whether I try to scrub forwards or backwards the playhead just "jiggles" in place and nothing happens - no scrubbing.
    Can anyone help? I'm guessing the control surface assignment has gone awry somewhere, but have *no clue* where to start. I've had a look at the Controller Assignments expert view in Logic Pro X, and had a read through the Control Surfaces documentation, but I'm all at sea. Is this a bug somewhere, or is this something I can "fix" myself?
    Thanks in advance if anyone can help. I can't use the native Logic Remote as I only have an iPad 1, and am hoping I can get this important function working again on DAW Remote HD as it's pretty vital in my workflow.
    All the best,
    Sarah

    Hi everyone,
    I've been doing a bit more research into this and am wondering if it might actually be a bug. I've deleted my control surface config file, reinstalled the DAW Remote several times clean, both automatic and manual, and even tried it out with completely different control surface software on my iPad1.
    In all cases the "scrub" function doesn't work properly - it stutters and "jiggles" and moves forwards randomly, and all the while the jog / scrub toggle enables the "PLAY" button (I'm not sure if this latter is intended functionality or not - I never noticed when it was working in Logic Pro 9).
    Could it be that Logic Pro X is interpreting the scrub command(s) differently from Logic Pro 9, or even incorrectly? I don't know anywhere near enough about control surface commands to comment - just that the apps & functions were working with Logic Pro 9 and now aren't with Logic Pro X.
    Would someone mind giving this a second check to see if it can be replicated? Basically use an iPad control surface app like DAW Remote HD, AC-7, LPTouch, etc, with Logic Pro X and try and get the "scrub" working on the jog wheel (jog works fine - it's scrub that's the issue).
    I'm using an iPad 1 so don't have access to the Logic Remote, and it seems a bit expensive to upgrade the iPad to get access to a scrub wheel.
    Thanks!
    Sarah

  • Unable to delete any applications.

    Hi,
    Recently I upgraded to Snow Leopard, noticed some real improvements, etc. However, it has become apparent over the last week or so, that I am unable to delete any application from any folder on my system. I have tried changing ownership and permission settings to no avail. I have also tried using those application removal tools (AppZapper, AppDelete, et al). I am not an expert in using the Terminal application, so I have not tried changing settings using this.
    I had intended to take my computer into my local Apple store, however, I wanted to see if I could find a solution online and fix it myself.
    I should also mention that I am not trying to delete pre-installed software, just third-party software that I no longer use.
    Any help would be appreciated,
    Thanks.

    'Jumping out of the trash', is exactly how I would describe my issue. I can delete any file providing it is not an application. Just tested trashing a range of apps, third-party and pre-installed, all act in the way I describing, all 'jump' out of the trash. Also, apps that were present pre-SL install act in the same way as post-SL ones.
    I haven't to my knowledge dragged an icon from the dock to the trash, it doesn't sound like something I would do. I have in the past trashed an app directly from the Applications folder, in the usual drag-n-drop fashion. I have no other drives connected to my computer.
    Just checked the permissions on the account, it tells me I am the administrator. I have no parental controls set.
    I've checked ownership and permissions and whether the item is locked for my hard drive and my applications folder; and for applications I am attempting to trash, all seem to report that I have the 'power' to delete them.

Maybe you are looking for

  • Value for user-exit variable  is invalid

    Hi Gurus, My Value for a Fiscal Year Prd returns a invalid value for the 12th month of each year( for Example 12/2004, returns the error "Value 200313 for User-exit variable is invalid. This is the code that is being used. *Rolling 12 months for ente

  • Using files uploaded to the cloud on different platforms

    Hi everybody ! I use acrobat reader on my tablet (which is Nexus 7) and I really fancied one feature: I can upload file to the cloud (directly from device) and then read and comment it using virtually any platform (Android, IOs). But so far, so good.

  • Converting Elements Organizer 11 catalog to version 12

    I am attempting to convert an Elements Organizer version 11 catalog to version 12 running on OS-X Lion.  It has been running for two days stuck at 37% and appears to be cycling through files with the name breeze-xxx.XML files in the BreezeData folder

  • How to I contact Adobe Customer Service?

    When trying to download Photoshop CS3 onto a new PC I get a message "The installer database is corrupt. Please contact Adobe Customer Service...." How do I contact Adobe Customer Service?

  • Iweb needs a sign in now?

    I can't post in iweb because i keep getting an error message asking me to type in my password and there are numbers. I am so frustrated bc I never had a password for iweb and need to post my work!! thank you