No index in Logic Express 9?

Why do they take out the index in Logic Express 9?  I can't believe this.
It was so easy to find things with L.E. 8.  You just looked it up in the back index and then go to that page.
I tried downloading the L.E.8 manual, but since I upgraded to 9, the upgrade doesn't see L.E. 8 and therefore won't give me the manual.
Does anyone have it or know where I can download a PDF of L.E.8?
Thanks
Peter

I found the PDF manual.  No need to respond.

Similar Messages

  • Logical Expression

    Hi,
    I have an internal table contains field for logical expression EQ, GE, GT etc.
    I would like to use this logical expression in my ABAP code.
    For example
    READ TABLE INTAB INDEX 1.
    Comparing the value of a and b based on the logical expression from the INTAB.
    How can i achieve this ?
    Thanks.
    Regards,
    Jon

    Hi,
        The required code has to be declared in the Macro defination, it is define between the statement DEFINE and END-OF-DEFINATION, with the help of CASE statement you can code for all the possible Options. Just check the below example.
    DATA : v_aaa TYPE i VALUE 50,
           v_bbb TYPE i VALUE 100.
    TYPES : BEGIN OF ty_ztab,
              field  TYPE c LENGTH 5,
              option TYPE c LENGTH 2,
            END OF ty_ztab.
    DATA : i_ztab  TYPE TABLE OF ty_ztab,
           wa_ztab TYPE ty_ztab.
    DEFINE macro.
      case &1.
        when 'GT'.
          if v_aaa gt v_bbb.
            write :/ v_aaa, 'Greater than', v_bbb.
          else.
            write :/ v_aaa, 'Less than', v_bbb.
          endif.
        when 'EQ'.
          if v_aaa eq v_bbb.
            write :/ 'Equal'.
          endif.
        when 'LT'.
        when 'NE'.
        when others.
      endcase.
    END-OF-DEFINITION.
    START-OF-SELECTION.
      wa_ztab-field = 'abc'.
      wa_ztab-option = 'GT'.
      APPEND wa_ztab TO i_ztab.
      CLEAR : wa_ztab.
      wa_ztab-field = 'cef'.
      wa_ztab-option = 'EQ'.
      APPEND wa_ztab TO i_ztab.
      CLEAR : wa_ztab.
      READ TABLE i_ztab INTO wa_ztab WITH KEY
                        field = 'abc'.
      IF sy-subrc = 0.
        macro wa_ztab-option.
      ENDIF.
    Output will be :-  50 Less than 100, which is written in ELSE condition of the CASE condition GT.
    Regards
    Bala Krishna.

  • Logic Express 9 and moving factory content...?

    Hello everyone, I know this has probably been asked before but I can't seem to find any posts on it.
    Is it possible to move the sample audio files installed with Logic Express 9 to an external hard drive? I'm basically running out of space on my main drive, quickly. I can't locate the files anywhere on the hard drive and I'm going bonkers trying to find them. I thought you could move them onto another drive and then re-index them inside Logic.
    Any response is greatly appreciated,
    -Jason

    Basically, they are in the Garageband loop folder - that's the tricky thing about them
    Go to *(system HD)/Library/Audio/Apple Loops/Apple/Apple Loops for GarageBand*
    that's where these little nuisances are.
    Make a backup (time machine) in case something doesn't work out as it should, then:
    Move them to an external HD, then re-index the loop browser to clear it of the missing loops,
    grab the folder where they are on the external HD and drag&drop it onto the Loop browser in Logic to re-index them. Done. If you are missing loops afterwards, you didn't drag&drop all of them onto the loop browser. Check twice.
    Fox

  • How do you add Jam Packs to the Logic Express 8 Loop Library?

    I'm new to both Logic Express and Jam Packs. I just installed the new Voices Jam Pack and it is installed in the audio folder in my user library but it isn't recognized by logic, since the loops don't show up in the loop browser. I do not know how to add them to my loop library so if anybody knows how to add them I would greatly appreciate any advice. Also, when I installed logic express, my garageband loop library disappeared; is this just because all the loops were converted to a new format for logic to use?

    Simply drag & drop your Voices Jam Pack folder into the LE8 loops browser and they will be indexed and added to the library. See page 644 in the manual for more information.
    Re: GarageBand loops, you can check your HD/Library/Audio and your ~/Libray/Audio for all your Apple loops to make sure you still have your GB loops in either .aif or .caf formats. I still have both versions on my iMac, but if I remember correctly, when I installed LE8 I created a new folder for Apple loops in order to preserve my originals. Once you find your GB loops, try dragging & dropping them into GB's loop browser. If their format was changed perhaps GB just needs you to point to them.

  • TS2567 Logic Express 9.1.8  compatible with Mountain Lion?

    I have just upgraded to Mountain Lion OSX 10.8.2 and am having some weird issues with Logic Express 9.1.8.  Are the two incompatible?  Or could my slightly outdated M-Audio Firewire 410 be the problem?  I've updated the M-Audio driver, but I think it's still an old version....

    To answer my own question, the problem is with M-Audio, not Logic Express.  The latest M-Audio driver does not equip the Firewire 410 to deal with Mountain Lion.  Strangely, one of the older ones seems to cope just fine.  If anyone else has these problems try this driver, which is meant to be for Mac OS 10.6.8 64-Bit, Mac OS 10.6.8 32-Bit, Mac OS 10.7.4:
    http://www.m-audio.com/index.php?do=support.drivers&f=1229
    Fingers crossed that M-Audio will eventually get round to updating their drivers properly.

  • Logic Express 7.2 don't start, always hangs!

    Hi,
    Logic Express 7.2 and the newest GarageBand is not working with my dual 2.7 G5. Even after the migration from my dual 2.5 G5 to this computer, these apps are not running. Before on my dual 2.5 G5 I also had no luck to get these apps to work. Restart won't help, now I quit every application and always tried to start these apps, because I thought of an application conflict. But this doesn't help. Next I treid the steps provided by some users here in the forum - like deleting plist, dupliate loops and index folders. Nothing worked. Seems the apps always hang at the CoreAudio init. Someone have a advice for me?
    Thx,
    Marty

    I had the same problem. You have an expired software synth, demo software, unsupported VST or AU or something that is causing Core Audio to not load. The offending file should be in library/application support/logic - clear out REX Shared Library, Rewire, or any third party, i.e. Native Instruments etc. software support files.
    I'm not sure what was causing the hang for me as I removed a bunch of this stuff at the same time but Logic and Garageband came back after some spring cleaning.
    Be patient and thorough and you'll figure it out.

  • How do i import 3rd party VST plug-ins into Logic Express 8???

    I downloaded some vst plug-ins for logic express online somewhere and the instructions to install them says to go to library/audio/plug-ins/vst and to just drop them in there. i do that, but then when i drop them in there and then start up Logic, they're no where to be found in the program
    is there another way you are suppose to import vst's?

    You can't use VST plugins straight in Logic. The format recognized is AU (Audio Units) but there is a workaround using a program called VST to AU Adapter.
    http://www.fxpansion.com/index.php?page=5
    cheers
    rob

  • Need Help!! recording Korg MS2000 in Logic express 8.

    So I've been trying to record sounds from my korg ms2k in logic express 8 but I can't seem to access any of the sounds. My connections are solid because I tested them in macs audio MIDI setup, plus I'm able to use the ms2k to control the software instruments which came with logic. I created an environment based on tutorials I could find online, connected my MIDI port found in the physical input to the sequencer input & armed the track but nothing happens. I also performed a data dump on my korg and downloaded a patch librarian but I'm not really sure how to access it within logic. I'm kinda new to all this and it's highly probable that I'm missing some steps or doing something wrong. If any one can give me a hand with this I truly would appreciate it. Thanks.

    I see ... well since you can record using the internal virtual instruments your midi data is going to Logic so it HAS to be something in the settings. Wish I could be more specific but I personally haven't used that function. If you don't get an answer here try this forum.
    http://community.sonikmatter.com/forums/index.php
    They are VERY "business like" and not much on pleasant small talk BUT they know what they're talking about and can probably tell you exactly what you need to do.
    Good luck.

  • How to work with Logic Express 8 and Garageband 11 v.6.0.4?

    I just installed Logic Express 8 and I don't know what it's done to my existing Garageband files - they seem to have been overwritten into Logic folders. I don't seem to be able to open them in either program. I'm sure there are answers buried in the files here, but I'd appreciate a quick How To, please! Can't work.

    You need more to be sure the Digidesign core audio drivers are installed for your MBox, which are separate from the firmware upgrade.
    A standalone installer for the OS X (10.4) drivers can be found at:
    http://www.digidesign.com/index.cfm?langid=100&navid=54&itemid=24268
    While I'm glad to hear you're using Logic, your iMac should have no problem running ProTools LE. The current version, 7.3, has universal binary support for the new intel Macs .... dependign on the version you have, though, you may need to pay a small amount to upgrade to 7.3 The updaters for 7.3 also include the core audio driver package I mentioned above, and the ProTools LE 7.3 updaters can be found at:
    http://www.digidesign.com/index.cfm?navid=3&langid=100&eid=170&categoryid=36

  • Logic Express for news recording and editing?

    Based on the recommendation of many friends who work in public radio I bought a Digidesign M-Box 2 Mini and got ProTools to use for doing audio editing on news and spoken word projects. The thing has been a real pain in the butt causing me hundreds of system crashes and endless problems with my MacBook Pro (Late 2008). Digidesign has admitted that their M-Box driver is defective but they can't fix the current drivers 'cause they are soooo busy working on support for Snow Leopard (Which they may deliver sometime in Spring 2010). ProTools also requires that you have the M-Box connected to your system in order to launch the program.
    I'm fed up with being forced to connect a defective interface to my laptop every time I want to use ProTools and ready to try something else. Are the audio editing tools in the new Logic Express 9 good enough to use for this kind of work?
    I could almost get away with using Garage Band but it's a bit limited with support for only 16-bit audio (most news sources are pretty quiet and need boosting) and the GB interface makes me crazy.

    I think Logic is overkill for what you need - you'll never use 95% of it for recording/editing spoken word audio files.
    Although I'm not familiar with manipulating audio for news use, I'd think that something like Amadeus Pro would do the job.
    http://www.hairersoft.com/AmadeusPro/AmadeusPro.html
    with an interface such as an AudioFire like this:
    http://www.echoaudio.com/Products/FireWire/AudioFire4/index.php
    which is very good quality, reliable, and not expensive.
    BTW, recent versions of GarageBand do support 24-bit recording.
    http://support.apple.com/kb/HT1016

  • How to create an ABAP Query with OR logical expression in the select-where

    Hi,
    In trying to create an ABAP query with parameters. So it will select data where fields are equal to the parameters entered. The default logical expression is SELECT.. WHERE... AND.. However I want to have an OR logical expression instead of AND.. how can I attain this??
    Please help me on this.. Points will be rewarded.
    Thanks a lot.
    Regards,
    Question Man

    Hi Bhupal, Shanthi, and Saipriya,
    Thanks for your replies. But that didn't answer my question.
    Bhupal,
    You cannot just replace AND with OR in an ABAP QUERY. ABAP QUERY is a self generated SAP code. You'll just declare the tables, input parameters and output fields to be displayed and it will create a SAP standard code. If you'll try to change the code and replace the AND with OR in the SAP standard code, the system will require you to enter access key/object key for that particular query.
    Shanthi,
    Yes, that is exactly what need to have. I need to retireve DATA whenever one of the conditions was satisfied.
    Saipriya,
    Like what I have said, this is a standard SAP code so we can't do your suggestion.
    I have already tried to insert a code in the ABAP query (there's a part there wherein you can have extra code) but that didn't work. Can anybody help me on this.
    Thanks a lot.
    Points will be rewarded.
    Regards,
    Question Man

  • Dynamic Logical Expressions in ABAP: IF (lt_cond)...

    is it possible to have a dynamically constructured logical expression?
    I have a condition I need to use in an IF, but I want to avoid hard-coding, so I dynamicallybuild it.
    for a simple example:
    CONCATENATE ITAB-f1
               'EQ'
               varValue
               INTO lt_cond SEPARATED BY SPACE.
    IF (lt_cond).
      WRITE:/ 'Success'.
    ENDIF.
    Is it possible to do this?
    NL

    I am trying to use the macro to check an IF (cond).
    cond is a dynamically constructed condition.
    The bold part of my code way below is my problem area.
    I'm having no trouble getting COND constructed. But I am having trouble between my macro and the processing as my error always tells me I'm calling my macro without 2 actual parameters. Or when I DEFINE my macro with &1 instead of &1 &2, I get 'incorrect logical expression'.
    I've read all the documentation I can find on this, but i still cannot figure out why my macro is not processing.
    Code is lengthy, but if you can, please help.
    I'm anticipating the output to be 'FAILURE' at this point. I just want the condition COND to be processed.
    data: tabfield(20) type c,
          orcheck type I,
          cond type string.
    DATA: BEGIN OF ITAB_NOTIDX OCCURS 0,
          FIELD LIKE ZDOLTARC02-SEARCHFLD,
          VALUE LIKE ZDOLTARC03-VALUE,
          STRUCTURE LIKE ZDOLTARC02-STRUCTURE,
          AOBJ LIKE ZDOLTARC02-A_OBJ,
          END OF ITAB_NOTIDX.
    DATA: BEGIN OF ITAB_AOBJ OCCURS 0,
          AOBJ LIKE ZDOLTARC02-A_OBJ,
          END OF ITAB_AOBJ.
    DATA: ITAB_AOBJF LIKE ITAB_AOBJ.
    DATA: ITAB_NOTIDXF LIKE ITAB_NOTIDX.
    DATA: varAOBJ LIKE ZDOLTARC02-A_OBJ.
    ITAB_NOTIDXF-FIELD = 'LIFNR'.
    ITAB_NOTIDXF-VALUE = '123'.
    ITAB_NOTIDXF-STRUCTURE = 'BKPF'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'LIFNR'.
    ITAB_NOTIDXF-VALUE = 'ABC'.
    ITAB_NOTIDXF-STRUCTURE = 'BKPF'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'LIFNR'.
    ITAB_NOTIDXF-VALUE = '001'.
    ITAB_NOTIDXF-STRUCTURE = 'BKPF'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'SAKNR'.
    ITAB_NOTIDXF-VALUE = '111'.
    ITAB_NOTIDXF-STRUCTURE = 'BSEG'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'SAKNR'.
    ITAB_NOTIDXF-VALUE = '222'.
    ITAB_NOTIDXF-STRUCTURE = 'BSEG'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'KUNNR'.
    ITAB_NOTIDXF-VALUE = 'CCC'.
    ITAB_NOTIDXF-STRUCTURE = 'BSEG'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    ITAB_NOTIDXF-FIELD = 'KUNNR'.
    ITAB_NOTIDXF-VALUE = 'DDD'.
    ITAB_NOTIDXF-STRUCTURE = 'BSEG'.
    ITAB_NOTIDXF-AOBJ = 'FI_DOCUMNT'.
    APPEND ITAB_NOTIDXF TO ITAB_NOTIDX.
    LOOP AT ITAB_NOTIDX.
      WRITE:/ ITAB_NOTIDX-FIELD, ITAB_NOTIDX-VALUE, ITAB_NOTIDX-STRUCTURE, ITAB_NOTIDX-AOBJ.
    ENDLOOP.
    DATA: VARFIELDNAME LIKE ZDOLTARC02-FIELD.
    CONCATENATE cond
               INTO Cond.
    SORT ITAB_NOTIDX BY AOBJ FIELD.
    varFieldName = Itab_NOTIDX-FIELD.
    ORCHECK = 0.
    ITAB_AOBJF = 'FI_DOCUMNT'.
    APPEND ITAB_AOBJF TO ITAB_AOBJ.
    LOOP AT ITAB_AOBJ.
       MOVE ITAB_AOBJ-AOBJ TO varAOBJ.
       WRITE:/ varAOBJ.
       LOOP AT ITAB_NOTIDX WHERE AOBJ EQ varAOBJ.
               WRITE:/ 'LOOP TEST'.
            IF ITAB_NOTIDX-FIELD EQ varFieldName.
                 WRITE:/ VARFIELDNAME.
                 IF ORCHECK <> 0.
                 CONCATENATE cond
                                'OR'
                                INTO cond SEPARATED BY SPACE.
                 ENDIF.
                 CONCATENATE ITAB_NOTIDX-STRUCTURE
                        ITAB_NOTIDX-FIELD
                        INTO tabfield.
                 CONCATENATE cond
                        tabfield
                        'EQ'
                        '''' ITAB_NOTIDX-value ''''
                        INTO cond SEPARATED BY SPACE.
                 ORCHECK = ORCHECK + 1.
            ELSE.
                MOVE ITAB_NOTIDX-FIELD TO varFieldName.
              WRITE:/ '2', VARFIELDNAME.
                CLEAR TABFIELD.
              ORCHECK = 0.
              CONCATENATE ITAB_NOTIDX-STRUCTURE
                    varFieldName
                    INTO TABFIELD.
                 CONCATENATE cond
                        'AND'
                        TABFIELD
                    'EQ'
                    '''' ITAB_NOTIDX-VALUE ''''
                        INTO cond SEPARATED BY SPACE.
                    ORCHECK = ORCHECK + 1.
            ENDIF.
       ENDLOOP.
    ENDLOOP.
    CONCATENATE COND
                INTO COND.
    write:/ COND. "constructed properly
    <b>DEFINE my_dynamic_check.
    if &1, &2.
      write:/ 'Success'.
    else.
      write:/ 'Failed'.
    endif.
    END-OF-DEFINITION.
    my_dynamic_check (cond).</b>

  • Logical expression( = , =, , ) in read statement

    Hi All,
    Is it possible to use the logical expressions like (<= , >=, <, >) in the read statement?

    While you can only use "=" with the READ statement, you can use the READ statement to position the cursor at the first record you want and then use the LOOP with your operators to get only those records you want (assuming standard tables that have been correctly sorted). This can be very efficient.
    There have been many discussion about this in the forums. Please search and you'll see them.
    Rob

  • Logical expressions in Link editor

    Hi all,
    Is it possible to define logical expressions (using AND, OR) in the Link editor of BLS or are we left with only using the Conditional Action block? Thanks...

    Yes it is.
    For AND : <<Condition1>> <b>&&</b> <<Condition2>>
    For OR : <<Condition1>> <b>||</b> <<Condition2>>
    You can use the <b>double ampersand (&&)</b> for <b>AND</b> and <b>double pipe (||)</b> for <b>OR</b>

  • Help! Logic Express 8 does not work on my Mac Pro with OS 10.5.1

    Hello, I hope somebody around here is able to help me.
    I have got a new Mac Pro with one Quad core processor since yesterday and it works fine except for Logic Express 8 (version 8.0.1). Whenever I start Logic the program crashes as soon as "Core Audio initialisieren" is shown in the display. I have tried to reinstall the program, deleted it completely and installed it again. It is always the same.
    Has anyone else experienced this problem? What can I do about it? I am a musician and I really need Logic Express to run.

    Confused. 10.6 is DVD based. Only Lion and above are downloads.
    And best install is not to upgrade. Do a clean install  - on another drive.
    Corrupt partition tables or bad sectors or no room to adjust the partitions or the directory is corrupt.
    ERASE the drive if Repair Disk didn't work.

Maybe you are looking for