What is the best way to make music in Logic pro8?

ok, Im using a Mac, 3 external keyboards,a profire 2626 (audio interface) and a MIDI sport (midi interface). I am wanting to track in the audio from the 3 keyboards as MIDI. I wanted to know what is the best way to do this? Is it required to record the audio and MIDI at the same time? When i do do this, (record MIDI and Audio simultaniously), i get this doubling effect after the loop comes back, because of the MIDI and the Audio tracks combined. Arent you supposed to create some kind of Aux track to avoid this so, you can monitor what you just made so this "doubling effect" isnt heard?...another question. I am experiencing latency and it doesnt make sense. I have a low buffer size (32), but i only experience it when i play the space bar or hit record, not if im just sitting there hitting keys..however, I found a trick to avoid this, but here is where it doesnt make sense. If i go to Settings>Synchronization>MIDI...then set my Transmit MIDI Clock Destination to (ALL)...i hear the Latency wehne i hit space bar or record..But if i deselect All...and choose MIDI Sport Port 1...or port 2....there is no latency when i hit space bar or record.. and this doesnt make sense to me because i have 3 keyboards in Ports 1-3..so why wont the destination work better on All?....ok,,that sums it up ..thanks

There are many different ways to use Logic. You will develop your own technique as you gain experience with it. The doubling you are experiencing is because the midi track is being sent back into your instrument as you record.. Shut off local control on your keyboard. Or temporarily assign the midi track you are recording to an instrument that is NOT being sent back to the same instrument..
If you are recording three midi keyboards at once, make sure each one is sending on a different midi channel, also make sure that midi instruments are NOt sending back to your keyboards.
Getting rid of latency is another problem. I am not familiar with MIDI sport. What you want to do is listen to a LIVE input (coming directly from instrument) - then turn the level down on the corresponding track you are recording into Logic. If your audio interface won't let you do that you must turn the audio buffer down as low as your computer will allow without distortion.

Similar Messages

  • What is the best way of putting music onto another iphone?

    What is the best way of putting music onto another iphone for a different itunes account user and different phone carrier? multiple user accounts on my mac? or home sharing to put the music on? then they have their own itunes account for apps etc?

    Hi DVX100Shooter,
    Congratulations on getting your son a new iPad, I am sure he will enjoy it. 
    Family Sharing is one way of managing both purchases and content between members of a related group of people. Each member must have their own Apple ID. You can choose what music you wish to share with the family from your own account. See this article -
    OS X Yosemite: Share purchases with your family
    In particular the section titled Hide a purchase from other family members
    The music library on your son's iPad is separate from yours, but under Family Sharing you agree to pay for all purchases made through the iTunes store. If you wish to control what is purchased you can set up the Ask to Buy option for any family member under adult age in your location. See this article for details -
    Request and make purchases with Ask to Buy - Apple Support
    Gift cards may not be used for billing of purchases under family sharing, with the exception that a family member may use gift cards to purchase their own content. See this article for information about Family Sharing billing policies -
    Family purchases and payments - Apple Support
    The shared family photo album is available to all family members.
    Family Sharing - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • What is the best way to make a DVD from iMovie

    What is the best way to make a DVD from iMovie?
    I am using iMovie 06 (Naturally) with iDVD 08. I have always used;
    iMovie 06, File > Share to iDVD 08. And got pretty good results.
    Some say the best way is to quit iMovie 06, open iDVD and import the movie from the Media button.
    I have tried both methods in the results look the same. I'm interested in getting the very best quality possible.

    You likely have one of the most expensive media converter boxes on the market today.
    But does it work well with most macs? (my guess is that it does). But more specifically can it "handshake" with an intel based mac? I personally haven't tried it.
    But you may want to read this for yourself if you haven't already:
    http://discussions.apple.com/thread.jspa?threadID=1179361&tstart=2362
    Assuming it works then the best format is .dv which this unit will support apparently.

  • What is the best way to make a list of addresses for envelopes or labels?  Address book, numbers or pages?

    What is the best way to make a list of addresses for envelopes and labels?  Address book, Pages or Numbers?

    I liek your idea of having multiple images in a grid. I think
    that would be the best bet as you mentioned. Having one big picture
    would be hard to distinguish the sub-areas with mouse coordinates.
    I think checking the coordinates for the mouse would be very
    tedious because I would have to check for the left boundary, the
    right, top, and bottom for each sub-area!
    What do you mean by using button components and reskinning.
    Is this simply using buttons and changing the way they look? I'm
    just trying to save time and memory, because if I had a 10 by 10
    grid, thats a hundred buttons. Wouldn't that slow down the machine
    alot? And for that matter wouldn't having a grid of 10 by 10 images
    also by the same deal?
    Thanks for the input, I'm just trying to find the most
    efficient way to do it.

  • What is the best way to make a 30 minute video lecture taken with my iPad available to my university class? Email and USB transfer do not seem to have the capacity. Thanks!

    What is the best way to make a 30 minute video lecture taken with my iPad available to my university class? Email and USB transfer to the PC in the classroom do not seem to work because of the file size. Thanks! Quincy

    How to Transfer Photos from an iPad to a Computer
    http://www.wikihow.com/Transfer-Photos-from-an-iPad-to-a-Computer
    Importing Personal Photos and videos from your iOS device to your computer.
    http://support.apple.com/kb/HT4083
     Cheers, Tom

  • What is the best way to make a program fit different monitor resoultions?

    In our lab all our test stations have 1280x1024 resoultion monitors. In the "other lab" all the test station monitors are 1440x900 resoultion.
    Now I am tasked with making my programs run on the test stations in the other lab. I have tried setting the options "maintain proportions of windows for different monitor resoultions" and "Scale all object on front panel as the windows resizes" and of course neither one of these options really does what I would expect it to do.
    What is the best way to make programs fit different monitor resoultions?

    J-M wrote:
    I resize the Front Panel when the program start to fit the monitor resolution.  After that, I use the "SBE_Determine If Screen Resized.vi" from TomBrass (http://forums.ni.com/t5/LabVIEW/Resizing-controls-on-a-tab-control-within-a-pane/td-p/1520244 ).  This vi is very useful if you don't want to monopolize the CPU with the "Panel Resize" event.
    I don't like this function for a couple reasons.  First for the example you don't need any custom code to handle the window resizing, just use a couple splitters.  Even if you did need to handle the resize, you only resize after the mouse is up after the resize which is not how normal Windows programs work they resize as the mouse moves.  So I modified the VI to resize objects as you resize the window.  Then because doing this can generate 100 events very quickly, I use a boolean in a shift register to make sure that we only handle the resize event if there is no new resize events after 0ms.  This essentially makes a lossy queue and handles the last resize event.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    Resizable_Graph.vi ‏22 KB

  • What is the best way to make drawings an notes during class (on my iPad), which I can add to my (digital) handout later on?!

    What is the best way to make drawings an notes during class (on my iPad), which I can add to my (digital) handout later on?!

    Hello BDAqua, thanx for the suggestions. Before I saw this reply I tried to first quit the finder and then to relaunch the Finder but that resulted was a blank gray screen.
    In the end I ended up having to power down the iMac.
    Fortunately the RAID array that was "active" seems to be fine and also has a firewire 800 connection so I can use it_ just not with thunderbolt until this issue is solved.
    I'm going to check in the Applications>Utilities>system log to see if any clues are evident_ thank you for the suggestion.
    PS: Nothing of note was obvious as a root cause in the Activity Monitor though.
    hmmm....I was told that the Helios and seritek card were compatable and that the Helios didn't require any drivers..it will be a drag if there isn't an easy fix for this since this new PCIe card from seritek is the first to offer port multiplier compatibility for eSATA to thunderbolt...since they are both new I'm hoping that an OS upgrade will be the fix (presently7.2)...we shall see.

  • What is the best way to make  certain cost centers as REQUIRING an internal

    Hello,
    What is the best way to make  certain cost centers as REQUIRING an internal order (when entering invoices in the accounts payable module u2013 transaction code FB60). At the present, if a cost center requires an internal order, and the employee who is  is entering the invoice in FB60 forgets to include the Internal Order, the invoice is incorrectly costed.
    Regards,
    Saeed

    Hai !!!
    The below method can solve your problem
    1.Create Internal order for each cost center from transaction code KO01 - Create and  enter the cost center under Requesting  CCtr
    2. Enter internal order or costcenter / while user post the transaction
        Example Fb60
    Regards
    shamul heq

  • What is the best way to make PSD into HTML for emails

    What is the best way to make PSDs into HTML for emails? Will the new feature in Dreamweaver work for emails as well? I am using Cheetah mail, but I need to be able to turn PSDs into HTML so I can use it in Cheetah mail.  I have a general idea of how to do this, but I'm stumped about where to begin.

    Use PShop for images only.  Use DW to create your tables and inline CSS styles.
    Many e-mail clients do not show images for security reasons.  So graphics heavy e-mails are not an optimal way to communicate with your mailing list.
    See Alt-Web Articles, HTML E-mails and Newsletters
    Nancy O.

  • What is the best way to make skin uniform (not necessarily blurring it!)

    Hi,
    I have some photographs where the skin of the model's leg is not of uniform brighteness. Without blurring it, I have tried the clone stamp but it is very difficult to not introduce further variations in brightness.
    What is the best way to make skin uniform in brightness (actually, the same color!)?
    Thanks,
    Juan Dent

    I know EXACTLY what you mean.  I was doing something exactly on those lines just yesterday.
    It's not trivial, but it's doable.
    For hard "spots", you can try the Spot Healing Brush first.
    But here's a neat trick I sometimes use that can nicely increase the overall smoothness:
    1.  Select just the skin area.
    2.  Contract the selection a bit and feather the edge, just to make sure you don't mess up the edges.
    3.  Filter - Noise - Median, and adjust the radius to be fairly large.  Watch the image to see the smoothness level.
    4.  Edit - Fade and knock back the effect, so that it's not perfect, but makes a subtle improvement.
    Then, for gentle darkening lightening, try the Burn and Dodge Tools, set to a low Exposure level (and possibly with Airbrush Mode on).  Work gently.
    Cloning with low opacity can sometime help as well.
    -Noel

  • What's the best way to make a bootable, incremental backup of Boot Camp?

    I'm curious as to what's the best way to make a bootable and incremental backup of Boot Camp, similar to Time Machine? I'd essentially like it to replace System Restore as well, because that's currently not working for me (System Restore backups get deleted every time I restart).

    System Restore gets backed up to what and where?
    You need system image one way or another, and you want data and file backup.
    Windows 8 takes File History feature is similar to TimeMachine but not for system.
    Take a look at Paragon Hard Disk Manager 12 Suite, has Boot Camp support.

  • What is the best way to make video and audio the same lengths for posting on Web?

    YouTube recommends doing this to avoid sync problems. Maybe it will also make my videos run more smoothly. I'm talking here about random pauses I see in my movies on YouTube, not the uniform stuttering problem which I pretty much solved by redoing the movie at 30 fps instead of 24 fps. (Original is 18 fps Super 8 movie film.)
    Anyway, there is no sound during my titles. The soundtrack starts about 17 seconds in, and ends when the ending titles begin. So what's the best way to add silent audio? The best I can figure is to take some existing sound, put it in where the titles are, and turn the volume down to zero. Seems real workaround-ish, so to speak, to me. It seems to work. I even cranked it up on headphones to make sure there was no residual noice. But I'm curious if there's a better way? No biggie if not.
    Thanks.         

    I should have included the following:
    1.) Why can't I make a silent project in GarageBand? I have to instead find a project with a long enough song, make an "iLife preview" of it (see (2) below), copy it from the iMovie Music and Sound Effects browser to the end of the movie, and then open the audio panel and turn the volume to zero. And all this so that video websites don't get confused by a soundtrack that starts in mid-movie.
    2.) Why do I have to "render" them by the following process: Double-click a song in the iMovie Music and Sound Effects browser. You get a dialog box saying "The project "The Great Race" cannot be used because it was not prepared with an iLife preview. Would you like to open "The Great Race" in GB so you can save it with an iLife preview?" What I don't understand is why this new thing was introduced and why I have to do it via iMovie.

  • What is the best way to organize music by artist with various artist...

    What is the best way in iTunes 7 to organize my music by an artist who has several songs that have appearances by other artist? I now have about 400 Artist, in my artist list.
    1-Most of them are by the same Artist but with people who appear on their album as a special guest. What is the best solution for this?
    2-The same Artist appear on someone else's album what is the best solutions for this? I would like to have as few categories as possible.
    When I have a track with 2 artist, how will iTunes handle both Artist or do I have to determine? If I choose 1 Artist, does this mean that when I search for the 2nd Artist that the track would not be found. Please help me. I want to fix my Library so I can back it up.

    Do you mean the Artist and the Album
    Artist fields?
    There is the Artist field. This is for the
    artist(s) doing the song.
    There is the Album Artist field. This is for
    who's album it is.
    If there are featured artists on a song, I usually
    take them out of the Artist field and put it
    after the song title.
    "Smooth" - Santana featuring Rob Thomas becomes
    "Smooth featuring Rob Thomas" - Santana.
    This way I don't end up with a bunch of different
    artists showing up in the Artists column.
    That wwas exactly what I was talking about.

  • HT3819 what is the best way to share music from my home computers with sonos?

    I have 2 iMacs and a Macbook Pro, all with different music in iTunes. What is the best way to share all the music with Sonos? Home sharing or Music sharing?

    http://www.networkworld.com/reviews/2009/080709-review-5-usb-turntables-convert. html
    http://vinyl-converter-turntable-review.toptenreviews.com/
    I've always been partial to Numark and Audio-Technica. Have several DJ friends and a client who runs a DJ business, and they use Audio-Technica stuff almost exclusively.
    You may be surprised at how easy it is...
    With the exception of cameras (webcams especially) Macs are pretty much "Plug &Play" with anything USB, and even though I've never used one, reviews say you just plug the turntable in and it reads as a drive.

  • What is the best way to make my file in FCPX Compatible for a DVD.

    I am working with a file that is about 53 minutes in length.  The video is broken up into 14 3to5 minute videos.  During my project, as I completed each video, I saved a master file and shared as APPLE PRO RES so that I wouldnt lose anything as this is my first time working with FCPX.  This made a hi-def quicktime file of each video (came out great). Now I need to put the entire project together.  My individual master files are about 4g a piece and I would imagine putting them together, will be way too large to make a dvd with.
    My question is what is the best way to put it all together and export/share? I have all of the original projects still in FCPX, do i copy and paste them into one big file? Then share, and If I share what format should i share with?  I need to take the file, throw it on a external HD and put on my laptop to create the DVD in IDVD. Needs to be decent quality for the DVD.  I have read that I can create a DVD right from FCPX, but that would be impossible as I am working on a new imac with no burner!
    ANY HELP WOULD BE GREATLY APPRECIATED!

    jpqb48 wrote:
    My question is what is the best way to put it all together and export/share? I have all of the original projects still in FCPX, do i copy and paste them into one big file? Then share, and If I share what format should i share with?
    All sounds good.
    Create a new project and paste your 14 videos (projects) sequentially into it, Perhaps insert a gap clip and put in chapter markers if you want. Share>DVD. Should create a high quality disk.
    Good luck.
    Russ

Maybe you are looking for