Volume control disabled for some tracks?

trying to set the volume of specific tracks (i find soundcheck to be helpful but doesn't solve all problems). i select a track, click "get info", "options" and then adjust the volume. problem is, for some tracks the volume adjustment slider is greyed out and therefore i can't use it.
why is this??
thanks!

I use the mouse wheel to adjust volume.  If you have alsa-utils installed, there is no need to install any other packages. Just edit your rc.xml file to include the following:
<mouse>
<context name="Desktop">
<mousebind button="Left" action="Click">
<action name="Execute">
<command>amixer sset Master toggle</command>
</action>
</mousebind>
<mousebind button="S-Right" action="Click">
<action name="Execute">
<command>amixer sset Master unmute</command>
</action>
</mousebind>
<mousebind button="S-Up" action="Click">
<action name="Execute">
<command>amixer sset Master,0 1+</command>
</action>
</mousebind>
<mousebind button="S-Down" action="Click">
<action name="Execute">
<command>amixer sset Master,0 1-</command>
</action>
</mousebind>
</context>
</mouse>
To use this, just move your mouse cursor to the desktop (not on any window), press the shift key and then the mouse wheel will adjust the volume. A left button click on the desktop will toggle mute/unmute and a shift-right click will unmute.
I use the mouse wheel to change workspaces, that is why I use shift-wheel to change volume. You could use the wheel (instead of shift-wheel) to change volume by doing
<mousebind button="Up" action="Click"> ... </mousebind>
<mousebind button="Down" action="Click"> ... </mousebind>
Last edited by rockin turtle (2012-02-23 00:37:19)

Similar Messages

  • My itunes account was disabled for some reason.  I changed password in iforgot and still didn't work.  I could log in but not make purchases from the store so I set up a new login/account .  Is there any way to move my music to the new account?

    My itunes account was disabled for some reason.  I changed password in iforgot and still didn't work.  I could log in and see my music but not make purchases from the store or even redeem an itunes gift card so I set up a new login/account with another email account of mine. On the new account I can redeem my gift card and download items onto my ipad2.  Is there any way to move my music to the new account?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • My Apple ID disable for some region so what can I updates my apps

    My Apple ID disable for some resion so now what can I updates my apps plz help

    Apple ID disabled
    http://support.apple.com/kb/TS2446
    If you still have problem, contact iTunes Support
    https://ssl.apple.com/emea/support/itunes/contact.html

  • Need volume control switch for Satellite U200

    Where can I obtain a new volume control switch for a PLUA1E-00700JEN?
    I do not want the complete board only the switch.

    Contact nearest authorized service provider. Make a call and ask if they can order this small part for you.
    Do you want to exchange it alone?
    Have you already disassembled your notebook?

  • "tv show" cannot be burned because burning is disabled for this track

    Hi, I'm trying to burn a TV show that I downloaded from itunes onto a disc so I can watch it on another computer. It's telling me that it "cannot be burned because burning is disabled for this track." Why is this? When I signed up, itunes said I could watch videos on up to five computers. How am I supposed to get it to another computer if I'm not allowed to burn it to a disc?
      Windows XP  

    FIrst make sure you have your burn setting set to "Data CD". Goto Edit>preferences>advanced tab>burning sub tab

  • What does "Burning is disabled for this track" mean?

    I am trying to burn a mp3 audiobook on to a cd. Burning is disabled for this track comes up every time and process stops. Can you help me?

    All purchases at the iTMS (and most other online music stores as well) are protected by DRM.
    This restricts the videos (or the audio of it) from burning to disc, except to Data CD/DVD for backup.
    The only way to extract the audio is to use an audio capture application like Audio Hijack (Pro) or Wiretap Pro.
    You can find the latest versions by doing a search for these applications at versiontracker.com.
    Hope this helps.
    M

  • Burning is Disabled for this Track

    I purchased a video from the iTunes store and was hoping to burn the audio component to cd. iTunes tells me that burning is disabled for this track. Why? It's a Comedy Central video if that helps anyone...

    All purchases at the iTMS (and most other online music stores as well) are protected by DRM.
    This restricts the videos (or the audio of it) from burning to disc, except to Data CD/DVD for backup.
    The only way to extract the audio is to use an audio capture application like Audio Hijack (Pro) or Wiretap Pro.
    You can find the latest versions by doing a search for these applications at versiontracker.com.
    Hope this helps.
    M

  • Is there a volume control specific for Facetime?

    I'm wondering if there is a way to control the volume of Facetime without using the main volume control (like how you can control the volume of Skype within the application itself). Some kind of separate application or tweek?
    Thank you.

    No, there is no audio volume control specifically designed for the Facetime application.  I'm using Snow Leopard 10.6.8 here but I'm sure this info also applies to your osx.  You'll find that Facetime is not nearly as sophisticated as skype, at this point in time.
    Wuz

  • [ SOLVED ] Volume control icon for Openbox ?

    Hello, everybody
    Can anybody recommend or simply suggest some kind of volume control which can be added to tray ( i.e., clickable icon with a pop-up volume bar ) ?
    I have been looking for this all over the net ( Google ) with no success.
    Thanks in advance!
    Last edited by Sample (2012-02-22 18:11:59)

    I use the mouse wheel to adjust volume.  If you have alsa-utils installed, there is no need to install any other packages. Just edit your rc.xml file to include the following:
    <mouse>
    <context name="Desktop">
    <mousebind button="Left" action="Click">
    <action name="Execute">
    <command>amixer sset Master toggle</command>
    </action>
    </mousebind>
    <mousebind button="S-Right" action="Click">
    <action name="Execute">
    <command>amixer sset Master unmute</command>
    </action>
    </mousebind>
    <mousebind button="S-Up" action="Click">
    <action name="Execute">
    <command>amixer sset Master,0 1+</command>
    </action>
    </mousebind>
    <mousebind button="S-Down" action="Click">
    <action name="Execute">
    <command>amixer sset Master,0 1-</command>
    </action>
    </mousebind>
    </context>
    </mouse>
    To use this, just move your mouse cursor to the desktop (not on any window), press the shift key and then the mouse wheel will adjust the volume. A left button click on the desktop will toggle mute/unmute and a shift-right click will unmute.
    I use the mouse wheel to change workspaces, that is why I use shift-wheel to change volume. You could use the wheel (instead of shift-wheel) to change volume by doing
    <mousebind button="Up" action="Click"> ... </mousebind>
    <mousebind button="Down" action="Click"> ... </mousebind>
    Last edited by rockin turtle (2012-02-23 00:37:19)

  • Creating a Volume Control Bar for multiple audio files

    I'm fairly new to Flash and am developing a project with a
    series of frames that contain unique movie clips. Each of these
    frames are accessible through a chapter based menu as well as being
    viewable straight through as a regular movie. I've just added the
    audio for each "chapter" / frame that are all unique from one
    another. I'm having a problem with creating a volume control bar
    that will affect all audio throughout all frames from the single
    control bar on the general skin/interface that these chapters work
    out of. (Using Flash 8)
    I developed a sliding control bar, which works but does not
    affect the volume in any way. Is there something wrong with the
    following coding that I'm using? (The control bar is made up of a
    button nested in a movie clip and the action is being applied to
    the mc. The bar/line to follow is 60px long and the control is to
    move horizontally while the increase corresponds to increase in
    volume. The original code was for a 100px line from a macromedia
    tutorial that I adjusted to be 60px) Any advice on best practice
    for creating a volume control bar would be greatly appreciated! (I
    currently have all of my corresponding audio files on separate
    layers, should I be placing these within a mc rather than just
    having them on the main timeline?) Thank You!!!!

    Answering my own question.....
    Each individual swf has the code...
    var my_sound:Sound = new Sound();
    my_sound.loadSound("someSound.mp3", true);
    my_sound.setVolume(50);
    Code on Shell/main slide....
    //SOUND OBJECT
    var soundtrack:Sound = new Sound;
    soundtrack.setVolume(50);
    //END OF SOUND OBJECT
    //GLOBAL VOLUME CONTROL
    var nVolCheck:Number;
    volSlider.volBall.onPress = function():Void {
    this.startDrag (false, 0, 0, 75, 0);
    nVolCheck = setInterval(updateVolume, 150);
    volSlider.volBall.onRelease = function():Void {
    this.stopDrag ();
    clearInterval(nVolCheck);
    function updateVolume():Void {
    var vol:Number = (volSlider.volBall._x)*2;
    soundtrack.setVolume(vol);
    //END OF GLOBAL VOLUME CONTROL
    my bar is 75 pixels in width and the volume is being
    increased by 1.5 at its maximum.

  • Source Reformat menu item disabled for some XML files, but not all

    For some reason, the 'Reformat' option isn't available for some of my XML files (in Source menu it's disabled, in the right-click pop up menu it's not even there). For example in my META-INF folder it's enabled for .wsdl files but not .xml files. In the same project, it's enabled for all .xml files in the WEB-INF folder.
    Any idea what's going on?
    TIA

    Thanks to everyone for their response. But - it is NOT a copyright issue , it is NOT a DRM issue, it is not a Faber College double secret probation encoding issue.
    This is a simple .wmv file, that I have copied, burned, created a disk image, made a copy of and sent to the UK, Germany, Ireland and even New Jersey. It has been played on a MacBook Pro, a MacBook, a Dell whatever, a Sony stand alone DVD player, an LG DVD player. At least three nieces or nephews, and at least 2 canines have put it through ISO 9XXX rigors.
    The problem is that Apple Quick Time 7 Pro with Flip4Mac Pro "can't handle it"
    It opens fine, it plays fine --- but when I try to "output" it via the FILE menu - all of the options
    Share ...
    Export ...
    Export to Web ...
    are greyed out.
    I know nothing abour codecs and wrappers but I tihnk that this is the problem.
    What should I know about the file?
    Ffor example, years ago, all you needed to know about a Mac file was the "Creator" and the "Type" - both were 4 character codes. something like ADOB for Adobe and PMK2 for Pagemaker 2.0.
    Any help identifying the file and what I can use to get it onto my iPhone will be appreciated.
    Thank you.

  • I am having problems with an older ipod running 1.1.2 firmware trying to use earbuds with volume controls made for ipod. any suggestions?

    I am problems with an older Ipod classic running 1.1.2pc using earbuds with Ipod inline remote. The earbuds work fine with my new Ipod but not the older one. Any suggestions?

    1) This is because of software version 1.1. See this
    thread for some options as to how to go back to 1.0,
    which will correct the problem...
    http://discussions.apple.com/thread.jspa?threadID=3754
    59&tstart=0
    2) This tends to happen after videos. Give the iPod a
    minute or two to readjust. It should now be more
    accurate.
    3) This?
    iPod shows a folder icon with exclamation
    point
    4) Restore the iPod
    5) Try these...
    iPod Only Shows An Apple Logo and Will Not Start
    Up
    iPod Only Shows An Apple Logo
    I think 3,4, and 5 are related. Try the options I
    posted for each one.
    btabz
    I just noticed that one of the restore methods you posted was to put it into Disk Mode First rather than just use the resstore straight off, I Have tried that and seems to have solved the problem, If it has thank you. previously I have only tried just restoring it skipping this extra step. Hope my iPod stays healthy, if it doesnt its a warrenty job me thinks any way thanks again

  • Volume control help for OS X

    So, I have a Macbook Pro. I'm not sure what's happened, but I'm no longer able to control or mute my volume by the F10, 11, & 12 keys. I have to manually go to my system settings to control the volume. I'm also not seeing this red light others say they see when it happens to them. I'm shut the computer down, run my headphones in and out a number of times, etc, and I'm just at a loss for what else to do. Any ideas?

    Try a smc reset
    http://support.apple.com/kb/HT3964
    You can also try a pram reset: power off, power on holding the following keys: option command,P,R(no commas), continue to hold these keys till you hear the start chime 2 times. Release and rebot.
    Hope some help.

  • Lead Selection to be disabled for some of the records in Table

    Hi ,
    I have 5 records in table .User shouldn't be allowed to select four rows thosse four rows should be in disable mode just for display purpose.Only one Row must be allowed to select(lead select).
    How can I Achieve above Functionality.
    Thanks & Regards
        Kiran

    Hi Kiran,
    Probably you might have tried the following.
    Bind OnLeadSelect event to some action.
    And in that action method write the code to fetch selected lead and check if it is 0(first row) else set leadselection to 0
    int selectedRow = wdContext.node<node name>().getLeadSelection();
    if(selectedRow!=0)
        wdContext.node<node name>().setLeadSelection(0);
    With this code the user can not select any of the rows other than first.
    If this is not what u require please let me know
    Regards,
    Santhosh

  • Blur control disabled for Drop Shadow Effect and Filter

    Win2k Pro
    2GB Ram
    AICS 11.0.0
    This is odd: the blur control in the Drop Shadow Effect and Filter dialog boxes is disabled. It seems to me there was a time it was ENabled.
    This is the situation for both vector and bitmap objects. I've played with Document Raster Settings.
    Truth be told, I _did_ reinstall Illustrator last year and have not used it much since.
    Any insights you can share?
    Thanks

    Please excuse this post ... didn't mean for it to appear as a reply under <br />another post.  My apology.<br />lk<br /><br /><br /><br /><[email protected]> wrote in message <br />news:[email protected]..<br />>I purchased a vector image from istockphoto ... when I opened the file in<br />> illustrator it is just an outline without color.  I select the outlines <br />> but<br />> can't fill it with color!  What am I missing?<br />><br />><br />><br />><br />><br />> <[email protected]> wrote in message<br />> news:[email protected]..<br />>> Win2k Pro<br />>> 2GB Ram<br />>> AICS 11.0.0<br />>><br />>> This is odd: the blur control in the Drop Shadow Effect and Filter dialog<br />>> boxes is disabled. It seems to me there was a time it was ENabled.<br />>><br />>> This is the situation for both vector and bitmap objects. I've played <br />>> with<br />>> Document Raster Settings.<br />>><br />>> Truth be told, I _did_ reinstall Illustrator last year and have not used<br />>> it much since.<br />>><br />>> Any insights you can share?<br />>><br />>> Thanks<br />>

Maybe you are looking for