Using NI & non-TDM plugz on HD/2 system with Logic 8 as front-end

For the life of me I can not figure out why in Logic 8, using a TDM Configuration, why I can only use what looks to be TDM plugz in my session?
I used to love being able to run Guitar Rig as a DAE channel in Logic...
Did Apple do away with RTAS support in Logic 8? This config worked fine using my G4 with a mix plus system in Logic 7.1.1
So now the only way I would be able to use my non-TDM plugz in a Logic 8 TDM configured session would be to use the Core Audion functionality alonside the DAE/Direct TDM functions as well? One would think this could create many problems for my lit'l MacPro to not flake-out on me having two audio configurations running at the same time.
Any input or similar issues with this matter would be greatly appreciate.
Thanks,
Ryan
System:
MacPro Dual 2.66 GHz
OS 10.4.10
Pro Tools HD/2
Logic 8.0.1
Komplete 5

Hi,
see some comments inline:
Phatelvis wrote:
For the life of me I can not figure out why in Logic 8, using a TDM Configuration, why I can only use what looks to be TDM plugz in my session?
I used to love being able to run Guitar Rig as a DAE channel in Logic...
Did Apple do away with RTAS support in Logic 8? This config worked fine using my G4 with a mix plus system in Logic 7.1.1
There was never "RTAS" support in Logic, you are referring to "HTDM" support way back then.
But it was Digidesign who abandoned "HTDM" support.
So now the only way I would be able to use my non-TDM plugz in a Logic 8 TDM configured session would be to use the Core Audion functionality alonside the DAE/Direct TDM functions as well? One would think this could create many problems for my lit'l MacPro to not flake-out on me having two audio configurations running at the same time.
Thinking about GuitarRig and the needed audio input you should run CoreAudio in addition to DAE and deactivate DTDM (DirectTDM) because of missing audio inputs.
Any input or similar issues with this matter would be greatly appreciate.
Thanks,
Ryan
System:
MacPro Dual 2.66 GHz
OS 10.4.10
Pro Tools HD/2
Logic 8.0.1
Komplete 5
Best,
21th

Similar Messages

  • Using a non-static vector in a generic class with static methods

    I have a little problem with a class (the code is shown underneath). The problem is the Assign method. This method should return a clone (an exact copy) of the set given as an argument. When making a new instance of a GenericSet (with the Initialize method) within the Assign method, the variables of the original set and the clone have both a reference to the same vector, while there exists two instances of GenericSet. My question is how to refer the clone GenericSet's argument to a new vector instead of the existing vector of the original GenericSet. I hope you can help me. Thanks
    package genericset;
    import java.util.*;
    public class GenericSet<E>{
    private Vector v;
    public GenericSet(Vector vec) {
    v = vec;
    private <T extends Comparable> Item<T> get(int index) {
    return (Item<T>) v.get(index);
    public static <T extends Comparable> GenericSet<T> initialize() {
    return new GenericSet<T>(new Vector());
    public Vector getVector() {
    return v;
    public static <T extends Comparable> GenericSet<T> insert (GenericSet<T> z, Item<T> i){
    GenericSet<T> g = assign(z);
    Vector v = g.getVector();
    if (!member(g,i))
    v.addElement(i);
    return g;
    public static <T extends Comparable> GenericSet<T> delete(GenericSet<T> z, Item<T> i){
    GenericSet<T> g = assign(z);
    Vector v = g.getVector();
    if (member(g,i))
    v.remove(i);
    return g;
    public static <T extends Comparable> boolean member(GenericSet<T> z, Item<T> i) {
    Vector v = z.getVector();
    return v.contains(i);
    public static <T extends Comparable> boolean equal(GenericSet<T> z1, GenericSet<T> z2) {
    Vector v1 = z1.getVector();
    Vector v2 = z2.getVector();
    if((v1 == null) && (v2 != null))
    return false;
    return v1.equals(v2);
    public static <T extends Comparable> boolean empty(GenericSet<T> z) {
    return (cardinality(z) == 0);
    public static <T extends Comparable> GenericSet<T> union(GenericSet<T> z1, GenericSet<T> z2) {
    GenericSet<T> g = assign(z1);
    for(int i=0; i<cardinality(z2); i++) {
    Item<T> elem = z2.get(i);
    insert(g, elem);
    return g;
    public static <T extends Comparable> GenericSet<T> intersection(GenericSet<T> z1, GenericSet<T> z2) {
    GenericSet<T> g = initialize();
    for(int i=0; i<cardinality(z2); i++) {
    Item<T> elem = z2.get(i);
    if(member(z1, elem))
    insert(g, elem);
    return g;
    public static <T extends Comparable> GenericSet<T> difference(GenericSet<T> z1, GenericSet<T> z2) {
    GenericSet<T> g = initialize();
    for(int i=0; i<cardinality(z1); i++) {
    Item<T> elem = z1.get(i);
    if(!member(z2, elem))
    insert(g, elem);
    for(int i=0; i<cardinality(z2); i++) {
    Item<T> elem = z2.get(i);
    if(!member(z1, elem))
    insert(g, elem);
    return g;
    public static <T extends Comparable> GenericSet<T> assign(GenericSet<T> z) {
    GenericSet<T> g = initialize();
    for(int i=0; i<cardinality(z); i++) {
    Item<T> elem = z.get(i);
    insert(g, elem);
    return g;
    public static <T extends Comparable> boolean subset(GenericSet<T> z1, GenericSet<T> z2) {
    for(int i=0; i<cardinality(z1); i++) {
    Item<T> elem = z1.get(i);
    if(!member(z2, elem))
    return false;
    return true;
    public static <T extends Comparable> int cardinality(GenericSet<T> z){
    Vector v = z.getVector();
    return v.size();
    }

    The issue is not "reference a non-static interface", but simply that you cannot reference a non-static field in a static method - what value of the field ed would the static method use? Seems to me your findEditorData should look something like this:   public static EditorBean findEditorData( String username, EditorBean editorData )
          return editorData.ed.findEditor( username );
       }

  • How do I use firesync for the first time across 3 systems with different bookmarks? How do I combine initially?

    If I have a need for firesync, it stands to reason that I have previously been using 2 systems. So my first step is to combine the 2 firefox profiles, but I do not see documentation for this

    Duplicated.
    https://support.mozilla.com/en-US/questions/853267

  • Issue: non-root access to Java Desktop System

    Hello,
    Rookie here. i have been using Solaris 10 with no problem and accessing the GUI thru the Java Desktop system with no problem. i created a new non-root user 'user1' on the system with all default parameters assigned to the user when doing 'useradd user1'. these default parameters assume a default home directory is assigned to the user, correct? i am able to access the system with 'user1' via console and remote, but i cannot access the GUI thru the Java Desktop system with this user. It accepts my credentials then it flashes a couple of times and sends me back to the welcome log-in screen.
    Are there additional permission that i need to grant this user to access GUI via JDS? i'm able to do everything else as normal. Any help is appreciated.

    doing 'useradd user1'. these default parameters assume a default home directory is assigned to the user, correct? i am Incorrect. man useradd paying attention to -d and -m. Solaris defaults to /export/home and will usually throw an error if you try to use /home as it's controlled by the automounter.
    If it's just a test user account then userdel followed by useradd again.
    alan

  • First off, i think it's sad that i have to use my non apple device to post this question... Why has my iPad become absolutely useless after updating to iOS 8.1? I am unable to use my mini because it crashes, slow performance, major battery drain.

    First off, i think it's sad that i have to use my non apple device to post this question... Why has my iPad become absolutely useless after updating to iOS 8.1? I am unable to use my mini because it crashes, slow performance, major battery drain.

    Restore iPad to Factory Default; do not restore from backup. It may be the cause of the problem.
    Settings>General>Reset>Erase all content and settings

  • Can I use a non apple wireless hard drive with time machine?

    Can I use a non apple wireless hard drive with time Machine?

    Some NAS (network storage) systems do claim to support Time Machine, with varying levels of success. For example, the Synology units have this feature. They're not officially supported by Apple, though.
    Matt

  • Can Jdeveloper Be Used For Non-Oracle Databases

    I have been trying to evaluate Jdeveloper 9i and Jbuilder 7 Enterprise for Swing database development. I am particularly interested in the productivity enhancements such as BC4J and Jclient. The underlying database might be Oracle, SapDb (excellent, easy to use, and free), SQLServer, etc.
    I evaluated Jbuilder Enterprise tools and it worked flawlessly with SapDb. This emphasized using their DataExpress and DbSwing components which provide many useful capabilities similar to BC4j and Jclient. It also involved using their DBPilot tool which allows browsing similar to that provided via a Jdeveloper connection.
    I tried to use Jdeveloper for the same SapDB and it is essentially non-functional. I followed the instructions for using a non-default driver and tried to define a connection. It behaved inconsistently: often saying no suitable driver can be found and yet when you edit the connection and test without making any changes, it works. If you try to establish a BC4J definition, it is very inconsistent and fails to recognize important details as foreign keys. Even if you define a ViewLink manually, it still does not work properly if you attempt to define a Master-Detail Jclient form. As I have stated, all these types of capabilities worked flawlessly in their Jbuilder equivalent. Furthermore, I really like the fact that Jbuilder gives many of BC4Js benefits without needing a BC4J J2EE container.
    Has anyone had real success using Jdeveloper's advanced features to develop for non-Oracle databases and if so, how did you get around these types of problems?

    Hi,
    generally, SCAN can be used for 10g databases and you discovered the first half: for 10g databases you will have to modify the REMOTE_LISTENER entry for each 10g database instance to point to the SCAN listeners (as opposed to pointing to the remote local listeners, which is the default in 10g). You could even have the databases registers themselves with SCAN and the remote listeners, if you wanted to... It's more or less a matter of configuration. But for simplification reasons, I will stick to the case where you have your 10g databases register with the SCAN listeners only.
    Now the other half is the client and the client configuration. An 11g Rel. 2 client configured for RAC would have a TNSNAMES entry that has only one address line for the RAC databases. The host entry in this one address line should point to the SCAN (the SCAN name is ideally resolved in DNS). A 10g client configured for RAC would have as many address lines in the TNSNAMES as you have nodes in the cluster.
    The 10g client SCAN configuration would then be in the middle so to speak: You would have 3 address lines in your TNSNAMES, in which each host entry would resolve to one SCAN address (I assume you will use the recommended default of 3 SCAN IPs). If you choose, you can have a name resolution for each of your SCAN IPs, but this would not be required. Now, why would you do it this way? Because this configuration will always work and does not make you dependent on certain functionality that your DNS server may or may not offer.
    For the remaining questions: SCAN is a DNS entry resolving one name to more than one (typically 3) IP addresses. OID is short for Oracle Internet Directory, which is a complete LDAP server. And you are right that there is no document how to configure 10g clients for SCAN from Oracle yet. However, there is a quite good document on SCAN on otn.oracle.com/rac, but I am sure you are aware of it already.
    Hope that helps. Thanks,
    Markus

  • Can i use a non-apple keyboard with my imac?

    can i use a non-apple keyboard with my imac?

    Welcome to the Apple Support Communities
    You can use the keyboard you want with your iMac. However, note that some keys, as the Command key, aren't present in non-Apple keyboards. For example, in a non-Apple keyboard, you have to press the Windows key because that's the replacement of the Command key of an Apple keyboard

  • How to get the list of Used Quotations & Non Used Quotations

    Hi MM Gurus,
    How to get the list of Used Quotations & Non Used Quotations.
    i am not talking about Open quotation ,closed quotation..
    if once i created PO through quotation it should be used quotation. i not created PO through quotation
    it s should be Non used quotation. how to get this list through when we create PO  through ME21N
    document over view. is there any opetion in Dynamic selection or somthing ..???
    Thanks in Advance..
    Anthyodaya.

    ok.

  • Use the Non-Touch Version of Aurora

    In Windows 8 (and 8.1), the touch version of Aurora completely dominates the Start Menu, making it very difficult to use the non-touch version.
    I also try pinning a shortcut to the non-touch version, but in Windows 8, every time there is an update, it overwrites my shortcut with the new touch-enabled icon. In Windows 8.1, I simply cannot pin a shortcut to the non-touch version. Additionally, pasting a shortcut into the Start Menu folder doesn't work either. Previously, in Windows 8, I could paste the shortcut, and it would appear "as is," but that no longer works in Windows 8.1. This is getting extremely annoying.
    I have tried to submit feedback about the before, but in the past few weeks, the issue has remained unresolved.

    I can see that they are entirely different, but I am looking for a workaround, since, as I said, I don't use desktop icons (nor do I want to). Other applications have two different Start Menu icons, so if there is a workaround where I can create a new icon that opens the desktop version, then I would appreciate that.

  • Planning using the Non-Cumulative Key figures

    HI,
    In my reporting requirement for IP, I need to get some actual values from the cube 0IC_C03. The key figues which I required are 0VALSTCKVAL and 0TOTALSTCK, but these 2 are non-culative key figures. When I selected these 2 key figures in my aggregation level, it is throwing an error message as "InfoObject 0VALSTCKVAL(Version A) is not compounded and Aggregation level is inconsitent".
    I read in some document that, it is not possible to use non-cumulative keyfigures in ALVL.
    I searched in SDN and SERVICE also, but some documents are saying that, in new path level (19) it is possible. Now I using the path level 18 only. In this case how we have to use these non-cumulative keyfigues,, please sugguest me...
    Thanks in advance...
    Regards
    Rajesh

    Hi
    Non-cummulative keyfigures are not supported fro planning and teh error thrown is correct.Please find the help link which gives what are supported and not supported as part of aggregation levels.
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/1c3c7031b70701e10000000a422035/content.htm
    Regards, Hyma

  • Can I use a non-sinewave inverter to power my macbook

    Some power supplies can not tolerate the output of inverters that are not sine wave. I don't want to experiment  using my non- sinewave inverter and find out that the Magsaf power adapter smokes.

    You should use your serial number to lookup the Technical Specifications for your MAC.  The current MB specs are:
    Electrical and operating requirements
    Line voltage: 100V to 240V AC
    Frequency: 50Hz to 60Hz
    Operating temperature: 50° to 95° F (10° to 35° C)
    Storage temperature: -13° to 113° F (-24° to 45° C)
    Relative humidity: 0% to 90% noncondensing
    Maximum operating altitude: 10,000 feet
    Maximum storage altitude: 15,000 feet
    Maximum shipping altitude: 35,000 feet
    You can go ahead and test it on the inverter.  The voltages produced by the inverter - whether a proper sine-wave or a chopped square-wave - are safe for your adapter.
    What you need to test is that the adapter does not "need" an accurate clock signal.  It is common for desktop computers in North America to use the 60-hz sine-wave for a timebase in the DC output regulator.
    Square waves don't have the same zero-cross timing as a sine-wave, so the output voltage would not work with anything but a true sine-wave inverter.
    I doubt your adapter will care since I have yet to see any laptop or portable with an external p/s that does.
    Pop out your battery, and see if you can boot from the adapter on the inverter.  If you can, then your good to go!
    Let me know how it works out.

  • How to use a non-standard true type font that won't be changed by the native environment on others' computers when they open the document?

    We are using a non-standard true type font (Zurich Ex BT) when creating a .pdf document but when others view it, the font is changed on their computers.  How do we use this font and keep it from being changed when others look at it?

    This is actually good stuff and well written but I hesitate to advise people to use either the "oven trick" or really even the heat gun method as both are notriously short-lived even if they appear effective. Your far better bet is to send the board in to one of the vendors on the internet who are set up to do a proper reball. Even those fixes are good for maybe 12-18 mos. But again, you get a high grade for spelling it out.

  • Use of non-migratable database link not allowed in OSB

    Hi All,
    I have a procedure in which tables are invoked using Database links.
    Now I have created a business service which uses this procedure. However I am getting below error
    The invocation resulted in an error: Invoke JCA outbound service failed with application error, exception: com.bea.wli.sb.transports.jca.JCATransportException: oracle.tip.adapter.sa.api.JCABindingException: oracle.tip.adapter.sa.impl.fw.ext.org.collaxa.thirdparty.apache.wsif.WSIFException: servicebus:/WSDL/E2xInterface_V1/WSDL/GetEWOStatus [ GetEWOStatus_ptt::GetEWOStatus(InputParameters,OutputParameters) ] - WSIF JCA Execute of operation 'GetEWOStatus' failed due to: Stored procedure invocation error.
    Error while trying to prepare and execute the SP_GETEWOSTATUS API.
    An error occurred while preparing and executing the SP_GETEWOSTATUS API. Cause: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-24777: use of non-migratable database link not allowed
    can we use dblink in procedure while accessing through business service. Please let me know.
    Thanks
    Chandana

    hello gurus . i have same problem on my stored procedure what is a non xa datasource. how can i create on my weblogic server

  • Effect of Force use of non-existing index in program

    Hi,
    What is the Effect of Force use of non-existing index in program?
    We have forced the use of a custom index in our program, i want to know the effect in the program if in the future this index will be deleted or removed from the database?
    Thanks a lot!

    Hi Freishz,
    >
    freishz wrote:
    > What is the Effect of Force use of non-existing index in program?
    > We have forced the use of a custom index in our program, i want to know the effect in the program if in the future this index will be deleted or removed from the database?
    Hints note, it is a hint not a command, are ignored by the optimizer if they are not
    syntactically and/or semantically correct. An index hint pointing to a non-exisitng index
    is semantically not correct -> will be ignored. (A normal costing with the available indexes
    is done).
    Kind regards,
    Hermann

Maybe you are looking for

  • Index not being used in Select statement

    Friends I have the following SQL statement: SELECT a.acct, a.date_field, UPPER(b.feegroup) feegrp, SUM (a.fee1) fee1, SUM (a.fee2) fee2, SUM (a.fee3) fee3 FROM table1 a, table2 b WHERE 1 = 1 AND a.fee_id = b.fee_id GROUP BY a.acct, a.date_field, b.fe

  • Modify Vendor Search Term # 2 While Saving.

    Hi Experts, I'm trying to modify and save trought a BADI VENDOR_ADD_DATA -> SAVE_DATA the search term #2. i've typed the following code to try it, but it does´nt make any change, please help me : DATA: sort1(30),           sort2(30),           zsendv

  • D the new itunes but my 3Gs cant see it.

    I loaded the new itunes but it cant see my 3Gs. I then uninstalled and tried to load an earlier version but I now get this message " The file itunes Library .itl cannot be read because it was created by a newer version of itunes. I am trying to up da

  • BPC 7.5 NW - COPY DATA in ScriptLogic

    Hi we have this code ok. *WHEN CTA_HHRR *IS BAS(REMUNERACIONES) *REC( FACTOR = ([CTA_HHRR].[PARAM_000000001],[Centro_De_Costo].[Dummy]),BAS(REMUNERACIONES) ) *ENDWHEN Now, we need copy data value inserted in ACCOUNT1 for 2010.ENE to FEB.2010 until 20

  • Alternate Color in Data Entry

    Link to: http://isd.datc.edu/sites/isd.datc.edu/files/Modification%20Form%20XMLx.pdf Notice when you add multiple lines to the second table. Every other line is white/grey. Go to the last table in the form and do the same. Every line is grey. How do