Automation with MS20 Controller

Hi,
I'm using logic pro (latest version) with the Korg legacy collection - mainly the ms20 - and the ms20 midi controller.
I thought i would be able to do automation in logic like normal - use 'Touch' or 'Latch' mode then twiddle the knobs on the ms20 controller and my automation would be there in logic.
But it seems i have to record the automation in which i really don't like.
Is there a way i can do it the normal way, by using latch/touch mode?
I have an access virus ti and that is able to do automation the normal way.
Thank you for any help and ideas.
Tom

The easiest thing to do is using the default parameters of the MK-449C and assign those to the Logic parameters you wish to control. Check out Logic's manual at page 498 for learning how to program new assignments for unsupported control surfaces.

Similar Messages

  • Automation with logic and kontakt3

    what is the secret to having individaul track automation using kontakt3

    No secret - either automate the Aux tracks assigned to multiple outs of Kontakt
    or
    use the assignable automation parameters in Kontakt (in the Auto menue at the upper left) by dragging e.g. #001 to any knob of the instrument you want to control-in the track header select #001 and write your nodes with a controller or with your mouse. I´ll post a picture if you need more help.
    Message was edited by: Sampleconstruct

  • Windows Server 2008 R2: Server unable to authenticate with Domain Controller

    Hello, I was wondering what could be the reason for this error if it is certain that there was no other computer on the network using the same name:
    This computer could not authenticate with<Domain-controller>, a Windows domain controller for domain <Domain-name>, and therefore this computer might deny logon requests. This
    inability to authenticate might be caused by another computer on the same network using the same name or the password for this computer account is not recognized. 
    What would cause the machine account pw to be 'not recognized'?

    You can track changes in AD by enabling AD Auditing: https://technet.microsoft.com/en-us/library/cc731764%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    As reading the logs is usually a complicated and time consuming task, it is recommended to use a third party tool for auditing. The one I usually recommend is Lepide Auditor - Active Directory: http://www.lepide.com/lepideauditor/active-directory.html
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How do I create a track with just controller MIDI data in it?

    How can I create a track with just MIDI controller data in it? 
    For example: I'd like to create a track that issues a bank change/patch change and sets the default volume for that track, and that's it.
    I can then use this setup as a template for future projects.
    How can I do this?
    It seems like LPX will not allow me to enter any controller data into a track without first defining a region. However, it seems that LPX also won't allow me to create a region with just controller data in it. 
    Ideas?
    Thanks
    -Mike

    Soniq2 wrote:
    How can I create a track with just MIDI controller data in it? 
    For example: I'd like to create a track that issues a bank change/patch change and sets the default volume for that track, and that's it.
    I can then use this setup as a template for future projects.
    How can I do this?
    Let me qualify, I'm using Logic 9, not upgrading for various reasons.
    Is this for an external Instrument? If so it's very easy to do using the inspector, but first you have to create an instrument in the environment. (at least in L9 and the way I do it, which is old school)  Here's an example of an external instrument setup in the Environment.
    A multi Instrument is created, channels 1, 2, 3, & 9 are active. Patch names are entered, format for bank change is selected. (just happens I selected channel 14 to open the patch names).  This Instrument will now appear in the arrange page, and you can set patch change, bank change, volume & pan.

  • I purchased the Logitech F310 game controller for my 2011 MacBook Pro. How do I get the driver installed for it. The Disk that came with the controller is a mini disk and will not insert into my laptop.

    I purchased the Logitech F310 game controller for my 2011 MacBook Pro. How do I get the driver installed for it. The Disk that came with the controller is a mini disk and will not insert into my laptop.

    May not make a difference anyway. The Logitech support site does not show drivers for Mac OS for the F310:
    http://www.logitech.com/en-us/support/gamepad-f310?crid=411
    I'd contact their support to find out if there is a Mac driver available, and if they can either give you a web link to get it, e-mail you the software, or snail-mail you a standard-size disk with the drivers.

  • Purchase requisition with MRP controller

    Hi everybody, I need support because I have to control during purchase requisition to block users with specific MRP controller.
    I mean, user A only have permission to create purchase requisition with MRP controller Z and user B only have permission to create purchase requisition with MRP controller Y.
    Thanks for all the ASAP cooperation.
    Regards.

    Hi Mitra,
    You will find your answer here.
    MRP controller for PR document type
    Do let me know if it helped, as I might have to explore this option for an upcoming requirement.
    Thanks
    Shailesh

  • RE: Ole Automation with forte.

    Tran,
    Here is a piece of code(using Forte Version 3OF2 & Word 97) that we've
    used to determine if there is already an instance of Word running:
    // Create an instance of a Word Application and activate it.
    // If an a Word application exists, just activate it.
    if ( aTasks <> NIL and aTasks.Exists(aWordApplication.Name) )
    then
    aWordApplication.visible = TRUE;
    aWordApplication.Activate();
    else
    aWordApplication = new();
    aTasks = new();
    aWordApplication.CreateUsingProgID( 'word.application'
    aWordApplication.visible = TRUE;
    aWordApplication.Activate();
    aTasks is an attribute of type Tasks on our window & aWordApplication is
    an attribute of type _Application on our window. This code will work if
    there already is an instance of Word that was started from a Forte
    applicaiton. It doesn't recognize a instance of Word that was started
    outside of a Forte app. Hope this helps!!
    From: Quy Tran[SMTP:[email protected]]
    Sent: Wednesday, May 20, 1998 11:17 PM
    To: [email protected]
    Subject: Ole Automation with forte.
    Good Day forte users,
    I'm trying to invoke MSWord from a forte application.
    I set the objectreference using CreateUsingProgId(This is the only way
    that I could get it to work).
    The problem is when using CreateUsingProgId, forte will create another
    instance of Word. Is there a way to know if the instance already
    exists
    and retrieve the objectreference of that instance?
    Any help would be appreciated.
    Thanks
    Quy Tran
    Lumley Technology
    Analyst/Programmer
    [email protected]
    Ph : 612 93186722
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    If you are not the intended recipient, please notify the Sender.
    Non-business opinions may not reflect opinions of Piper Jaffray

    Hi Aurang
    You can call almost all methods using OLE. What is required is to know how to interpret a script to ABAP OLE call. This is explained in the tutorial<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c1d54348-0601-0010-3e98-bd2a2dcd9e6c">"An Easy Reference For OLE Automation"</a>
    Regards
    *--Serdar <a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d">[ BC ]</a>

  • Script for synchronizing the clock with Domain Controller

    Hi Everyone,
    In our environment, we have Mac machines which are joined to window's domain. Once in while machine will not log on to domain because the OS clock had a different time than the domain controller and sooner you fix the clock, machine will start communicating with domain controller.
    I was wondering if there is an easier way to do this using script which can run every few hours to force the OS clock to synchronize with the domain controller.
    Thanks,

    You don't need an Applescript to do that.
    Enable the NTP server on the Windows Domain Controller (perhaps start here: http://technet.microsoft.com/en-us/library/cc773013.aspx).
    Then setup the Macs to use NTP (Network Time) to sync to the domain controller.

  • Using older servos with new controller

    My group has a three-axis stage controlled by an old Galil DMC-230
    motion control board, Galil ESA-10-75 amplifilers and three dc servo
    motors (from Galil too, I think).  The board is mounted in an
    ancient computer running DOS.  To make matters worse, the hard
    drive seems about to give out.  We would like to leave the stage
    and motors alone but replace the controller and amplifiers.  We
    are considering using an NI PCI-7344 controller with an NI MID-7604
    Motor Drive.
    My questions are:
    What are the main things to consider when matching a servo motor to a controller?
    Has anyone done anything similar (using older servos, but replacing controller and drive)?
    Should I just give up and beg the boss to buy new motors as well?
    Thanks for any advice!
    Telemaque

    Been there and almost done that. We have a legacy DOS Galil based (DMC-630 controllers with SSA-12/40 drives) system with brushed servos that is on it's last legs.
    Matching servo to drive amps- look at max currents, voltages, and inductances on the motors to see if drive can accomodate. Are they brushed or brushless motors. Also check if encoders and hall signals from existing motors and limits from stages compatible with new controller.
    Personally, I would suggest new motors since you may not know their history of (ab)use and depending on their ratings, may be a minor percentage of total retrofit cost. You may also want to have the stages sent out for refurbishment if time permits. They have probably seen a lot of use with little or no cleaning and lubrication. Mechanical wear also takes it's toll. On the system I mentioned above, we were experiencing loss of accuracy and repeatability- the lead screws and nuts were trashed.
    Just a couple ideas to start with.
    Good Luck
    AK2DM
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • Batch rename in automator with step

    I'd like to rename a large number of files in Automator with alternate numbers. For example, files 1-10 would be renamed 1,3,5,7,9,11 etc, and 2-10 would be renamed 2,4,6,8,10,12 etc. I'm familiar with rename finder items but cannot think of a way to make it rename with alternate numbers. Any help would be greatly appreciated.

    Try BatchRename'Em - CNet Downloads or MacUpdate.

  • QTP Automation with Acrobat SDK

    Hi,
    I would like to verify the PDF content using HP Automation tool - QTP by opening the PDF and extracting the Text content from PDF.
    I am trying the OLE style and using a series of commands, as described in many postings. The first one is:
    CreateObject("AcroExch.App")
    It throws error, saying "Cannot create ActiveX component"
    From the Forums I found that it will not work with Adobe Reader and will work with Full Adobe Product with Adobe SDK.
    Now I would like to know which version of Acrobat will have Acrobat SDK.
    My Client already procured the below Acrobat Products.
    VLA ACROBAT 10  win universal English
    VLA ACROBAT 10 WIN Universal English STD to STD Upgrade ST-ST
    VLA ACROBAT Pro 10  win universal English
    VLA ACROBAT Pro 10 WIN Universal English STD to STD Upgrade ST-ST
    Pls let me know which product( which has Adobe SDK as well)  I should choose to proceed with QTP Automation.
    Any Advise/Help greatly appreciated.
    Thanks.
    Anand Muthunayagam.

    Check out http://labs.adobe.com/technologies/aptt/
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Fri, 28 Oct 2011 06:09:25 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: QTP Automation with Acrobat SDK
    QTP Automation with Acrobat SDK
    created by AnandMuthuNayagam<http://forums.adobe.com/people/AnandMuthuNayagam> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3995113#3995113

  • Key board hangs up randomly with 8155B controller while running the application.

    Key board hangs up randomly with 8155B controller while running the application.

    Roopal,
    This question has too much parameters. In order to help you out, I need to know more information. For example:
    1) Is this a new issue? Has your keyboard worked fine before?
    2) Is you keyboard hanging up when you run a specific application? Does it hang up at boot up?
    3) What operating system are you running?
    Regards,
    Claudia Lorente
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • Reusable Component: Fragment with onw controller

    Hi,
    I have written a JS-fragment, which shows a table of files. You can upload/download files from this view.
    All functions are coded within this one Files.fragment.js file.
    I wonder what the best way would be, to have ONE single, own controller for this fragment.
    I dont want to add all function within the "parent" controller.
    The fragment is used on several views within the app.
    Is there any best practise to build more complex, reusable component in UI5?
    Jens

    Hi Jens,
    To my knowledge, Fragments can't have a dedicated controller assigned -- it uses the controller of the calling view:
    Fragments are pieces of UI, just like SAPUI5 MVC views, but without the view control around the content and without their own controller.
    SAPUI5 SDK - Demo Kit
    However, according to the API, you could indeed specify a specific controller so I'm not sure if it would be possible to use a dedicated controller for a Fragment... I have never tried this with Fragments.
    Before Fragments, if I had a complex view, I would have one 'container' or 'parent' view with its controller, and the different inner parts of this container/parent view consisted of other views (which uses the container controller). And only the inner views that were reusable would have their own controller.
    In other words, if it is possible to have a dedicated controller for your reusable Fragment, then that's indeed the way to go IMO

  • APs continually registering with secondary controller

    Hi All,
    For some reason all of the APs on a particular controller deregister from it and register with their secondary controller. Both controllers are running version 4.1.171.0 and I cannot see any issues on the LAN that would disrupt comms between the APs and their primary controller.
    Any pointers will be greatly appreciated.
    Many Thanks
    Scott

    Hi Eric,
    I haven't tried either of those but I will do as soon as.
    I'm using names for the first and second controllers (I'm haven't spec'd a third due to the controllers being geographically distant).
    These particular APs had been quite stable until I upgraded the controllers to said s/w version around a month ago, though APs on other upgraded controllers are fine. Also no matter where the APs are registered to they report (via WCS) that they are running vers 3.2.195.10 s/w, however interrogating the relevant controller directly says they are running vers 4.1.171.0.
    I was also in the midst of adding some new APs; these were autonomous ones that I converted (at my desk) and specified the suspect controller for them to register with during the conversion, the new APs registered ok with the controller and I set the same controller as their primary and set them aside for installation. After your reply to my initial query I've booted one of the newly converted ones again and they have registered with a random controller elsewhere on our network (I'm using option 43) rather than their primary.
    Apologies for the info overload, hopefully you can make some sense out of it.
    Many Thanks
    Scott

  • Capture Now with Non-Controllable Device and Timecode from deck

    Hi,
    Trying to replace a windows laptop using premiere during our events.
    The mentioned system will allow me to get audio/video/timecode all through firewire from the deck AND allow me to "capture now" as a non-controllable device.
    I have not been able to find out how to do this with FCP6. I am able to get the timecode I need, but only with the "controllable" device settings I have thus far tried, at which point a "capture now" gives me an error message stating that the tape has ran out (or something of the sort)
    With "Non-Controllable Device" selected, I can "capture now" but the slot where the deck's timecode had been located is completely gone and no timecode was recorded on any of the test clips I tried.
    Thanks,
    Jeff

    Hi -
    I'm confused.
    The DSR 45A only has one firewire port, if you are plugging your computer into that to source the video, where is the video and timecode source feeding the DSR-45A coming from?
    Within the DSR 45A there are internal menu selections that specify the timecode behavior of the DSR-45A, are these menu settings correct?
    If you load a pre-recorded tape into the DSR-45A can you control the deck, and successfully capture from it as a controlled device from your FCP computer?
    You said:
    we have main deck, a backup deck and a dvr deck recording the primary feed. the capture now stuff is extra bonus!
    What are the formats of these decks? Is the timecode feeding the DSR-45A coming from one of them?
    Thanks
    MtD

Maybe you are looking for

  • IPAD restores applications but not data or files associated with applications

    1) Today Itunes prompted me to update the OS on the IPAD. 2) It warned me to back up IPAD before I did.  I did 3) I updated software. 4) It returned with an error saying it could not install software and I must restore to facotry settings 5) I resoto

  • Organizing Files is moving all folders up one level???

    I noticed just recently that when I use the Automatically Add To iTunes folder that Artist folder was being created at the top level of the Library folder, rather than under Music. I tried checking and unchecking Pref for Organzing to no vail. iTunes

  • Full import/export from 10gR2 to 11gR1 / ORA-39083: Object type PROCACT_SYS

    Hi, I did a full db export/import (data pump - skipped existing objects) from 10gR2 to 11gR1 (win2003 server). it looks like everything went fine except with this error: is this a serious error? what should I do to fix this error? ORA-39083: Object t

  • SharePoint Document Library Web Part issue

    i came across with a strange issue. if i am putting document library web part and below task webpart or calender webpart then if i am clicking on New button of doc library it is popping up the task list menu. please refer the below snapshot.  please

  • E90 Missing (fax) modem and data calls

    Hi all I read in a couple of other threads that there is no (fax) modem in the E90. Is this why I cannot get datacalls to work? I can quite happily get data calls to work on a 9110, 9110i, 9300i, but not on an E90, all with the same sim and details.