Virtual Instrument loading problem

Has anyone else encountered this in 8.01 please? It's intermittent but frustrating.
I have a default project that contains, amongst other tracks, 8 virtual instrument tracks. Since 8.01, I keep getting a situation where I select a track, pick a preset from the library, record a few bar on a loop, switch record off but keep the looped recording playing, select the track below (track name box turns lighter grey), go to the library and pick another preset - only for it to overwrite the instrument on the previous track instead of load it into the new track!
Anyone else getting this? If it's a factor, I usually start with an arrange window screenset that doesn't show the library, then switch to another set with the library already open using the number keypad when I want to access new sounds - and then switch back to the other screenset to reveal more arrange window space again..
So far I haven't lost anything important, but can imagine editing a sound on one track and then accidentally losing it before it's saved.
Undo doesn't seem to take you back to the previous preset either.
I'm using 8.01 and Tiger on an 8-core Intel Mac.

Sorry if it's not too helpful, but all I can say is that VG2 is working fine as an instrument on my intel Mac Pro.
A quick glance at the 'info' screen tells me it's version 2.0.0.419
I'm still on OS 10.4.8 as well, since I've been too busy to attempt the 10.49 update... Maybe that's a factor as well.
good luck with it.

Similar Messages

  • When trying to install Aid Virtual Instruments I get a warning no mountable file systems. I need help fixing the problem.

    When trying to install Pro Tools 10.3.3 Aid Virtual Instruments I get a warning no mountable file systems. I need help fixing the problem.

    Thanks Linc for responding to my post. I searched a little further and found I was missing a file. Once I downloaded the fix, I was able to install the software from the original download.

  • Call LabVIEW Virtual Instrument through ActiveX Server from C/C++

    I am trying to access a VI by C/C++ almost identical to the reference example that can be found on this site for Visual Basic. However, somehow, I am unable to succeed to use the ActiveX Call() function. The program always crashes, whatever I try. Because the Visual Basic version works without any problems, I hope someone can point me the error in the code.
    Thanks!
    #include "stdafx.h"
    #import "LabVIEW.tlb"
    #define VIPATH "D:\\Program Files\\National Instruments\\LabVIEW 7.0\\examples\\apps\\freqresp.llb\\Frequency Response.vi"
    using namespace LabVIEW;
    int _tmain(int argc, _TCHAR* argv[])
    // Initialization
    HRESULT he = NULL;
    he = CoInitialize(NULL);
    // Create instance of
    labview application engine
    _ApplicationPtr pLV;
    he = pLV.CreateInstance("LabVIEW.Application");
    // Create instance of virtual instrument
    VirtualInstrumentPtr pVI;
    he = pVI.CreateInstance("LabVIEW.VirtualInstrument"); /* ?not? mandatory */
    // Get reference to a VI at location VIPATH
    _bstr_t viPath(VIPATH);
    _bstr_t password("");
    VARIANT_BOOL resvForCall = FALSE;
    long options = 0;
    pVI = pLV->GetVIReference(viPath,password,resvForCall,options);
    // Show front panel
    pVI->FPWinOpen = TRUE;
    // Call the referenced VI as subVI
    _variant_t paramNames[5] = {"Amplitude", "Number of Steps", "Low Frequency", "High Frequency", "Response Graph"};
    _variant_t paramVals[5] = {}; /* VT_EMPTY */
    /* Fill ParamVals with values from VI */
    for (int i = 0; i < 5; ++i) paramVals[i] = pVI->GetControlValue(paramNames[i].bstrVal);
    /* Call VI -> !!! CRASH !!! :-( */
    pVI->Call(paramNames,paramVals);
    // Release references and close application
    pLV->AutomaticC
    lose = TRUE;
    pVI.Release();
    pLV.Release();
    CoUninitialize();
    return 0;

    This may not be the easiest way. Although i have not used _variant_t. But it seems like your VARIANT type is VT_EMPTY for everything. You need to build up an array of variants with correct type, that matches the type of control you are assigning data to like VT_INT for int numeric, VT_BSTR for string control etc
    VARIANT paramNamesVarArg, paramValuesVarArg;
    SAFEARRAY *paramNames, *paramValues;
    ::VariantInit(&paramNamesVarArg);
    paramNamesVarArg.vt = VT_ARRAY | VT_BYREF | VT_BSTR;
    // create safearray of strings
    SAFEARRAYBOUND rgsabound[1];
    rgsabound[0].lLbound = 0;
    rgsabound[0].cElements = 1;
    paramNames = SafeArrayCreate(VT_BSTR, 1, rgsabound);
    paramNamesVarArg.pparray = &paramNames;
    long index = 0;
    _bstr_t paramName = "Numeric";
    BSTR *bstrVal;
    retVal = SafeArrayPtrOfIndex(paramNames, &index, (void **)&bstrVal);
    *bstrVal = paramName.copy();
    //do the same method for paramValuesVarArg
    ::VariantInit(&paramValuesVarArg);
    paramValuesVarArg.vt = VT_ARRAY | VT_BYREF | VT_I4;
    rgsabound[0].lLbound = 0;
    rgsabound[0].cElements = 1;
    paramValues = SafeArrayCreate(VT_VARIANT, 1, rgsabound);
    paramValuesVarArg.pparray = &paramValues;
    VARIANT *dispVarVal;
    VARIANT tempVar;
    tempVar.vt = VT_I4;
    retVal = SafeArrayPtrOfIndex(paramValues, &index, (void **)&dispVarVal);
    *dispVarVal = tempVar;
    viPtr->Call(&paramNamesVarArg, &paramValuesVarArg);
    Hope it helps.
    A Rafiq

  • Error code -50 when opening Logic virtual instruments

    I'm getting an error code -50 when trying to open any of the Logic's virtual instruments, VIs from other brands open without a glitch.
    I have searched the support forum but no results came back.
    Please help !!!
    Thanks in advance
    Marcello Azevedo
    G5   Mac OS X (10.4.8)  

    The plugins access the key to check they are authorised to run (remember, the main plugins were separate purchases once upon a time). Obviously, if you are on a USB port/hub that's not agreeing with the XSkey, then communication is unreliable and can take the form of a number of different effects on your system.
    That -50 error probably means the plugin failed to load, as the communication with the XSkey failed during the initialisation process.

  • VIRTUAL PROVIDERS LOAD

    Hi all,
    among the statistic cubes on BI 7.0, there are also the VIRTUAL cubes (0TCT_VC01, 0TCT_VC02, 0TCT_VC03).
    I loaded the basic cubes by Infopackages without problem, but
    If I try to overview data into corresponding virtual cubes from RSA1, two messages appear:
    Error reading the data of InfoProvider 0TCT_VC02;
    There is still no data source assigned to VirtualProvider 0TCT_VC02.
    I also tryed to follow the message text and choose the Activate Direct Access function to select a data source, but the related data source already exist.
    Now some questions:
    - How can I check if the virtual cubes loading works?
    - How can I see the data without above errors?
    - Where can I found some complete documentation about Virtual Providers loading?
    Please help me.
    Thanks in advance.

    Hi Claudia,
    Be sure to Activate Direct Access.  For 0TCT_VC02 it should be assigned to a source system corresponding with your BW logical system.  Then you must execute Process Chains 0TCT_C0_INIT_P01 and 0TCT_C0_DELTA_P01.
    Regards,
    Andreu

  • All strings virtual instruments not working!

    everything was working great in my song, but all the strings virtual instruments randomly stopped working. the notes cut off after a quarter of a measure. if i change that track to any non string instrument, the notes play out the way they're supposed to. i've tried creating new string instruments and i have the same problem, i have no idea how i caused this or how to fix it. help please

    never mind, the problem stopped after i restarted my computer again. thanks to everyone who didn't help!

  • How can I do a simple MIDI track (no virtual instrument)?

    I'm having the hardest time trying to figure out how to do a simple MIDI recording. So far as I can tell, I can only record MIDI data if I select a virtual instrument for the MIDI track. When I used to use Cubase, I could just record the straight MIDI signal without having to select an "output" for it, and then load up whatever instrument I wanted to use later. Can I do that with Logic 9? I record some MIDI stuff live, and I'd like to not have to bog down my machine with running live virtual instruments.
    Mainly what I'm doing is recording the MIDI data of a set of VDrums, so that when I get to mixing later on, I can trash the crappy v-drum sounds and use DFH Superior for my drums.
    Much thanks for any advice ahead of time!
    Clint
    http://www.moreofYOUinthemonitor.com
    discover your role in worship

    Cool. I'll check this out and see if it's that easy for me. i feel like I tried that, but it wouldn't show any signal until I inserted a virtual instrument. I'll try again and make sure I do it right.
    What we're doing while playing live is using the Roland Vdrum sounds live (and recording the vdrum sounds themselves, as well), and also recording the MIDI data to a MIDI track. Later during mixing, I'll mute all the vdrum audio and pipe the MIDI track through DFH Sup. I have a v-drum preset I can then apply so that the MIDI data will trigger the software correctly. In the studio, I use DFH and listen to it during recording.

  • Some EXS24 instruments loads slow

    Hi,
    Why is it that some of my EXS24 instruments load very slow. Ironicly the worst ones is some which contains only a few very short samples (drums). What can I do to speed up the process?
    When I load a song containing the instruments there's no problem. It's when I open the instruments in a new song.

    Basic 3 min song loading takes 20 sec and 37 ms (
    this is:
    EXS24 = 8
    TRILOGY =1
    SONIK SYNTH =1
    COM,EQ,DELAY,GATE,SPACE DESIGN,AD-LIMITER ect =25
    Full song 7 min song loading takes 1min 3sec and 53ms
    this is:
    40 audio tracks
    5 Stylus RMX all load with full presets
    3 EXS24
    2 Hypersonic each loading fully
    60 COM,EQ,DELAY,GATE,SPACE DESIGN,ADLIMITER ect
    now this will be different from all systems
    I know for sure my G5 dual 1.8 with 1gb of rams will take longer to do this
    and if add more rams or get a better processor than my G5 dual 2.5 with 3gb of rams will improve the loading time as well
    but just having this setup and running the project manager have solved alot of problems when it comes to loading time
    without the pro. man. it'll have taking more than 1
    not to mention that this is not only EXS24, all the plug-ins are included in the song loading time
    especially Hypersonic which takes like 20 sec just to load plus RMX which also takes like 10-15 sec to load as well
    so how about you do a test
    create 15 instrument channels with just EXS24 then load samples into them, save the project, close logic down then launch again then time it
    just incase you don't know, the project manager only works for
    EXS24
    Movies
    Audio samples
    Song files
    and logic's plug-ins settings
    it does not include 3rd party plug-ins such as SAMPLETANK, STYLUS RMX,HYPERSONIC BFD and all them big dat. plug-ins
    so try the test with just EXS24 and see
    stash

  • CVI 2009 - Instruments loaded in project lost when CVI shutdown/restarted

    Steps to duplicate:
    1. Start CVI 2009; load a project with no instruments loaded.
    2. Load instruments into project (the test case in which this problem was observed loaded niScope.fp and FieldPoint.fp; NI-Scope version was 3.5.1, Field Point was 6.0.4).
    3. Compile/build project.
    4. Shutdown CVI; restart (project will be reloaded by default).
    Observed behavior:
    1. Instruments loaded into project in prior iteration will not be loaded and need to be reloaded before project can be compiled/built.  This behavior was not observed in prior versions.

    This is the expected behaviour, I think. At list it was up to release 8.5 (I can't test more further). See here.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Looking for a labview virtual instrument program we can modify

    Hi, I’m looking for a canned labview virtual instrument program we can modify for the OMB DAQ 55 from Omega to measure three temps and control three DO.  I have the driver at:ftp://ftp.omega.com/public/DASGroup/products/OMB-DAQ5455&56/ The driver is labviewpdaq5xsetup.exe. I have the OMB DAQ 55 from http://www.omega.com/pptst/OMB-Daq55.html  with a USB interface. I am trying to set it up to control a 24V electric valve. I’d like it to measure temperatures (5 separate temps), allow a set point to be programmed for three of them and turn on and off a DO based on the temperature. PID is not required yet. Maybe in the future… We have labview 7.1 and 8.0 but my colleague prefers 7.1  Do you have an labview VI programs that you can share that will do this with the DAQ 55? If you have something that will be close, we can modify it. But starting from scratch will likely mean we can not get this done in time for a project test. Simple set point and control is all I’m looking for… I’m new (my colleague knows it better than me, but has less time) to labview and do not have the resources to learn it from scratch to figure this out. Is there something you have I could modify? Can you help. Or are there canned programs you have that will do this? Labview is the preferred language. Thanks. Attached is what Omega shared with us, it might help…it’s a screen capture from a similar program, but far from the mark.

    Hi vestel,
    These discussion forums are more geared for questions - not necessarily having everyone else code for you.
    You have a few options if you want code.
    1) Look at the shipping examples that come with LabVIEW.  This will give you a starting point from which to ask questions.
    2) Look at the Instrument Driver Network that exits on National Instrument's Web site.  Here are all the Omega instrument drivers listed.
    3) Look at the list of Alliance members who you can pay to develop your code for you.  Look here.
    I hope this helps,
    Kevin S.
    Applications Engineer
    National Instruments

  • Program associated with the creation of a virtual instrument of Lab View. Please help me

    I have a question with program associated with the creation of a virtual instrument of Lab View. 1.Create of virtual instrument based on the NI 9401 module fitted to the chassis NI Compaq DAQ (Ni-cDAQ-9172). Creating a virtual tool needed to implement the following counting impulses in impulse series, visualization of data through a digital indicator, comparing the number of impusite with pre-set value, that value can be assigned by the user. Indicator light when reaching in reaching the set number of pulses, the opportunity to reset the meter of a button on the front panel. Switch to digital output in reaching the set number. I hope someone can help me.
    Solved!
    Go to Solution.

    What is your question? You've described what the program is supposed to do, but it's not clear what you're asking about. Do you need help getting started? If so, have you gone through the LabVIEW tutorials? You and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free. Have you looked through the many examples that ship with LabVIEW for data acquisition?

  • Flat-File Loading problem

    Hi Friends,
    I am struggling with flat-file loading problem. I am trying to load a .csv file into data target. I took all pre-cautions while loading data. I look into preview and simulate the data. Everything is ok, but when i schedule the data, i found 0 records in the monitor. The following is the STATUS message of the above problem:
       No data available
    Diagnosis
    The data request was a full update.
    In this case, the corresponding table in the source system does not
    contain any data.
    System response
    Info IDoc received with status 8.
    Procedure
    Check the data basis in the source system.
             Can anybody help me what is the problem and procdure to resolve it?
    Regards,
    Mahesh

    Hi Eugene,
    Thanks for the quick reply. The following screen-shot tells you the messages of detail tab;
    OVER ALL STATUS MISSING WITH MESSAGES OR WARNINGS
    REQUEST: MISSING MESSAGES
    EXTRACTION
    EVERYTHING IS OK
    DATA REQUEST RECEIVED
    NO DATA AVAILABLE DATA ELECTION ENDED.
    PROCESSING
    NO DATA
               The above message was shown in details tab. Pls guide me to locate the problem.
    Regards,
    Mahesh

  • Concerning midi data in GarageBand for iOS: can we copy midi data from one virtual instrument to another?

    Concerning midi data in GarageBand for iOS: can we copy midi data from one virtual instrument to another?
    For instance: I play my "lucky take" on the virtual piano, and now I am curious how it would sound on let's say a organ. Normally I would select the midi content out of the piano track and copy it into the organ track. I cannot figure out how to do this in GarageBand for iOS. Is there anyone out there with a solution?
    Thanks!

    It is limited, how you can move regions between tracks. Basically, you can move between tracks with the same touch instrument.  See the help: http://help.apple.com/garageband/ipad/2.0/index.html#chsec12c15d
    Move a region
    Drag the region left or right to move it forward or back in time. Align the left edge of the region with the bar or beat on the ruler where you want it to start playing.
    Drag the region up or down to move it to another track with the same Touch Instrument. You can also drag regions between Keyboard and Sampler tracks, and between Audio Recorder and Guitar Amp tracks. Smart Drums regions cannot be dragged to another Smart Drums track.
    If you move a region so that it overlaps another region, the overlapped part of the “covered” region is deleted.
    Paste a region
    You can paste a region you have copied, or paste an audio file from an app that supports copying audio to the clipboard. GarageBand supports 44.1 kHz sample rate, 16-bit depth uncompressed audio files.
    You can paste copied regions to another track with the same Touch Instrument. You can also paste regions between Keyboard and Sampler tracks, and between Audio Recorder and Guitar Amp tracks. Smart Drums regions cannot be pasted to another Smart Drums track. Audio files copied from another app can be pasted to Audio Recorder or Guitar Amp tracks.
    Move the playhead to the point where you want the region to start.
    Tap the header of the track where you want to paste the region to select the track.
    Tap the track where you want to paste the region, then tap Paste.You can also tap an empty area of Tracks view, then tap Paste. In this case the region is pasted into the currently selected track.

  • App keeps loading problem solve

    Anyone with an app still loading problem can get rid of it by going into the app store. tap on "updates"- bottem right corner. tap on purchased where you get a list of your downloads then tap on the cloud with the arrow, enter your pin. hit ok for app over 20mb. go back into the app store and to your purchased list and wait for it to reload. once done come out of the app store and hopefully all the loading apps are gone. hope it works for you.

    I had this same problem when trying to download some training app. I could not delete or get it to upload completely either. Very frustrating. What I did was plug it into my computer, went to Itunes and searched the same app. I was able to download it here and then it starte to sync with my Iphone. You can remove the app after it finishes the download if u want. Hope this works!

  • Is it possible to querry all of the Virtual Instruments in a VI using the ActiveX Server Virtual Instrument Class?

    Is it possible to querry all of the Virtual Instruments that exist in the Front panel of a VI using the ActiveX Server Virtual Instrument Class? I can't seem to find a method or property that returns all the Instruments I may want to control from another application.
    I wish not to have to reference to the VI to figure the ControlName by looking at the VI FrontPanel.
    But rather have a prop that exposes the strings of all the Instruments.
    Example:
    allinstr=ObjectVIInstrument.VIControlNames
    Object.SetControlValue(AllInstr(1),value)
    Thanks.
    -Abe

    Abe,
    There is a VI method called "Get All Control Values" that returns an array of {name,typedesc,flatstrvalue} but this method is not exposed to ActiveX interface, most probably because type descriptors and flattened strings are data format internal to LabVIEW.
    However you can make a subVI that inputs the target VI name and returns the name of all controls on the Panel invoking the internal method. Then you call this VI via ActiveX to retrieve the list of Front Panel controls of the target VI.
    LabVIEW, C'est LabVIEW

Maybe you are looking for

  • What is iMovie talking about with this error message?

    I have an iMovie 4 project that has been output to iDVD successfully some time ago from my G4 (Tiger 10.4.8). I recently copied it onto my iBook (600MHz - 10.4.8). When I try to insert an extra Title before a new footage clip I get the message - "You

  • Starting essbase as background process in 11.1.2

    Hi, We have installed 11.1.2 hyperion products. We are having issues with OPMN and its starting up.Without opmn we can start essbase in freground ..using the script startEssbase,bat file in D:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\

  • Weblogic 10.3 & AIX -- Compilation of JSP File Failed!!!!

    Hi, We try to deploy an war to the weblogic 10.3 server. Error happed under AIX. The War can be deployed successfully but JSP compile under AIX? I verify that Solaris 9&10, Red hat, HP IA, the war works well after deployed. Is there any special  sett

  • Need help in Rman

    Hi can i know the steps of rman backup and recover procdure in cross platform. my situation here is i have to take a rman backup in AIX box and i have to restore it to HP-UX box, can any one give the steps to do it or can any one tell the best way to

  • After upgrading Exchange Server 2007 to SP3 with update rollup 13, OWA not working

    Hi, We have just installed Service Pack 3 and update rollup 13 on our Exchange Server 2007, but unfortunately our OWA has gone inaccessible. PROBLEM- The following error comes up when we try to access OWA : Exception Exception type: Microsoft.Exchang