Can't make Logic 8 Slave for Motif XS Sequencer like in Logic 7

Hi All,
I have an issue where I can't make Logic's Sequencer slave for my Motif XS' sequencer for midi data for logic's instruments (or other plugin instruments) or for recording audio from motif xs in time with sequencer.
In Logic 7 I could make logic slave to MTC and set my Motif's sequencer as the master, synced internal. Then logic's sequencer timing would line up with my motif when recording audio or midi from it. I could hit record on logic and it would wait for me to hit play on the Motif and then it would record in sync what i have in the motif.
Now, in Logic 8, i hit record in Logic and it just starts on its own, and it does not respond to me pressing the buttons on the motif to play, or stop or go back or forward a measure. So it's basically not working at all for my purposes. Please advise as to what has to be done in Logic 8 to get my motif xs as master and logic as slave. Thanks.

did Yamaha/Apogee ever work out the problem that you couldn't use mLAN drivers for the XS (it's not really mLAN, it's "based on" right?) and Apogee drivers at the same time?
I think Yamaha has updated their drivers twice since you and I last exchanged ideas on this.
You've got killer hardware, and while I'm sure it's possible to set up an XS to send MTC and for Logic 8 to deal with correctly, it's just backwards of the way I use (almost) the same tools. My experience is the same, control Logic from the Motif, only it's so much more than just stop/start, and locate. Your XS is made to be a remote controller for Logic, sliders, transport controls, even the info for tracks and plug-ins (in Logic!) show up on your XS display and you can do plenty without touching the keyboard or mouse... Besides the sound of the Motifs, they're just great at doing this kind of stuff too... I personally wouldn't consider anything else...
I don't want to send you down a path that won't work if the two vendors in question haven't solved this yet, but... I want to help you but deep inside I think you're approaching your top-of-the-line gear backwards...
of course, if this is still a vendor incompatibility thing... then you have no choice.
pages 839 (the graphic is on page 838) of the Logic user manual under "listen to MMC input" describes what you need to set in Logic 8 to make this work. Since I don't have an XS, I can't point you to the correct pages for that.
I really hope you can get this to work.
Michael

Similar Messages

  • How can I make a intro page for my website, then after the intro has run make the page automatically change to my we site home screen

    how can I make a intro page for my website, then after the intro has run make the page automatically change to my website's home screen

    You can do this using a meta refresh but the problem is you have to add it to the html file for the page very time you publish changes.
    A better way is to create a splash page and upload it to the server outside of the folder produced by iWeb. Example HERE.
    The meta refresh is added to the head section of the html file...
    <meta http-equiv="refresh" content="32;url=http://www.domain.about.com/Page-Name.html">
    The delay time in seconds is marked in blue and the URL to the redirect page is in red.

  • How can I make a bootable disk for Mountain Lion?

    How can I make a bootable disk for Mountain Lion?

    Make Your Own Mountain/Lion Installer
    1. After downloading Mountain/Lion you must first save the Install Mac OS X Mountain/Lion application. After Mountain/Lion downloads DO NOT click on the Install button. Go to your Applications folder and make a copy of the Mountain/Lion installer. Move the copy into your Downloads folder. Now you can click on the Install button. You must do this because the installer deletes itself automatically when it finishes installing.
    2. Get a USB flash drive that is at least 8 GBs. Prep this flash drive as follows:
    Open Disk Utility in your Utilities folder.
    After DU loads select your flash drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.
    Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    Click on the Erase button. The format process can take up to an hour depending upon the flash drive size.
    3. Locate the saved Mountain/Lion installer in your Downloads folder. CTRL- or RIGHT-click on the installer and select Show Package Contents from the contextual menu. Double-click on the Contents folder to open it. Double-click on the SharedSupport folder. In this folder you will see a disc image named InstallESD.dmg.
    4. Plug in your freshly prepared USB flash drive. You are going to clone the content of the InstallESD.dmg disc image to the flash drive as follows:
    Double-click on the InstallESD.dmg file to mount it on your Desktop.
    Open Disk Utility.
    Select the USB flash drive from the left side list.
    Click on the Restore tab in the DU main window.
    Select the USB flash drive volume from the left side list and drag it to the Destination entry field.
    Drag the mounted disc icon from the Desktop into the Source entry field.
    Double-check you got it right, then click on the Restore button.
    When the clone is completed you have a fully bootable installer that you can use without having to re-download Mountain/Lion.
    Note: The term Mountain/Lion used above means Lion or Mountain Lion.

  • How can I make a "property node" for a VI?

    Hello!
    If I add a boolean button on the FP then I am able to make a property node for that button in the Block Diagram. But how can I make a property node for a VI? I have several VI:s an that together is one program. What I need to do is to verify what kind of VI some of my VI:s is. I need to verify if it is .exe or .vi-file, and if it is .exe then I want to disable run, abort, run continuously bottons otherwise not. I have hard that this is possible to do programmaticaly but I can´t figure out how. I am aware that I could do that manually in the File->vi properties->customize->windows appearance but theese choises makes it last forever.
    I want to be able to stop and run and everything if it is a .vi file, but if it is .exe-file then all those buttons should be disabled.
    Anyone have an example on this?
    In an other message at this Forum I read "You can use the `Front Panel Window. Allow Runtime PopUp`" property to disable run-time shortcuts menues programmaticaly, but still I dont know how to create this property node.
    /Amir

    You really shouldn't open a new thread. If you don't understand something, ask and we will explain it.
    Like I said in the other thread, you can check if you are running in LV or an EXE by using the Application>>Kind property. To get it, place a property node (from the Application Control palette) on the diagram, click it and find the property.
    To set the properties for the VI, place another property node, right click it and select Select Class>>VI Server>>VI. You should have the properties you want under Front Panel Window.
    To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
    In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf). I believe chapter 17 of the user manual explains about programmatic control of VIs.
    Try to take over the world!

  • Can applw make a new software for Iphone 3g with multitasking

    can apple make a new software for Iphone 3g with multitasking

    No. Apple stated that the 3G does not have the processing power to provide multitasking to Apple's reuired standards.

  • Realtek network card seems to be disappeared. how can i make it visible again for the OS?

    i can't access my LAN card. somehow it is disappeared. how can i make it visible again for the OS? my OS is windows 7. thanks very much for your help

    right click on the button bar, then select "customize toolbar", drag any button you like into the toolbar and you're done!
    Diego

  • How can i make Apple id free for downloading apps

    how can i make free apple ID for downloading apps?

    No thats false thers an other way go to App Store ( on iphone or itunes) then choose any free app click download the App Store will ask you for your apple id the click in this dialog on create new apple id then you should select by Credit Card None, thats a trick, you don't need a credit or itunes card
    PS: Sorry for my bad english

  • Can we make two shipment cost for one outbound delivery

    Hi team,
    Can we make two shipment cost for one outbound delivery?
    Need your suggesstions.
    Regards
    Venkat Ramana

    Hi
    I do not think that you will get a reply now as it has been too long.
    Maybe the answer is not known.
    However as the forum is growing and it takes so much time to get through all of the pages it would be nice to keep it current so could you please close your thread and either re-open a new one (this might help as people are more likely to look at curret ones) or try another forum.
    This will make life easier for everyone
    Regards
    Frenchy.

  • How can I make lining number format for opentype fonts in Acrobat?

    How can I make lining number format for opentype fonts in Acrobat?

    I bought the Max OT font. I want the numbers on the right to look like on the left. I could do that in word, but not in adobe acrobat.

  • Can you make a Keyword Collection for entire event library?

    Hello all,
    So you make an event, and you can make Keyword Collections for that particular event, such as "WS" or "Person 1" or "Indoors"... But...
    What if those keywords apply to other events?
    I am making video content for a particular company. I shoot stuff one day import as an event. The only content that I produce is for this company, so you can imagine there are going to be similar themes across mutable events...
    As you know this is how it is organized >
    DRIVE
    >2012
    >Event
          >Keyword Collection
    This is how I want to get organized>
    DRIVE
    Master Keyword Collection
    >2012
    >Event
         >Keyword Collection
    > Here is an example of how I think It should be
    DRIVE
    "All Interior Shots"
    >2012
      > Event
         >Interior Shots
    So can you make a Keyword Collection for entire event library?
    Can some one please explain if is this is possible? If not please update!

    Andy,
    Yes you can but that feature only works if you are searching a single event (Pretty Cool/Useful), Creating a smart collection based on what you tick off in the dialogue box... You will get an error message if Searching the drive itself:
    LOL
    I did some playing around...
    I created a new event
    Then I ran a search, with Keywords ticked off, Ticking off mutable Keyword Collections.
    Then dragged the results into my new event.
    This in effect created "saved search results" but Final Cut started copying clips to that event folder that was created on my external HD. I was hoping that It would generate alias files...
    I also...
    Created a new project
    Ran the Search with Keywords
    Dragged all clips into the project..
    This also in effect created  "saved search results" but not really what I was hoping :/

  • Can you make a iOS update for older iphone's

    Apple can you make a iOS update for older iphones's

    Apple is not here.
    We are all iphone users just like you.
    Like all software on all devices/computer/tvs/dvds/cars/etc, the newest updates will not be compatible with older devices.
    iphone 3g and earlier models have reached the end of the line.

  • My daughter made a voice recording on her phone and sent it to me through a text message. Can I make that a ringtone for my Iphone?

    my daughter made a voice recording on her phone and sent it to me through a text message. Can I make that a ringtone for my Iphone?

    I did an internet search (Google) and found the following. It is from May (before the latest iOS update) so the look of some of the steps may vary slightly from the current iOS 7. http://osxdaily.com/2013/03/04/turn-any-voice-recording-into-a-ringtone-for-ipho ne/

  • How can I make a recovery disk for an imac 24 "  early 2008 to April 2009 or connect via thunderbolt to another imac

    How can I make a recovery disk for an imac 24 "  early 2008 to April 2009 or connect via thunderbolt to another imacimac 24 "   or connect via thunderbolt to another imac
    ann

    You will only know about the hard drive when you try to access it in TDM from your other computer. If you cannot boot into TDM mode or if the drive does not appear on the new computer's Desktop then it is likely bad.
    What you are thinking about as a recovery disk is the Recovery HD normally created when you install Lion or later on the computer. You boot from it as follows:
    Boot Using Command+R keys:
      1. Restart the computer.
      2. Immediately after the chime press and hold down the
          "COMMAND" and the "R" keys together.
      3. Release the keys when the Utilities Menu appears.

  • How can I make my movies pro for mac work?

    How can I make my movies pro for mac work?
    I have downloaded it i click on the icon but I cant make it work

    Delete the app using this free utlity > Download AppCleaner for Mac
    Then re download the app using the same Apple ID it was originally purchased from. You won't be charged again.
    How to re download apps from the Mac App Store:
    Open the App Store. From the menu bar click Store > Sign In
    Click Purchases from the top of the App Store window.
    Select which apps you want to re download. Then right or control click where you see Installed  then click Install.
    If you still have problems, I located the app developer's website. Contact details for help here >   http://www.mymovies.dk/about.aspx

  • When can i make a single edition for an android device?

    From Amsterdam, Europe
    As an Adobe-cloud member......
    1:
    when can I make a single edition for an android device?
    2:
    why can I NOT make a single edition for Android ...
    Whe are not able to use the single edition at all in Europe...(why actually??)
    No one knows when it will be possible....
    And then also what about Android, I do not want to use Apple's hardware, but actually I am forced to do so....I think that that is a big minor for Adobe...
    regards, Anne

    The original problem with android was the file size of the app, i think it was limited to 25/50Mb so have a multi-issue app solved that as the full content was downloaded from adobe servers.
    That may still be the issue, though I thought the file size had been increased.
    You dont have to use a Mac to create you folio's etc, you just need a mac to upload the binary, not Adobe's fault :-) and everyone is in that boat, so not a big minor for adobe then, just you maybe
    have a good weekend
    Alistair

Maybe you are looking for

  • Logic Express won't start at all

    Howdy! I just installed the Snow Leopard and downloaded the updated to 10.6.2 right away and then continued installing iLife, iWork and Logic Express 9 - without installing the OS updates yet. After restarting I can't start neither Logic nor GarageBa

  • Update Credit managment dispay in some of the orders with same Payer

    Hi, I have some sales orders created with same PO, same sold to party and same payer. In one of the Sales Order credit control area and credit account is updated but the other order's did not update with this information. I can see the Credit account

  • Printing multiple pages per sheet on Adobe Reader for Windows 8

    I cannot print multiple pages per sheet on Adobe Reader touch for windows 8.1

  • Using Javascript with SOFIAFramework

    Hi everyone, I'm trying to set one login page designed in JSP, making use of the SOFIA framework. In order to make some validations, i have to use Javascript at the client side itself. I tried by calling a function(Javascript) on the click of a butto

  • Spectral noisereduction - where is there ANY documentation??

    It seems we live in a world where software is released and nobody documents it anymore. I can't seem to find a single piece of information on Adobe Premiere's Spectral NoiseReduction plugin for Audio. Anyone????