Problems recording external inputs

My setup: Mac Pro dual 2.66 GHz, 5G Ram, OS 10.5.5, LogicPro 7.2.3; Yamaha 01x interface conn. to Mac w/ mLan Firewire; Yamaha Motif Classic conn. to 01x w/ line inputs; Fantom XR Rack conn. to Mac w/Digital Coaxial; 2 Event TR8 Monitors conn. w/ unbalanced RCA from 01x monitor outs. I store all my Logic files on an external Firewire hard drive which has at least 2 Gigs of space remaining. Neither the Motif or Phantom are connected to the 01x w/ MIDI.
I was previously running Logic 7.2.3 w/ my 01x, Motif and Fantom w/ a Mac G5 Dual running OS 10.4. I just bought a brand new Mac Pro preloaded w/ OS 10.5.5. I migrated LogicPro from my old hard drive to the new one and downloaded the latest mLan AutoConnector driver from Yamaha.
PROBLEM: When I arm my Motif or Fantom to record (each 1 at a time), and play notes, a popping sound occurs every 20 seconds or so. When I record the signal, the popping noise can be heard on playback. I am sure my patch input settings are correct. I have tried using both mLan ports on the 01x, switched out monitor cables, as well as my motif input cables - same problem. When I monitor the 01x, the motif input comes through as normal w/ no popping, so I know my cables and physical mixer inputs are good. When I play previously recorded files, everything comes through fine as well.
What could possibly be the problem?

My problem appears to have been solved. When I was hearing the clicks and pops, the mLan cable from my 01x was connected to the Firewire 400 port on the FRONT of my MacPro. I connected it to the Firewire 400 port on the back of the MacPro, and no more pops.
I thought I had tried this before and it didn't work, but it seems to be working fine now.

Similar Messages

  • Problems with external context mapping

    Hi ,
    I am having the following problems with external context mapping from one WD component to another.
    Problem description:
    In the <i>Component Interfaces</i> I have defined a WD interface "InfA".
    In the <i>interface controller</i> of this compoenent,I have ContextA and attributeA(cardinality 1..1).The contextA is marked as an "Input Element".
    Now my webdynpro componentB adds InfA as used component.In componentB I decalre a contextB with attributeB and map it to contextA to set up the external context mapping.
    Now I expect that if any webdynpro component implements this WD interface InfA ,he has access to contextA with the data getting filled from contextB.
    After i have created the component for the used component I try to fill values in the source node contextB thru this code:
    wdContext.currentContextB.setB(value);
    But in the runtime I keep getting error nullPointerException for nodeContextB,suggesting that the mapping has not been completed.
    Can anyone suggest due to what the error can come ,and, if its a webdynpro bug ,is there a workaround??
    Thanks in advance for your help.
    Best regards
    Sourav

    HI,
    Valery : I personally checked  by doing the example, if the names of value attribute are different in the child's interface and parents component controller then it throws the exception.
    Sourav: NullPointer Exception is thrown when something is not properly initialised, if in the main component the cardinality of mapped origin is 1.1 then you need to access it element directly like:
    wdContext.currentParentNodeElement().setFname("Abhijeet");
        wdContext.currentParentNodeElement().setLname("M");
    i will suggest just check out if you are declaring some element of value node and without initialising taking its use or what?
    if this doesnt solve your problem, please post the expanded exception.
    hope it helps
    let me know if you face nay problem
    regards

  • Problem with h:input Secret

    Hi All,
    I have a form which is assigning user name & password for end users by an authorized person,
    I'm using <h:input Secret> for password Fied. The Problem is when The Authorized Person want to edit the record <h:input Secret> doesn't set the Previous Value. Can anyone Suggest a solution
    Thanks in Advance :)

    Thank you for replaying
    Butt he problem is still the same. The value is: <h:inputHidden id="Hode" value=�#{verdi.hode}�/>
    And link is: h:commandLink id="ode" action="#{verdi.nyhet}" value="#{verdi.hode}"
    immediate="true">
    </h:commandLink>
    I tried by immediate="false" and without immediate it was same problem. When I use this code its ok:
    <tr>
    <td>
    Hode :</td><td>
    <h:inputText value="#{kontakt.hode}"
    id="Hode">
    </h:inputText>
    </td></tr><tr><td>     
    <h:commandLink value="S�k Nyhet"
    action="#{kontakt.nyhet}" style="color: blue; text-decoration: none;"/>
    </td><td></td></tr>
    The problem is an output value=�#{verdi.hode} will be an input in new round <h:inputHidden id="Hode" value=�#{verdi.hode}�/>
    But when I run the program, it is any thing in output.
    Send me a link If you have more links about how I can get right output when I click on a commandLink in a datatble in JSF.
    Thanks

  • Problems with Line input

    Maybe somebody can help...
    I'm sending audio signal to the input of my macbook pro...I see the input in the sound section of my system preferences..but hear nothing from headphones or speakers...nothing is muted and all off the input & output adjustments are at about 75%.
    Speakers & headphones work fine when playing audio content from within the macbook..
    I did this all the time with my old g4...no problem.....what am I missing ?
    Thanks !

    i'm having exactly the same problem.
    i can see the input level on the input section of system preferences, but cannot hear it.
    furthermore: i'm also trying to record said input in Logic Pro 8, but anytime i monitor "input 1-2" i get horrible feedback from the internal speaker, even though i've changed the input source to line in.

  • Duplicate records in input structure of model node

    Hi,
    Following is the way, I am assigning data to a model node:
    //Clearing the model input node
    for (int i = wdContext.nodeInsppointdata().size(); i > 0; i--)
         wdContext.nodeInsppointdata().removeElement(wdContext.nodeInsppointdata().getElementAt(i - 1));
    //Creating element of the input model node
    IPrivateResultsView.IInsppointdataElement eleInspPointData;
    //START A
    Bapi2045L4 objBapi2045L4_1 = new Bapi2045L4(); //Instance of the input structure type
    //Populating data
    eleInspPointData = wdContext.nodeInsppointdata().createInsppointdataElement(objBapi2045L4_1);
    wdContext.nodeInsppointdata().addElement(eleInspPointData);
    eleInspPointData.setInsplot(wdContext.currentContextElement().getInspectionLotNumber());
    eleInspPointData.setInspoper("0101");
    //Inspection_Validate_Input is the model node. Adding instance to main node
    wdContext.currentInspection_Validate_InputElement().modelObject().addInsppointdata(objBapi2045L4_1);
    //STOP A
    //Now executing the RFC
    Above code seems to be fine. Works very well for the first time. But, when the user clicks on the same button for the second time, I can see duplicate records getting passed to RFC [Debugged using external breakpoint]. When I am sending 4 records, I can see there are total of 6 records. The number keeps increasing when clicked on the button.
    I am adding multiple records to input model node using the code from START A to STOP A. Does the code look fine? Why do I see multiple records?
    Thanks,
    Sham

    Issue solved.
    After executing RFC, I used following code to clear the input model node:
    try
         wdContext.current<yourBAPI>_InputElement().modelObject().get<yourinputnode>().clear();
    catch (Exception e1)

  • Problem Recording a Line In

    I am having problems recording line in through macbook in Logic Pro. i am sure i have gone straight through my stereo out into line in on my laptop and and recorded it in logic but for some reason its not working. any ideas check list etc. i know this is lame but i have gone totally blank. thx

    Try to do:
    - open MacOS system pref. / audio / input / select "line in"
    -open Logic:
    preferences / audio 7 devices
    select built-in Input as device and click apply changes.
    Create a new audio track (mono or stereo) and select input 1 or 2 if mono or 1+2 if stereo
    It should work, let me know
    goodbye

  • Clipping problems using SPDIF input on SB Live

    .Clipping problems using SPDIF input on SB Li've?Hello everyone
    I'm new to this community and I'm banking on someone being able to help me!
    I'm connecting a DAT player to the SPDIF input on my Soundblaster Li've card and recording using Audacity.
    Within Creative Audio HQ I've got the SPDIF volume level set to 00% (for starters, perhaps someone can explain why there is a volume control when I thought this signal was staying in the digital realm?!) and when I record in Audacity the resulting material clips with high transient sound... a piano, for example, distorts on the louder notes.
    I need to take the level down to about 70% (or the equivalent in Audacity would be 0.7 - the 2 'volume' controls are connected) to avoid any clipping.
    I've had the sound card years and used to use SoundForge without any problems. Any ideas why this is happening in Audacity?
    I'm using XP and?I have downloaded the latest drivers and turned off the MOBO onboard sound in my BIOS.
    I would be grateful for any assistance anyone can give.
    Best Wishes
    Steve

    paush wrote:
    Hi, I am trying to sample my old vinyl record collection using my Sound Blaster Li've! PCI (think that was the model - it was the original (not Value) version of the card with the seperate header for the coaxial digital and MIDI I/O). Unfortunately, I get severe clipping regardless of the recording volume on the Volume Control panel. I know that my photo pre-amp is capable of high voltage outputs and therefore wondered if anyone was aware of the sensitivity of the analogue line input in volts of this particular model? Many thanks.
    Regards, Paul.
    If your pre-amp is a phono pre-amp (with RIAA in-build), I suppose it's not the culprit for clipping.
    How have you set the recording and source (input) levels on Volume Control and Recording Control?
    Try adjust the recording level by the 'hights' (loudest outputs) of the record (you know those recordings so you can easily find those places (or you can look on vinyls surface where the darkest areas are --> loudest outputs)).
    jutapaMessage Edited by jutapa on 0-23-2006 :38 PM

  • FM FOR CREATING NEW CONDITION RECORDS FROM INPUT FILE

    Hello vikas,
    I need to develop a interface program FOR CREATING NEW CONDITION RECORDS FROM INPUT FILE.
    Is there ay function module to update or create the condtion records,
    if u have any example interface program to update conditions records please send me.
    regards
    ram.

    This must be your compiler output.
    Basically, it is telling you two things that are wrong - in syntax.
    1. On line number 11 of the file RationalCollection1.java, the compiler expects a type identifier - that would be the object or return type such as int, String, boolean, etc.
    The reason it is doing this is probably due to your not ending a previous statement - like the "expected ';'" error statement. Check your code, make sure that methods (brackets) are closed correctly and there are no open statements (i.e. missing the semi-colen at the end).
    2. On line number 33 of the file RationalCollection1.java, the compiler expected the closing bracket. Thus, you didn't put the bracket where the compiler wants it.
    It appears that you have skipped some lines of code. Those lines are the problem, post them - post lines 30-36 and 9-15 so we can see what is happening around those error lines.

  • How to pass external input to user-defined subclasses

    Hi all,
    [this might be a really trivial question] I would like to define a sub-
    class of JTable which get some external inputs: something similar to
    the following *not-working* example.
    *********************************************************************** import javax.swing.*;
    import javax.swing.table.*;
    public class RHJTable extends JTable
        public RHJTable(int rows, int columns, int externalinput)
            super(rows, columns);
        public Object getValueAt(int row, int column, int externalinput)
            return externalinput;
    What follows is the error message I get, which I assume it is due to
    my "externalinput":
    ??? Java exception occurred:
    java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
    at java.util.Vector.elementAt(Unknown Source)
    at javax.swing.table.DefaultTableColumnModel.getColumn(Unknown
    Source)
    at javax.swing.JTable.getCellRect(Unknown Source)
    at javax.swing.JTable.valueChanged(Unknown Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown
    Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown
    Source)
    at javax.swing.DefaultListSelectionModel.fireValueChanged(Unknown
    Source)
    at javax.swing.DefaultListSelectionModel.changeSelection(Unknown
    Source)
    at javax.swing.DefaultListSelectionModel.changeSelection(Unknown
    Source)
    at
    javax.swing.DefaultListSelectionModel.removeSelectionIntervalImpl(Unkno
    wn Source)
    at
    javax.swing.DefaultListSelectionModel.removeSelectionInterval(Unknown
    Source)
    at javax.swing.JTable.checkLeadAnchor(Unknown Source)
    at javax.swing.JTable.tableChanged(Unknown Source)
    at javax.swing.JTable.setModel(Unknown Source)
    at javax.swing.JTable.<init>(Unknown Source)
    at javax.swing.JTable.<init>(Unknown Source)
    at javax.swing.JTable.<init>(Unknown Source)
    at RHJTable.<init>(RHJTable.java:12)
    Can anybody please suggest me the correct way of passing this external
    input?
    Thanks
    lor

    Thanks for this detail. Before getting into JTable
    etc...design suggestions, it would be helpful to know
    how the interaction between Java and MATLAB is
    supposed to proceed. OK: I'm developing a MATLAB GUI with an embedded JTable inside it: people write things in a user defined JTable (well, customized subclass of JTable).
    I would like to define this subclass not as MyJTable(int rows, int cols) but as MyJTable(int rows, int cols, int externalinput), but doing this gives me the aformentioned error.
    Simplest setting: MATLAB writes data to a file, and
    knowing the format of that file you are able to parse
    it in Java. I'm not using any kind of input or output file: simply, MATLAB calls a JTable subclass (i.e. I only have a .class file to work on).
    Problem arises when I would like to add some more input: I cannot say simply setValueAt(int externalinput) if the JTable can't get this input directly from MATLAB...
    I hope I did make myself a little bit more clear: solution must be trivial, but I'm spending a lot of time in it...
    Thank you very much for your interest.
    lor

  • Garageband not recognizing external inputs from minijack entrance

    Hello
    I need to connect a sound mixer to the Macbook via minijack audio entrance. Even I have changed the settings for audio input in System Preferences (from internal mic to external line) garageband is not recognizing any external input and internal microphoen is always active.
    Someone had the same problem?
    Thankx

    Change the input in Garageband > Preferences > Audio Midi.

  • Problem recording audio in iMovie

    I am currently having problems recording a voice over in iMovie. I have checked the The system settings and it is recognizing my usb microphone as the source for input. I can also record audio within another project, just not in the one I want to. This makes me think something has been changed within the project settings. Any suggestions?

    If the QT movies"that iMovie generates" are fine, then your DVDs that iMovie makes may be fine since iDVD uses QT movies. I would try one, SHare to MEdia Browser at the highest resolution (this can take hours) then open iDVD and migrate to that movie, drag it into iDVD window and burn and see.
    roger

  • Recording the input of mouse and keyboard outside of  a visible GUI

    I am trying to write something sorta like pc anywhere except I dont quite know how to approach the problem of recording the input from the mouse and keyboard. I have thought of using a glass pane the size of the screen but once I have captured the mouse or keyboard events how do I send them through to the underlying OS (as if nothing happened)?

    This is not possible in java. You should register to some native mouse and keyboard listener mechanism. and let them notify you of all the mouse and keyboard events. Maybe JNI can help you accomplish this.

  • Problem recording stereo vocals

    i'm having a problem recording from my usual midi input with a Shure stereo microphone.
    the system is set for audio input from the midi microphone, and it appears to be recording in stereo (both tracks are visible in the soundwave), but once the record button is stopped, the L track disappears, and only the R track plays and shows up in playback.
    i am using the m-audio prokeys sono to route the microphone through -- never had this problem before now.

    i shouldn't have said the Shure SM57 was stereo.  it's probably mono like all mics.  all i'm saying is that i've used it plenty, setting it to stereo, and getting records levels on both L and R channels, and R/L waveforms in the track window. 
    now the audio only seems to be recording on the L (i had it backwards in the original post), with only the faintest sound and no graphic waveforms on the R. 
    i could probably "solve" this by recording on the mono 1 (L) channel, but that's not how i did it before, so it's really got me bugged.

  • Can not select external input for sound

    can not select external input for sound

    Hey there RoosterMonkey,
    It sounds like you have Soundtrack Pro installed but you cannot select your external audio device as an input. I recommend the troubleshooting steps from the article named:
    Soundtrack Pro 3: Troubleshooting Basics
    http://support.apple.com/kb/ht3659
    Update to the latest software versions
    From the Apple () menu, choose Software Update and make sure that you have the most recent updates for your versions of Soundtrack Pro 3, QuickTime, Compressor, Pro Application Support, and other important system files. Installing the latest updates ensures that your software has the latest improvements and enhancements.
    Note: Be sure the application is in the Applications folder and is named Soundtrack Pro before running Software Update.
    Check compatibility and driver versions for third-party devices
    If you're using a third-party sound card, MIDI interface, storage system, control surface, or plug-in, check the support area on the manufacturer's website to be sure that you're using the latest version of the relevant driver or other software for your product. For information on troubleshooting possible issues with Audio Unit plug-ins, go to Soundtrack Pro 3: Troubleshooting Audio Unit plug-in issues.
    Try a different Multitrack Project or Audio File Project
    Sometimes project files can become damaged, causing unexpected behavior in Soundtrack Pro. To create a fresh project, choose File, then New and select Multitrack Project or Audio File. Test to see if the issue is resolved in the new project.
    Delete the User Preferences
    You can resolve many issues by restoring Soundtrack Pro to its original settings. This will not impact your project files. To reset your Soundtrack Pro user preference settings to their original state:
    Quit Soundtrack Pro if it is open.
    In the Finder, choose Go > Go to Folder from the menu bar.
    Type ~/Library/Preferences  in the "Go to the folder" field.
    Remove the "com.apple.soundtrackpro.plist" file from the Preferences folder.
    In the Finder, choose Go > Go to Folder from the menu.
    Type ~/Library/Application Support/Soundtrack Pro  in the "Go to the folder" field.
    Remove the "EffectsCache.plist" file from the Soundtrack Pro folder.
    In the Finder, choose Go > Go to Folder from the menu.
    Type ~/Library/Application Support/Soundtrack Pro/Layouts  in the "Go to folder" field.
    Remove the "Soundtrack Pro.saved.moduleLayout" file from the Layouts folder.
    In the Finder, choose Go > Go to Folder from the menu.
    Type ~/Library/Caches in the "Go to folder" field.
    Remove the "com.apple.audiounits.cache" from the Caches folder.
    Remove receipts and reinstall Soundtrack Pro 3 and Compressor
    Another approach you might consider is reinstalling Soundtrack Pro and Compressor. To do this effectively, you need to remove the applications and their receipts, then install Soundtrack Pro and use Software Update to install additional updates. Compressor gets installed automatically when you install Soundtrack Pro. You don't have to remove everything that was installed with Soundtrack Pro, so follow the steps below to completely reinstall a fresh copy of Soundtrack Pro. Note: Make sure that you have your installation discs handy before beginning.
    In Mac OS X v10.6 Snow Leopard or OS X Lion
    Open the Terminal application and enter the following commands one at a time and an administrator password when prompted. Note: The commands are case sensitive.
    sudo pkgutil --forget com.apple.pkg.Compressor
    sudo pkgutil --forget com.apple.pkg.Qmaster
    sudo pkgutil --forget com.apple.pkg.VideoOutSupport
    sudo pkgutil --forget com.apple.pkg.PSTSharedA
    sudo pkgutil --forget com.apple.pkg.AppleHDVCodec
    sudo pkgutil --forget com.apple.pkg.AppleIntermediateCodec
    sudo pkgutil --forget com.apple.pkg.DSPPublishing
    sudo pkgutil --forget com.apple.pkg.SoundtrackPro
    sudo pkgutil --forget com.apple.pkg.Uncompressed422
    Then, reinstall Soundtrack Pro and Compressor using the following steps:
    Open the Applications folder. Drag the Soundtrack Pro and Compressor applications to the Trash.
    Insert your Logic Studio or Final Cut Studio installation disc and install Soundtrack Pro.
    When finished installing, choose the Apple () menu, then Software Update to update your software to the latest version.
    Open Soundtrack Pro to verify that the issue has been resolved.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • How can i take an excel sheet record as input into my report

    Hi
    I am having one object.I need to develop code for this.I can take excel sheet record as input.I thought it is some kind of BDC.But my TL told me that it is an enhancement.How can I start this object.
    1.If it is a BDC : I am very new to BDC.I need total description how to start and populate.
    2.If it is an enhancement : How can I take excel sheet record to input in to my object.
    Thanks & Regards,
    Aruna.

    It seems neither BDC nor Enhancement.
    See it could be some awkward process but definately would be Handy.
    First create one dummy program in that code you just Take Excel data by simple Upload FM for Excel,Than from this program Use Submit <report> via selection screen.
    Here <report> is your actual program.so you may need simultaneously control two program.
    But my TL told me
    ...But what is TL stands for?
    TL True Love
    TL Total Loss
    TL Turn Left
    TL Team Liquid  ??
    Cheers,
    Amit.

Maybe you are looking for

  • Media file error message trying to play files from WDMycloud on ipad

    I am using a WDMyCloud networked hard drive to provide cloud backup for my Windows PCs. This backup includes my Itunes music library Using the WDMyCloud app on my iPad(or iPhone) I can see the library is succesfully backed up onto WDMy Cloud and can

  • Siri in other languages

    I'm about to buy an iPhone 4S in Italy. I read in the FAQ (http://www.apple.com/iphone/features/siri-faq.html) that Siri will be available in Italian in 2012. My question is: will my iPhone 4S be upgraded to the Italian version automatically (or at l

  • Powerbook always crashes when awaking from safe sleep

    Hi, my Powerbook (late 2005) went into safe sleep a few hours ago, and every time I try to wake it up, it has an odd looking kernel panic (text off half a screen to the left). When starting up, I cannot go into Open Firmware, reset the Parameter RAM,

  • Answers & Dashboard report as an input formular?

    Hi everybody, I was wondering if anyone of has experience in using an answers report placed on a dashboard as an input formular? The idea is to replace several excel spreadsheet with a standardized answers report. Could BIEE's write back capability b

  • Can't see the bookmark properties

    I can't open in Firefox the bookmark properties. The window disappears if clicked on 'Properties'.