Level Meter Plug In -VS- Output 1/2 meter...Inconsistencies...

I'm mixing an 18 minute long recording for vinyl release. The vinyl pressing company has a minimum dbl on recordings they master and press. If the level is under, they charge hundreds of dollars more to re master and increase the volume via massive compression.
So to check and double check the overall volume in Logic Express 8, all I can find for a meter is the "Level Meter" in the visualization plug in toolbox. So I have the Level Meter "plugged" into the Output 1/2 track...The problem with the Level Meter is that it is showing levels around 8 dbl lower than the Output 1/2 meter. This could potentially be an expensive discrepancy not to mention may have a negative effect on the end product's sound quality.

Eriksimon wrote:
If you used a meter as an insert, it comes, like other effects plugins, before the fader. Sorry, I didn't read attentively the first time.
Still, the effect is the same as pre-fader metering. The signal passes the meter before it goes to the fader. If you turn pre-fader metering on you'll see that your faders don't affect the channel strip level meters anymore and behave like inserted level meters as well.
So if you lower the fader on channel 1&2 so you no longer see clipping, how does it work?
1. Does it lower the output simply telling you that you are not clipping going out from fader 1&2?
or
2. Does it lower the input from all contributing channels so that the source coming to fader 1&2 no longer clips?

Similar Messages

  • Question about Level Meter Plug in

    I know how to change the channel meter between pre/post fader metering is there a way to do this with Logic's Level Meter plug in and with Inspector?

    Plugins are always pre-fader, as the audio path hits the plugins and then goes into the fader.
    What you'd have to do is route your audio through a fader (eg aux channel) to control the level, and then leave the fader on your output set to 0dB and meter in your plugins on that.

  • Unclosed meta/img tag. Output method= xml / xhtml / xml

    Hello,
    Im trying to parse from a Document to an String, in the usually way, as follows:
        public static String parseDocument(Document document) {
            try {
                if (document== null) {
                    return null;
                TransformerFactory tFactory =
                        TransformerFactory.newInstance();
                Transformer transformer = tFactory.newTransformer();
                DOMSource source = new DOMSource(document);
                StringWriter sw = new StringWriter();
                StreamResult result = new StreamResult(sw);
                transformer.transform(source, result);
                String xmlString = sw.toString();
                return xmlString;
    //TODO: error handling
            } catch (TransformerConfigurationException ex) {
                return null;
            } catch (TransformerException ex) {
                return null;
            } catch (Exception ex) {
                return null;
    }Ive maked a test that creates a Document:
      public static Document createFromDoc(){
            try {
                DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
                DocumentBuilder builder = factory.newDocumentBuilder();
                DOMImplementation impl = builder.getDOMImplementation();
                Document doc = impl.createDocument(null, null, null);
                Element root = doc.createElement("html");
                doc.appendChild(root);
                Element head = doc.createElement("head");
                root.appendChild(head);
                Element meta = doc.createElement("meta");
                meta.setAttribute("http-equiv", "Content-Type");
                meta.setAttribute("content", "text/xml");
                meta.setAttribute("charset", "UTF-8");
                head.appendChild(meta);
                Element title = doc.createElement("title");
                head.appendChild(title);
                Element body = doc.createElement("body");
                root.appendChild(body);
                Element div = doc.createElement("div");
                div.appendChild(doc.createTextNode("Created with docs."));
                body.appendChild(div);
                return doc;
            } catch (ParserConfigurationException ex) {
                Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
                return null;
        }Well, you can see the test method "prueba1". Y:
        public static void prueba1(){
            Document doc1 = Main.createFromDoc();
            //String doc2 = Main.createFromString();
            String doc1Str = GestorXMLDoc.parseDocument(doc1);
            return;
        }Why my method public static String parseDocument(Document document) adds this extra meta tag when it transforms a Document to an String:
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    and modifies the other meta tag as follows (I mean, unclosing it):
    <meta charset="UTF-8" content="text/xhtml" http-equiv="Content-Type">
    You can see the full String result:
    <html>
    <head>
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta charset="UTF-8" content="text/xhtml" http-equiv="Content-Type">
    <title></title>
    </head>
    <body>
    <div>Created with docs.</div>
    </body>
    </html>I tried parsing with a fake XSLT Template with output: XML, and it doesnt works. I tried changing the meta content data with "text/xml".
    This method makes the document not compatible with XML, because it doesnt close the meta tag. I need work with this XHTML doc as a valid XML document, not as a HTML (W3C allows set meta/link/img tags unclosed) to add new nodes.
    Thank you ppl =)

    First of all, what you are trying to do is transforming, not parsing. Parsing is converting an XML document into an internal form, and you already have the XML in the internal form (org.w3c.dom.Document).
    Anyway, XSLT has special rules for transforming a document whose root element's name is "html". It looks like those rules are being applied in your case. If you don't want them to be applied (which you don't if you are producing XHTML) then you have to tell the transformer you want XML as your output and not HTML.
    If you had an XSLT document you would use <xsl:output method="xml"/>, but you don't have one in this case. So you do it like this:
    transformer.setOutputProperty(OutputKeys.METHOD, "xml");

  • META TAGS? How do I change meta tags while designing my website in iweb?

    META TAGS? How do I change meta tags while designing my website in iweb?

    I've designed a new website using iWeb. (I'm a beginner and have never done this before.) I published it to MobileMe. The site is for a volunteer organization, which requires that all pictures and images have text tags. (For this purpose, I assume that's the same as Meta tags.) A rep at the local Apple store clued me into iWebSEO Tool ("SEO"). I used it successfully got all my pictures and images tagged, altho it was hard and took a few hours. This was two months ago. I checked my site earlier this week and all the tags have disappeared. I went back to SEO and all my original work was still there. So I hit re-apply and then saved and republished my site. Still no tags. I have several questions. Is this a regular problem with SEO? Do I have to do all the tags over again? Is there any easier solution? Is Apple going to improve iWeb so this is not a problem in the future? I'll appreciate any help I can get. Thanks.

  • Delete the PO at the header level after it has been output sucessfully

    Can we change the status of a Purchase order in SRM from 'ordered' to 'deleted' ?
    It seems we can do it only if the PO has not been output successfully.
    I have checked for a few POs and found for such POs if you go ti change mode , the delete button at the header level
    does not become enabled.
    But I have found a PO in the system which was output suceessfully but its status is deleted. The PO has not been transfered to ECC .
    Please help .
    I do not want to forcibly change the status from the backend.

    We have some BI reports which requires the POs to be deleted at the header level

  • Laptop_mode won't set APM level when plugging AC

    Hi, I have a very strange behaviour of laptop_mode on my x86_64 laptop. It correctly sets APM level to 1 when unplugging the AC power supply, but  when I plug it again it does not set it to 254, as it should. This is the relevant section of my laptop_mode.conf:
    # Enable laptop mode when on battery power.
    ENABLE_LAPTOP_MODE_ON_BATTERY=1
    # Enable laptop mode when on AC power.
    ENABLE_LAPTOP_MODE_ON_AC=1
    # Should laptop mode tools control the hard drive power management settings?
    # Set to 0 to disable
    CONTROL_HD_POWERMGMT=1
    # Power management for HD (hdparm -B values)
    BATT_HD_POWERMGMT=1
    LM_AC_HD_POWERMGMT=254
    NOLM_AC_HD_POWERMGMT=254
    Settin it manually with hdparm works perfectly. Do I have some trouble in my configuration?
    Last edited by snack (2010-09-20 21:29:37)

    I tried with the very same configuration on the same laptop but using i686 instead of x86_64: in this case everything works smoothly. So maybe this is an x86_64 issue...

  • [SOLVED] Leave headphones plugged in, switch output in software

    Normally, when I plug in my headphones sound stops playing from speakers. I would prefer leaving them plugged in, but being able to switch between speakers and headphones using some software switch.
    In pavucontrol, I do have separate Line Out and Headphones ports, but when headphones are plugged in they both control headphone output. Is this possible to do?
    Last edited by silverhammermba (2014-08-23 05:17:39)

    $ amixer -c PCH
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 64
    Mono: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'Headphone',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 62 [97%] [0.00dB] [on]
    Front Right: Playback 62 [97%] [0.00dB] [on]
    Simple mixer control 'PCM',0
    Capabilities: pvolume
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 255 [100%] [0.00dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'Front',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 64 [100%] [2.00dB] [on]
    Front Right: Playback 64 [100%] [2.00dB] [on]
    Simple mixer control 'Front Mic',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Front Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    Simple mixer control 'Surround',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 62 [97%] [0.00dB] [on]
    Front Right: Playback 62 [97%] [0.00dB] [on]
    Simple mixer control 'Center',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 64
    Mono: Playback 62 [97%] [0.00dB] [on]
    Simple mixer control 'LFE',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined
    Playback channels: Mono
    Limits: Playback 0 - 64
    Mono: Playback 62 [97%] [0.00dB] [on]
    Simple mixer control 'Side',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 62 [97%] [0.00dB] [on]
    Front Right: Playback 62 [97%] [0.00dB] [on]
    Simple mixer control 'Line',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Line Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'IEC958 Default PCM',0
    Capabilities: pswitch pswitch-joined
    Playback channels: Mono
    Mono: Playback [on]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 46
    Front Left: Capture 34 [74%] [18.00dB] [on]
    Front Right: Capture 34 [74%] [18.00dB] [on]
    Simple mixer control 'Capture',1
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 46
    Front Left: Capture 0 [0%] [-16.00dB] [on]
    Front Right: Capture 0 [0%] [-16.00dB] [on]
    Simple mixer control 'Capture',2
    Capabilities: cvolume cswitch
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 46
    Front Left: Capture 0 [0%] [-16.00dB] [on]
    Front Right: Capture 0 [0%] [-16.00dB] [on]
    Simple mixer control 'Auto-Mute Mode',0
    Capabilities: enum
    Items: 'Disabled' 'Enabled'
    Item0: 'Enabled'
    Simple mixer control 'Digital',0
    Capabilities: cvolume
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 120
    Front Left: Capture 60 [50%] [0.00dB]
    Front Right: Capture 60 [50%] [0.00dB]
    Simple mixer control 'Input Source',0
    Capabilities: cenum
    Items: 'Front Mic' 'Rear Mic' 'Line'
    Item0: 'Line'
    Simple mixer control 'Input Source',1
    Capabilities: cenum
    Items: 'Front Mic' 'Rear Mic' 'Line'
    Item0: 'Front Mic'
    Simple mixer control 'Input Source',2
    Capabilities: cenum
    Items: 'Front Mic' 'Rear Mic' 'Line'
    Item0: 'Front Mic'
    Simple mixer control 'Rear Mic',0
    Capabilities: pvolume pswitch
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 31
    Mono:
    Front Left: Playback 0 [0%] [-34.50dB] [off]
    Front Right: Playback 0 [0%] [-34.50dB] [off]
    Simple mixer control 'Rear Mic Boost',0
    Capabilities: volume
    Playback channels: Front Left - Front Right
    Capture channels: Front Left - Front Right
    Limits: 0 - 3
    Front Left: 0 [0%] [0.00dB]
    Front Right: 0 [0%] [0.00dB]
    I'm not sure why they're starting at 2. I have two USB microphones, would that do it? /etc/modprobe.d/alsa-base.conf has
    options snd_usb_audio index=-2
    which I don't remember creating and no package owns it. Beats me.

  • Whats causing the battery to discharge on ipod touch when nothing is plugged into the output jack and not using the ipod?

    help

    If the iPod is only sleeping (not powered off), the iPod is still doing things like checking for mail, checking its location and other things.

  • Dear Community, i recently bought a macbook pro with retina display and i have been seeing some issues lately regarding the headphones output , even though the headphones are plugged in the output shifts to external speakers again again , help needed

    i need help or a working solution , apple call here

    Luckily I reinstalled the software and the problem just disappeared , and now for all those facing the same problem after reinstalling mountain lion don't update to 10.8.1 , cause only after that update earlier was when the problem started showing up , along with that don't reinstall lion using your recovery on your harddrive it takes 23 hours to install because it downloads the software first and then does all the installation so just download the app for mountain lion from the AppStore first and then make a bootable USB installation disk out of it , I'm sure you'll find a tutorial on google on how to make a recovery USB out of it , as for your data and stuff I moved all my stuff to an external hard drive and then performed a reinstall I recommend you do the same . The steps are simple after making the USB insert it and then reboot when the computer turns itself on press the alt/option key and then their will be a list of options there you will see your mt lion USB boot into it , select disk utility and then your Macintosh HD , WARNING IN THIS STEP YOU WILL ERASE YOUR HARD DRIVE COMPLETELY MAKE SURE YOU BACKUP ALL YOU DATA BEFORE PERFORMING THIS STEP I WON'T BE RESPONSIBLE FOR ANY DATA LOSS DO THIS AT YOUR OWN RISK, so choose your drive , go to the erase tab choose Mac os extended journaled usually the first option from the drop down menu and name it Macintosh HD again click on erase and then after thats done close the utility , now select the option to install mt lions copy from the first menu and then chose your Macintosh HD that we erased eirlier and install, it takes about 20-40 mins depending on your Mac and then viola the problem will disappear , well at least it did for me . Here is the link on HOW TO MAKE A LION RECOVERY USB
    http://gigaom.com/apple/quick-tip-create-a-usb-installer-for-mountain-lion/
    Hope This Would Definetly Work For you =D...........

  • How to I maintain a meter's scale position when resizing the meter?

    I'd like to be able to programmatically resize a meter and have its scale's size and position be predicitable. This is not the case. I've attached a VI that illustrates the problem.
    I thought that keeping the meter's aspect ration of 4:3 would suffice, as in my attached example, but even that doesn't help.
    Attachments:
    meter_resizing_problem.vi ‏19 KB

    I don't know the solution yet but this is what i found.
    wiring the scale position will make it even worse. see attachment.
    Scale bounds will change after every run, but you aren't able to make it write so it has no use.
    The amount of distortion is a bit variable to the amount of samples the for loop creates.
    The scale bound is random after each run.
    I guess this a buf of labview, but  I don't know for sure
    UnCertified LabVIEW Student
    Mistakes are for learning, that's why suggestions are always welcome!
    Attachments:
    1.PNG ‏55 KB
    Position.PNG ‏65 KB
    many.PNG ‏59 KB

  • Probleem met app remote als ik met mijn ipad of iphone de muziek aan zet krijg ik vaak geen geluid via me hdmi op mijn dennon. als ik met me macbook schermdelen aan zet of met me toetsen bord op enter druk schakeld het geluid meteen in. wie weet wat hlen

    probleem met gebriuk app remote. als ik de app remote gebruik met een ipad of iphone om itunes aan te zetten van mijn mac mini surver  dan krijg ik heel vaak geen geluid via me hdmi naar me dennon receiver. wel zie je dat het nummer afspeeld. als ik op enter druk van mijn toetsen bord of met me macbook pro me scherm deling opstart dan schakeld het geluid meteen in. wie weet het probleem hier mogenlijk van. 
    mvg patrick

  • Data-acquisition with NI 6036E DAQ card & GPIB using an external trigger

    Hi all,
    I hope somebody could give me some help with the following and answer some questions:
    Simple system description:
    Labview 6.1
    PCI-GPIB card
    6036E DAQ card
    In my system, I am using an external analog trigger signal (A) for continuous data-acquisition. Characteristics of the analog trigger signal (A) are: ~40 Hz, signal height +1.48V, triggered by rising edge (the analog trigger signal (A) could be changed to a TTL signal). Each data-acquisition is done within ~1.0 ms after the rising edge of the trigger pulse. The timing of the data-acquisition and analyzing procedure is controlled by execution in a sequence structure placed in a loop.
    Now, I connected a power meter to the system, to measure the laser power during the data-acquisition. The power meter has two options to provide the laser power data:
    a) via analog signal output (voltage corresponds to laser power in watts)
    b) via GPIB (direct output reading of laser power in watts).
    Problem:
    During a certain point in my data-acquisition sequence structure (defined by a frame), I want to use the next occuring analog trigger signal (A) to acquire 1 value from the power meter.
    How do I do this in Labview programming for the following two situations?
    a) If I connect the analog output from the power meter to an analog input channel of the 6036E DAQ card. The analog trigger (A) would be connected to a second analog input channel (In case the analog trigger signal (A) is changed to a TTL signal it would be connected to the PFI0/Trig input pin on the DAQ card).
    b) If I use the GPIB connection of the power meter. The analog trigger (A) would be connected to a second analog input channel (In case the analog trigger signal (A) is changed to a TTL signal it would be connected to the PFI0/Trig input pin on the DAQ card).
    An other possibility would be to trigger the power meter directly, so it outputs constantly power meter values at ~40 Hz. How could I than acquire 1 power meter value (at a certain time im my sequence structure) via analog input at DAQ card or GPIB?
    Additional questions:
    How do I configure the PFI0/Trig pin on the 6036E DAQ board individually as an INPUT?
    How do I use an analog trigger signal (A) as counting signal for a loop, or as an activation signal for a sequence structure which includes GPIB commands?
    It would be very nice if somebody could give me some help.
    Kind regards,
    beam

    Hi beam,
    I just want to verify that I understand your situation correctly:
    An external trigger signal (A) is wired to one of your input channels (e.g. CH0) to trigger data acquisition of a second channel (e.g. CH1). Your power meter is connected to an analog input channel, which you would like to trigger with a certain rising edge at some of your sequence structure.
    Problem:
    During a certain point in my data-acquisition sequence structure (defined by a frame), I want to use the next occuring analog trigger signal (A) to acquire 1 value from the power meter.
    How do I do this in Labview programming for the following two situations?
    a) If I connect the analog output from the power meter to an analog input channel of the 6036E DAQ card. The analog trigger (A) would be connected to a second analog input channel (In case the analog trigger signal (A) is changed to a TTL signal it would be connected to the PFI0/Trig input pin on the DAQ card).
    If a task has been configured to acquire signal from one analog channel, it's not possible to run a second analog input task or to add a second channel on the fly. You had mentioned that it's possible to read from the instrument through GPIB. Is it possible to perform a software trigger such that at a certain frame of your structure, when the trigger signal A reaches voltage "x", a GPIB command is written to your power meter to query a measurement reading?
    Additional questions:
    How do I configure the PFI0/Trig pin on the 6036E DAQ board individually as an INPUT?
    You do not need to explicitly configure the PFI0 line as an input. If you want to use it as an input such that it acts as an analog trigger, simply wire the trigger signal to this pin. When configuring the trigger in your software, specify PFI0 as the trigger source.
    How do I use an analog trigger signal (A) as counting signal for a loop, or as an activation signal for a sequence structure which includes GPIB commands?
    You can try using the Limit VI to find out when the trigger signal reaches a certain level, and count how many times this level is reached. Similarly, you can use this as the condition to execute GPIB commands.
    Hope this helps,
    Lesley

  • Levels on the main meter do not match levels on a plug-in meter

    When I play back a file in either a multi-track project or an audio file project, the levels showing on STP's built-in meters are 6 dB hotter than the levels on a plug-in (eg STP's Multi-Meter). In a multi track project I can adjust for this by bringing either the channel fader or the output fader down by 6 dB. The question is why is this designed this way?
    [No other DAW does this. If you set an input and output at 0, the level is at unity in Pro Tools, DP, DSP Quattro, even Final Cut].

    There the same in mine . . . except for the fact they have different scales and ratios. For instance -5 is near the middle of the apps meters while it's close to the top of the MultiMeter.
    !http://www.rdiv.com/screenshots/STP_meterComparison.jpg!

  • Is there a simple sound level meter for iTunes for windows ?

    I'm trying to check the sound level of my music in iTunes and was wondering if there is a simple sound level meter plug-in for iTunes out there.

    HKO,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Output levels question

    When I am recording a vocal track the levels meter is well under clipping, but still quite strong; however, upon playback, it barely shows action in the meter. But, the Output 1-2 levels (which is combining all my vocal and insturment tracks) shows clipping about +6.0. If I mute the vocal track the Output 1-2 is back under clipping range.
    What do I need to look for?

    every time you had a track the summing amplifier will
    increase in dbs.
    Is it best to keep the Output at 0db and lower the volume of the tracks (and/or using other adjustments)?
    check for compressors or eq in the chain
    Yeah, I need to do this. I haven't done a complete mix for the tracks yet. I just added some reverb via Bus 1 so the vocals wouldn't sound so dry/flat on playback.
    select all your other tracks , shift and click on the
    other tracks to drop them down simultaneously
    Do you do this in the Arrange window or the Mixer window? I tried it in the Mixer window with three of the tracks. Two of them worked and the third jumped to a totally different level, so I went back to adjusting them individually. And, after selecting them do I move the slider for one and the others follow?

Maybe you are looking for