Problem reading while tracking

I've updated to 10.2.1 a week ago logic. Until yesterday, everything was fine when for some reason, I could hear is my guitar input even if I put the track at the entrance and selected the track I recorded (one new track). I know that I get a logic signal because I see the counter and when I play it back I can hear it then. When I go to record, I hear all other tracks, but nothing on the track, I'm recording. I use a Mackie Onyx 820i, which works very well.

Figured it out. For some weird reason"monitoring software" got unchecked. "

Tags: Professional Applications

Similar Questions

  • Problem reading Audio of WMP11 after you increase the playback speed.

    Original title: problem reading Audio of WMP11

    I'm using Windows Vista 32-bit with Windows Media Player 11. After awhile, my music sounds like it is blurred. Specifically, sometimes while I increase the playback speed. This happens on 2 different computers, so I excluded a possible card problem.

    EDIT: I forgot to mention, all the parameters are normal, and all the improvements to my device are disabled.

    Make sure that disable all improvements is checked, as suggested at http://windows.microsoft.com/en-US/windows-vista/How-do-I-stop-my-music-from-skipping-or-breaking-up-when-I-play-it . Tim Baets
    http://www.BM-productions.TK

  • A problem reading in dataReceived method

    Hi all, I need your help, please.
    I'm trying to read data from a bluetooth chip, but I can't get a good reading. I saw my code a lot and I can't find the error. I have my zip code:

    ////////////////////////////////////////////////////////////
    // Implementacion de BluetoothSerialPortListener
    // /////////////////////////////////////////////////////////
    public void dataReceived(int length) {
           char[] buffer = new char[8];
        int idx = 0;
        try {
            char c = (char) puertoBT.read();
            while (c != '#') {
                buffer[idx] = c;
                idx++;
                c = (char) puertoBT.read();
            }
            ADCs[0].setText(new String(buffer, 0, idx));
        } catch (IOException e) {
            e.printStackTrace();
        }
    }
    

    As you can see, I use a ' # ' as a stop character. In fact, the last tank that send the bluetooth chip is "#". For example, if this send 1.23 #, I read in the BlackBerry app: ' 23 'or'. '. 23 "and somethimes"1.23 ". Why?

    Thank you in advance!

    Welcome to the forums.

    I agree with the other poster, on device debugging would be a good idea.  However, this can be problematic for Bluetooth devices that are associated calendar.

    However, my concern is this:

    A/d converters [0] .setText (new String (buffer, 0, idx));

    I thought a setText had to be performed on the thread of events, and memory dataReceived is actually running on a separate background Thread, so I'm surprised that it works.  I would replace this with a setText()

    System.out.println (...);

    and use the debugging device to check the output.

    I have not seen a problem with dataReceived do not read all the data, however, from memory, I had several times called dataReceived for what it effectively the same packet of data to the device.  Maybe it's the issue here.  You could make the entry stamp and the comprehensive idx to this routine, while if you it is called after the first character, and then for the rest, you will put them all in the same buffer.  Reset the memory buffer and idx when you get a #.

    I hope that makes sense.

  • Error message - problem reading disc on Satellite

    I wonder if anyone can help. Was a virus on my laptop satellite scan to home (don't remember the model) 2 days ago, when the screen is blue and it was a mistake long message means the laptop has encountered a problem and stops.

    After that 2 hours, that the cell had not yet arrested so disconnected from the electrical network and removed the battery. To try to restart the computer, an error message pops up saying - CTRL + ALT + DELETE to restart problem reading disk. When I made the order it seemed be restart but then returned to the original statement of CTRL + ALT + DELETE. Tried again and amel and can't stand up boot.

    Someone had this problem before?

    Hello

    It seems that it's not possible access to the HARD drive or it is not possible to read the data on the HARD drive.
    I don't know why it happens, but first of all, you should check the boot sequence in the BIOS. If everything shows ok, so you should try to start form the OS cd and check if it is possible to install the new OS.
    If this is not possible if the HARD drive has a fault and you need to replace.

  • Problem reading text file

    CVI programmer for several years, but it has been awhile. Trying to read in a text file that displays fine in say Notepad. The first line of text in the file is:

    All temperatures in ° F.

    If I use the scan function, say:

    public static char cdum [2048];

    ScanFile (DataFile, "%s > %s", cdum); I get these results:

    cdum [0] is - 2

    cdum [1] is 65 (which is the ASCII character 'A')

    The rest of the cdum is all zeros.

    In a hex editor in decimal display grouped by bytes, the line is:

    0 255 254 65 0 108 0 108 0 32 0 116 0 101 0 109 0 112... as the display looks like

    ybA.l.l.. t.e.m.p.e.r.a.t.u.r.e.s.. i.n.. °. F....

    So I get the scan function is to see the start character, then by pulling the 65 and placing in the location cdum [1], then strikes the character 0 and leaves the function of scan as she found an end of line. Trying to read in the entire line and the subsequent data float line, but is not serious, I can understand that our after I get over the initial problem above.

    Can someone help me with this? I have no problem reading in ordinary text files, but this one is as it is grouped in words rather than in bytes. Have you tried a bunch of different Scan function modifiers source and target [xt0, w #, etc.], but nothing seems to work.

    Data file attached.

    Thank you-

    Scott

    Hello

    I downloaded your file, it is opened in Excel because of its extension and the settings on my computer. I then wanted to save it as a text file normal to see in Notepad and read with a simple C program. In doing so, Excel told me: some features in your workbook may be lost if you save it in Unicode text.

    This is consistent with your observation of 16-bit data.

    LabWindows/CVI, unfortunately, does not support the Unicode character set and functions of the library operated at only 8-bit characters.

    So I would say to convert your file to 8-bit characters; You can also support the pursuit of the Unicode support in CVI here

  • Problem reading the worksheet after you use a DLL to write on the worksheet

    Hello

    I have a few problems reading a sheet DLL created in LabVIEW. The DLL is written in C++.

    I'll dexcribe what do the VI in the screenshots:

    For DLL_INIT = the first false steps the VI (LabVIEW) values and exports in a DLL initialization.
    DLL takes these values and not some und calculation, then wrote the measured values and the new calculated values in a csv file called 'filtered_values' and a file 'filtered_values_complete '.
    so, I have two files like this after initialization:

    1.0000000000; 1.0000000000; 18.8991610737; -3.2940000000; 0.0060000000; 0.9000000000; 6.5806287097; -3.2940000000; 1.0000000000; 0.0000000000; 1.0000000000; 0.0000000000;

    So now on DLL_INIT = true.
    For the calculation, the next step i read the "filtered_values" - file (LabVIEW), calculate the new values and write in filtered_values (DLL)
    And in the "filtered_values_complete" - file I will allways read the DLL entry first, so that I can check later, if the DLL has obtained the values to the right of the front step and then add the calculated values.

    For i > 0 initialization has been made:
    -the VI bed sheet "filtered_values" calculation and rotted the table 1 d in its unique values
    -The last seven values in the worksheet have been exported in the dll as well as five new measured values.
    -This DLL is still a few calculation
    - then it replaces the "filtered_values" - file and adds a new line to the 'filtered_values_complete '.

    This migth be a bit of confusion, so a small example, afer five steps it loooks like this:

    filtered_values:
    5.0625000000; 1.0000000000; 18.9300200447; -3.2870000000; 9.7320000000; 0.8997597592; 5.9159054233; -2.6533532901; 1.0000000400; 0.0000000000; 0.8078703403; 0.0000000000;

    filtered_values_complete:
    1.0000000000; 1.0000000000; 18.8991610737; -3.2940000000; 0.0060000000; 0.9000000000; 6.5806287097; -3.2940000000; 1.0000000000; 0.0000000000; 1.0000000000; 0.0000000000;
     
    2.0625000000; 1.0000000000; 18.8330081064; -3.2940000000; 9.7270000000; 0.9000000000; 6.5806287097; -3.2940000000; 1.0000000000; 0.0000000000; 1.0000000000; 0.0000000000;
    2.0625000000; 1.0000000000; 18.8330081064; -3.2940000000; 9.7270000000; 0.8999399568; 6.4077416273; -3.1451829134; 1.0000000100; 0.0000000000; 0.9480589053; 0.0000000000;
     
    3.0625000000; 1.0000000000; 18.7932988441; -3.2870000000; 9.7280000000; 0.8999399568; 6.4077416273; -3.1451829134; 1.0000000100; 0.0000000000; 0.9480589053; 0.0000000000;
    3.0625000000; 1.0000000000; 18.7932988441; -3.2870000000; 9.7280000000; 0.8998799074; 6.2394046705; -2.9768465052; 1.0000000200; 0.0000000000; 0.8988158138; 0.0000000000;
     
    4.0625000000; 1.0000000000; 19.0445703499; -3.2870000000; 9.7320000000; 0.8998799074; 6.2394046705; -2.9768465052; 1.0000000200; 0.0000000000; 0.8988158138; 0.0000000000;
    4.0625000000; 1.0000000000; 19.0445703499; -3.2870000000; 9.7320000000; 0.8998198333; 6.0754981785; -2.8129479844; 1.0000000300; 0.0000000000; 0.8521305805; 0.0000000000;

    5.0625000000; 1.0000000000; 18.9300200447; -3.2870000000; 9.7320000000; 0.8998198333; 6.0754981785; -2.8129479844; 1.0000000300; 0.0000000000; 0.8521305805; 0.0000000000;
    5.0625000000; 1.0000000000; 18.9300200447; -3.2870000000; 9.7320000000; 0.8997597592; 5.9159054233; -2.6533532901; 1.0000000400; 0.0000000000; 0.8078703403; 0.0000000000;

    So it's good enough that the VI and it works fine until some point when the just VI reads more calculation and x = sheet! There? becomes true.

    Most of the time it happens when the csv file is about 1200 lines

    Someone knows why this happens?

    Best regards

    Stefan

    Hello

    understood, that the error occurs somewhere completely else. the thread may be closed

    BR

    Stefan

  • Activating game FSX error "Unable to Activate Online, a technical problem occurred while accessing the server"

    Original title: FSX Activation game

    Gentlemen: after years of use in FSX (Microsoft Flight Simulator X).  Now, I ran into a problem of Activation. His version of "Unable to Activate Online, a technical problem occurred while accessing the server, license authorization was not successful, we apologize for any inconvenience"...  Support for the game ended last year. Is this in any way about this? Or is it temporary problem? "My first post" thank you... P.S. When MS comes out with a new Flight Simulator thanks...

    Gentlemen: Problem 'Resolved' I went in FSX.exe properties and on the Compatibility tab, Switched setting the compatibility to Win XP SP3 for Windows 7. And it worked the active game. Thank you

    for the info and try to help. Simple, I hope someone else can learn from this. Thank you!

  • I have install fallout 3 and the last update (1.7), but when starting a new game, he tell me that windows is having a problem reading it & then it locksup.

    original title: game Fallout 3 on Windows 7 problem

    I have install fallout 3 and the last update (1.7), but when starting a new game, he tell me that windows is having a problem reading it & then it locksup, I have a Toshiba Satellite, Fallout New Vegas works perfectly on my laptop, how can I play Fallout 3, is here to play Fallout 3 on windows 7.

    Hello

    You can see the link provided. It gives information that Fallout 3 is not compatible with Windows 7.

    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/search.aspx?l=en-us&type=software&s=fallout%203%20

    Windows 7 Compatibility Center: Fallout 3 http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/search.aspx?l=en-us&type=software&s=%20Fallout%203&OS=32-bit

    You may need to contact the manufacturer of game for support

  • Error when you try to play audio files: Windows Media Player has encountered a problem reading the file. for further assistance, click web help

    8007007E tips

    There is also another number which is C00D11B1, but both have to do with the lock of the music in windows media player, the message said:-"Windows media player has encountered a problem reading the file; for help click web help. ""- and that of all, but when ' web help ' click on the show numbers that are 8007007E and C00D11B1 and average music, not Windows media player, y at - it someone with the same problem that has been able to solve? Thank you, let me know, if you don't mind, thank you again.

    I suggest re-download you WMP 11 from the following link and install it on top of the current installation:

    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=1d224714-e238-4E45-8668-5166114010ca

    Who help me?

    If this isn't the case, please report the file type (extension) of the file you are trying to play. For instructions on how to make Windows Explorer shows the file types, see this link:

    http://www.windowsreference.com/Windows-XP/how-to-view-all-file-extensions-in-Windows-XP

  • In Windows Live Mail, I can't send emails. Get the notice "a problem occurred while trying to open this message. There was a problem. Please try again.

    In Windows Live Mail, I can't send emails. Get the notice "a problem occurred while trying to open this message. There was a problem. Please try again.

    The title says it all, except that it is a new development.

    Hi StanFortenberry,

    You can check out the following link and check if it helps:

    http://windowslivehelp.com/searchresults.aspx?query=A%20problem%20Has%20occured%20While%20trying%20To%20open%20this%20message.&ProductID=15

    You can also post your request in the Windows Live forum for assistance.

    Check out the link:

    http://windowslivehelp.com/product.aspx?ProductID=15

    Hope this information is useful.

  • Windows Live Mail could not open the e-mail: "a problem occurred while trying to open this message. Please try again "."

    original title: cannot send an email

    Hello

    I use Windows Live Mail, with windows 7, but trying to produce a new email and clicking new mail I get an error report "a problem occurred while trying to open this message. Please try again "." This occurred following my mailbox is full. Since then I've erased my box and receives emails ok.  Ideas to fix this please because I am unable to answer the mail.

    Hello

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums at www.windowslivehelp.com.

  • Failed to save the system or create the image of the system, error: the problem occurred while trying to connect with the VSS writers (0 x 80042318).

    Original title: cannot backup Windows 7 system.

    When I try to back up the system or create the image of the system I get the following message, the error was detected in the Volumn Service VSS (Shadow Copy) the problem occurred while trying to connect with the VSS writers.  Verify that the event system Service and the VSS service are running and look for errors related to event logs. (0 x 80042318).

    Hi bernardolahoustino,

    Please keep us informed. Please let us know the State of the question, so that we can help you further.

  • A problem occurred while resetting your PC

    Hi all!

    I'm sure you are familiar with by now Windows 8/8.1 is full of problems, large and small. My own worst prolems has to do with the mandatory update: all three days or if the computer is forced to restart and try to update only to fail. It takes always everytime.

    So now, after having lived with the problem for a long time, I finally decided to resett the PC to factory settings and lost all my files (no backup). My NEW favorite, it's that this isn't posible.
    Windows is preinstaled so I did not drive: I'm leaving the trial reset of systems, but after a few minutes, I get the message.
    ""A problem occurred while resetting your PC ","
    and the process stops. There is an option to solve the problem, but the troubleshootingbox appears and disappears in a few seconds without doing anything at all.
    The same thing happens when I try to refresh the computer in order to save my files. In short, nothing works.

    Help, please. And if possible, do not post links to long manuals. Try to explain the problem/fix in your own words.

    Thank you!

    Hi Djuvik,

    Thank you for your valuable response.

    To answer your question, HP recovery partition is completely different from the real windows partition so I can explain this HP recovery partition must be intact.

    http://support.HP.com/us-en/contact-HP

    I hope this helps. Write to us for assistance.

  • Adobe Acrobat 10 error: there was a problem reading this document (131)

    I use Adobe Acrobat 10.

    One of our users is getting this error: there was a problem reading this document (131).

    Help, please.  Thank you.

    Hi susanh24700854 ,

    Could you please if this is the case with specific files or other files as well?

    What operating system installed on your computer?

    Would it not possible to share files with us, so that we can check it out at our end?

    I have you send a private message for the same, please respond to this message.

    Thank you

    Shivam

  • Problems reading Premiere Pro CC 2015

    Hello

    I currently have problems reading on Premiere Pro, as it does not return at all. It worked perfectly on the previous version.

    I tried to reinstall and I did the setting change of mercury reading I found something else when, in the forums but I have more questions, can someone shed light on this please?

    Thank you

    Lewis.

    Hello Grayster VGA,

    I currently have problems reading on Premiere Pro, as it does not return at all. It worked perfectly on the previous version.

    EDIT: Please install the update of first Pro CC 2015 (9.0.1). It fixes problems playing more covered in this thread.

    If the update does not resolve the problem of reading you have on a current project, try a new project and see if playback resumes to normal. For any other problem with the update, please create a new position or open a folder with our support on the "video" queue agents: Contact customer service

    ----------------------------------------------------------------------------------------

    If the solutions listed here do not help us:

    • Is this a project 2014 CC that you updated to 2015 of CC, and you have no problem with the same images in a new project of CC 2015?

      • You may have a corrupted project 2015 CC and probably continue to experience unexpected behavior so that editing and export.
      • If so, you must return to first Pro CC 2014.2 via Final Cut Pro XML
      • In your CC 2015 project, choose file > export > Final Cut Pro XML and open this file in first Pro CC 2014.2
        • If the first Pro CC 2014 has been uninstalled, see these instructions to reinstall.
        • Update the application to the latest version of CC 2014 by choosing Help > updates
        • Note that only your changes will be preserved. You need to rebuild the project items before continuing work. Effects and transitions are not included in this translation.
        • Protocol for editing in general, it is not recommended update project files you're working on currently. See this blog post.
    • Is this a new project of CC 2015?
      • Work with our agents. Chat with an agent here.
      • Ask the video queue. They are available M - f 07:00 to 19: 00 PST.
      • Open a folder and note the file number.
      • If they cannot help you, MP me by clicking on my name in the upper left corner of this message and click on "Message" on my profile page.

    Thank you
    Kevin

Maybe you are looking for

  • script does not

    Firefox 5.0 keeps giving up a script error does not initially. NOTE my start page is subject: empty. I want to go back to version 4, but can't find it.

  • Satellite Pro P200 (PSPB7E) - where to find the new display drivers?

    Laptop bought in July 2007, the Windows Vista Business operating system.Vista windows update immediately so don't know not if the following problem was there before I updated. When put in a slideshow for all images almost immediately a blue screen ap

  • How to get images of alpha photo box?

    Hello I am currently working on the superimposition of images (PNG format) and text on the box of 2DPicture using photo features in LV, to playback images alpha using the function of reading PNG files I could not reproduce the exact original image. o

  • Pavilion TS 15 touch screen quite feature

    Had this laptop for Christmas, improved to 8.1, worked fine until two days ago when the function key for the screen just stopped working.  Boots to the splash screen, but only the touchpad works to move.  Nothing in support of HP or the forums. Troub

  • Clip + screen questions

    Hey everybody. I'm having some problems with my video screen + - the screen goes black sometimes, and when I try to navigate around, is not turn it back on - however, it plays music very well, even when the screen is "gone". I've only had the player