Will Logic do this?

A friend of mine told me that Logic can extract drum parts from a mastered recording.
I see in some of the videos,drum tracks being replaced.I have some old material archived that I would like to remove the drum tracks and re-use them in
new projects.I probably would redo some parts,have some live players. etc..
I have OS 10 .4 Tiger,06' GB-probably will upgrade to a laptop and new GB.
Any suggestions?
thks

Given Apple's recent history with pro software tools, they really don't care that much about the professional market.
It seems the business model has become - if it doesn't sell iPhone/iPads, it isn't of much interest.
x

Similar Messages

  • Logic for this comparision of character type operands.

    Source field name: ZDCNFG
    Target Info Objects:
    ZDVD59
    ZDVD10
    ZDVD14
    ZDVD18
    ZDVD25
    ZDVD50
    Scenario1: If ZDCNFG = 2(10). 2 is quantity and 10 in brackets is part number (DVD format). So I will have to update the quantity respective field as shown below.
    ZDVD59: 0
    ZDVD10: 2 -->updated 10 part
    ZDVD14: 0
    ZDVD18: 0
    ZDVD25: 0
    ZDVD50: 0
    Scenario2: If ZDCNFG: 2(25)3(50)
    ZDVD59: 0
    ZDVD10: 0
    ZDVD14: 0
    ZDVD18: 0
    ZDVD25: 2 --> Updated
    ZDVD50: 3 --> Updated
    Scenario3: If ZDCNFG: 2(5)3(9) ---This is exceptional case. If we have 5 and 9 then add and assign 5 to ZDVD59 rest all are 0.
    ZDVD59: 5  Sum of DVD5 and DVD9
    ZDVD10: 0
    ZDVD14: 0
    ZDVD18: 0
    ZDVD25: 0
    ZDVD50: 0
    Quantity is the value which is out side the brackets. For e.g. in 10(5), 10 is the quantity.
    Can any one give me a logic for this.
    I was trying with CA  CS etc..but no charm.
    Thanks
    Kiran

    Kiran,
    This should work
    parameters: zdcnfg(50).
    data: zdvd59(3),
    zdvd10(3),
    zdvd14(3),
    zdvd18(3),
    zdvd25(3),
    zdvd50(3),
    rcnt type i,
    roff type i,
    temp type i.
    data: static(50).
    start-of-selection.
      static = zdcnfg.
      replace all occurrences of '(5)' in zdcnfg with '+' replacement count rcnt.
      if rcnt ge 1.
        zdcnfg = static.
        do rcnt times.
          replace first occurrence of '(5)' in zdcnfg with '+' replacement offset roff.
          temp = roff - 1.
          add zdcnfg+temp(1) to zdvd59.
        enddo.
      endif.
      zdcnfg = static.
      clear: roff, rcnt, temp.
      replace all occurrences of '(9)' in zdcnfg with '+' replacement count rcnt.
      if rcnt ge 1.
        zdcnfg = static.
        do rcnt times.
          replace first occurrence of '(9)' in zdcnfg with '+' replacement offset roff.
          temp = roff - 1.
          add zdcnfg+temp(1) to zdvd59.
        enddo.
      endif.
        zdcnfg = static.
      clear: roff, rcnt, temp.
      replace all occurrences of '(10)' in zdcnfg with '+' replacement count rcnt.
      if rcnt ge 1.
        zdcnfg = static.
        do rcnt times.
          replace first occurrence of '(10)' in zdcnfg with '+' replacement offset roff.
          temp = roff - 1.
          add zdcnfg+temp(1) to zdvd10.
        enddo.
      endif.
        zdcnfg = static.
      clear: roff, rcnt, temp.
      replace all occurrences of '(14)' in zdcnfg with '+' replacement count rcnt.
      if rcnt ge 1.
        zdcnfg = static.
        do rcnt times.
          replace first occurrence of '(14)' in zdcnfg with '+' replacement offset roff.
          temp = roff - 1.
          add zdcnfg+temp(1) to zdvd14.
        enddo.
      endif.
        zdcnfg = static.
      clear: roff, rcnt, temp.
      replace all occurrences of '(18)' in zdcnfg with '+' replacement count rcnt.
      if rcnt ge 1.
        zdcnfg = static.
        do rcnt times.
          replace first occurrence of '(18)' in zdcnfg with '+' replacement offset roff.
          temp = roff - 1.
          add zdcnfg+temp(1) to zdvd18.
        enddo.
      endif.
        zdcnfg = static.
      clear: roff, rcnt, temp.
      replace all occurrences of '(25)' in zdcnfg with '+' replacement count rcnt.
      if rcnt ge 1.
        zdcnfg = static.
        do rcnt times.
          replace first occurrence of '(25)' in zdcnfg with '+' replacement offset roff.
          temp = roff - 1.
          add zdcnfg+temp(1) to zdvd25.
        enddo.
      endif.
        zdcnfg = static.
      clear: roff, rcnt, temp.
      replace all occurrences of '(50)' in zdcnfg with '+' replacement count rcnt.
      if rcnt ge 1.
        zdcnfg = static.
        do rcnt times.
          replace first occurrence of '(50)' in zdcnfg with '+' replacement offset roff.
          temp = roff - 1.
          add zdcnfg+temp(1) to zdvd50.
        enddo.
      endif.

  • Will logical standby database be replaced by physical standby database?

    Will logical standby database be deprecated or replaced by physical standby database because of Real Time Query?
    As far as I know, because of the emergence of Real Time Query, physiacl standby database is easier to work than logical standby database. There are so many restrictions on using logical standby database.
    Will logical standby database be deprecated in the future?
    Message was edited by:
    frank.qian

    Good question - you are right that with the advent of Real Time Query, physical standby databases can provide the 'reporting database' functionality that you used to have to use a logical standby database for.
    But remember that logical standby databases allow additional schema objects, like materialized views and indexes, that you can't have with a physical standby (for the reasons Hans mentions). For example, you could have a index-light primary database for OLTP style workload, and an index-heavy logical standby, with MVs and dimensions for reporting, DW, etc.
    For this reason I don't expect logical standby will become deprecated.

  • What is Apple's logic behind this?

    I open a file (any kind will do) and make some changes. After I'm done, I hit CMD + W to close the file and the program correctly asks if I want to save my changes, close without saving, or cancel closing the file. The Save button is highlighted on the button and outside the button. If I hit the tab button, the outside highlight moves to the different buttons, but the button highlight remains on the Save option, so when I hit enter, it thinks I'm saying to Save.
    Can anyone explain the logic behind this? I just don't get why Apple thinks this is an efficient/right way to do things. Thanks for any helpful answers.

    Hi--
    To actually select the button that has focus (the outside highlight), hit the space bar.
    I suspect the rationale is something like this: they don't want to override the usual functionality of the buttons, but just offer a second or third way to select buttons.
    Many, if not most apps, particularly in the situation you describe, already have pretty solid keyboard shortcuts for the three buttons. Of course, "enter" for "Save", "esc" for "Cancel", and "command"-"d" almost always works for "Don't Save". From observation, of those people who use keyboard shortcuts in dialogs, this is by far the most common way they do it. I don't think I've ever seen anyone use the tab key in dialog boxes (and I think it's off by default except for navigating between text boxes).
    charlie

  • What to know the logic of this program :RV60SBAT

    i need to change this program based on my requirement , but i don't know the logic of this program ,there are some puzzles about the logic of the program. the requirement is that: when create the batchjob, the number of the batchjob is fixed , and the steps of the batchjob is also need to fixed, but the per step that contain the number of the customer is dynamicly. how to do it .i need to fix the step of the batchjob ,how to do it ?
    it is very emergency . who can give me some useful suggestion?
    Thanks in advance.

    Hello, Ming.
    I'm not sure whether this will solve your problem, but check OSS note 652219. It describes an adjustment to the SDBILLDL program so that you can schedule it directly in background instead of it being "spawned" by the RV60SBAT program. That way, it can be a "fixed" scheduled job.
    Hope this helps!
    Cheers,
    Des.

  • Will Logic 7.0.1 run on OS 10.4.6 or OS 10.4.8?

    Hello all,
    I started a thread last night on this subject but I don't think I worded it correctly. Will Logic 7.0.1 run on OS 10.4.6 and above? I'm running 10.3.9 now with great results but need to upgrade my OS due to daisy chaining my Presonus FirePod interfaces. Thanks to the two that responded to the original thread but would like a few more comments.
    Thanks,
    James

    But don't come crying to us when you have problems!  Just being a bit snarky.  You may be able to get things to work but you will probably not have a dependable system.  I recently created a Mavericks boot drive and installed fcp7 along with the other parts of the FCS studio.  For the most part everything worked fine, but the occasoinal hiccup when clients were in the room convinced me that working in Snow Leopard was the smarter move.   FCS is end of line and eventually I'm going to have to move to Avid or Premiere (or both). 

  • I accidently downloaded something that made my webcam flash on spuradically even once i deleted it. when i restarted my computer it got stuck at the white loading screen with the grey apple and wont go past there..what is wrong? will applecare cover this?

    i accidently downloaded something that made my webcam flash on spuradically even once i deleted it. when i restarted my computer it got stuck at the white loading screen with the grey apple and wont go past there..what is wrong? will applecare cover this?  my computer also slowed down drastically before it stopped working..thanks! HELP PLEASE!

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    Step 1
    The first step in dealing with a boot failure is to secure your data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since your last backup, you can skip this step.   
    There are several ways to back up a Mac that is unable to boot. You need an external hard drive to hold the backup data.
         a. Boot into the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    b. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    c. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to boot, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can boot now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    If you've booted from an external storage device, make sure that your internal boot volume is selected in the Startup Disk pane of System Preferences.
    Step 3
    Boot in safe mode. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you boot in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, your boot volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 5.
    If you can boot and log in now, empty the Trash, and then open the Finder Info window on your boot volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then reboot as usual (i.e., not in safe mode.)
    If the boot process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 4
    Sometimes a boot failure can be resolved by resetting the NVRAM.
    Step 5
    Launch Disk Utility in Recovery mode (see Step 1.) Select your startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then reboot as usual.
    Step 6
    Reinstall the OS. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 7
    Repeat Step 6, but this time erase the boot volume in Disk Utility before installing. The system should automatically reboot into the Setup Assistant. Follow the prompts to transfer your data from a Time Machine or other backup.
    Step 8
    This step applies only to older Macs (not current models) that have a logic-board ("PRAM") battery. Both desktop and portable Macs used to have such a battery. The logic-board battery is separate from the main battery of a portable. A dead logic-board battery can cause a gray screen at boot. Typically the boot failure will be preceded by loss of the startup disk and system clock settings. See the user manual for replacement instructions. You may have to take the machine to a service provider to have the battery replaced.
    Step 9
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store to have the machine tested. If you can't get to an Apple Store, go to another authorized service provider.

  • Thanks for responding.  Since I upgraded ITUNES to IOS 6, my IPOD Touch no longer works at all.  I had numerous apps, music and videos on this touch.  It made me restore to factory reset and it still does not work!!! Nothing I do will work on this touch n

    Thanks for responding. Since I upgraded ITUNES to IOS 6, my IPOD Touch no longer works at all. I had numerous apps, music and videos on this touch. It made me restore to factory reset and it still does not work!!! Nothing I do will work on this touch now. I have so much data on this, I don't want to loose or have to restore!
    Can you help me?
    Thanks

    If you restored to factory settings/new iPod and still have the problem that indicates a hardware problem.
    Make an appointment at the Genius Bar of an Apple store..
    Apple Retail Store - Genius Bar

  • White macbook 13inch are there are cases that will still fit this computer?

    I have a white macBook 7,1 intel core 2 Duo 2.4 GHz
    and i need to purchase a case, i know this model is old and discontinued
    but are there any similar cases that will still fit this computer?

    You might check iFixIt. Also, check eBay.

  • My mac will not open this specific website.

    Ok so I enjoy playing this game called rigs of rods. Very entertaining. Anyway all of a sudden my mac will not open this website no matter what I do. Every time it just times out and says can't connect to server. I know it isn't the website because I can access it on my phone over 4g and over the same wifi network that my mac is on. I have reset safari and logged into the guest account and it still wont work. The only way I have gotten the site to work was by using a IP blocker or booting into safe mode and using safari. I have tried to use 3 different browsers and none will work. I'm almost for sure it has to do with my network settings but I cant figure it out. Help would be greatly appreciated as this is getting very frustrating.

    Since you're running Lion, just try a new system install - it won't affect your data or apps, but you should, anyway, have a backup regardless.
    Boot to your Recovery partition by holding down the Command and R keys whilst booting. At the Recovery window, first repair permissions again, then verify and, if necessary, repair your hard drive. Then quite Disk Utility and elect to reinstall the OS anew - it will only overwrite system files and the like, not touching your data, apps, etc. It may take awhile to complete.
    After completion, reboot and see if the problem still exists. If it does, I'm just at a loss...
    Clinton

  • HT1296 I have not connected my iPad to a pc yet and it has my songs on it that are on iTunes, will I lose this if I plug it onto a PC?

    I have not connected my iPad to a pc yet and it has my songs on it that are on iTunes, will I lose this if I plug it onto a PC?

    Since you have never plugged the iPad into your computer's iTunes yet - you are syncing to a "new" computer so .... Yes you will lose the music if you sync it with iTunes before making this your syncing computer.
    But ..... You can transfer all of the iPad content into iTunes and that will make the iTunes library your new syncing library. Just follow all of the steps in this user tip and you will be OK. Then you will be able sync without losing anything.
    https://discussions.apple.com/docs/DOC-3141

  • I will type in google let say tree the search will click on to one of the searches and instead of tree web page showing up a ad page will come up this happens with very thing can you help.

    I will type in google let say tree the search will click on to one of the searches and instead of tree web page showing up a ad page will come up this happens with very thing can you help.

    You (or your kids) inadvertently installed adware. You do not need to download or install anything to fix it.
    Any tips on how to stop it from happening?
    Yes. To learn how to avoid it in the future read How to install adware.
    If you require them, Apple's removal instructions are linked in the Recovery Procedure near the end of that document. Read and follow them carefully. Pay particular attention to the easily overlooked passages directing you to restart your Mac when required.

  • I would like to use tethering for my camera Nikon D610 in lightroom (version 5.4 is installed). When will lightroom support this camera with tethering?

    I would like to use tethering for my camera Nikon D610 in lightroom (version 5.4 is installed). When will lightroom support this camera with tethering?

    We'll know when it happens, Lucht - software companies don't make support promises in advance.

  • My ipod nano 7g went off and will not start, this happened after I connect to my computer, my ipod will restart and I no longer turn on. I do?

    please help me my ipod nano 7g went off and will not start, this happened after I connect to my computer, my ipod will restart and I no longer turn on. what I do?

    Hey saintbless,
    Thanks for the question. The following article outlines troubleshooting information for iPod nano. While it mostly refers to the 6th generation, most steps apply for your model as well:
    iPod nano (6th generation): Hardware troubleshooting
    http://support.apple.com/kb/TS3474
    Will not turn on or screen remains dark
    - Connect iPod to power for at least ten minutes to ensure that the battery has enough charge to allow iPod to turn on.
    - If iPod does not turn on after ten minutes, try resetting the device while it is still connected to power. Reset the iPod by holding down the Sleep/Wake button and the Volume Down button for at least eight seconds or until you see the Apple logo appear.
    - If the Apple logo appears on the display, connect iPod to a computer and verify that it appears in iTunes and can play music. If iPod appears in iTunes and can play music, no further troubleshooting is needed.
    - If the screen remains dark and will not turn on, then your iPod may need service.
    Thanks,
    Matt M.

  • My iphone 5 is not syncing with my laptop and windows 8. cant find an itunes app for my laptop. is there something i can get that will help with this

    My iphone 5 is not syncing with my laptop and windows 8. cant find an itunes app for my laptop. is there something i can get that will help with this?

    Lbo51380 wrote:
    cant find an itunes app for my laptop. is there something i can get that will help with this?
    Go here -> http://www.apple.com/itunes/download/

Maybe you are looking for

  • How do I install Fedora 20 on ThinkPad X240 ?

    I have tried following things. 1. Disable secure boot. 2. Inserted altogather different harddrive (empty) 3. Enable and disabled USB UEFI I can't see how to do it... i am tired or cartoonish Win 8.1... Linux is my world.... Can some one point me in c

  • Quarter to months drilldown problem

    Hi, I need to create a repprt in which i need to calculate net sales for a quarter. and then when i drilldown on the quarter i should get monthly figures. Can someone please tell me how to implement this. Thanks

  • 11gr2 database compatible parameter

    I have a 11g r2 database and the compatible parameter was originally set to 11.2.0.0.0. I did an alter system set compatible='10.2.0.4' scope=spfiile; Now when I try to start the database, it says control file version 11.2.0.0.0 incompatible with ORA

  • Flash player for facebook

    I have installed the latest version of flash player (11.9.900.170) it is enabled. I cannot download multiply photos in facebook and the clouds do not appear in the adobe help screen. I have tried all that that the site recommends and cannot figure ou

  • Publish Iview into SAP Enterprise portals 6.0

    When we publish a template in BW Web Application designer as iview in Enterprise portals 6.0 where does it actually get stored. The message i receive is iview was saved. Please let me know where exactly it get stored Thanks in advance Arun