Keyboard's key repeat feature doesn't work in Audition

For Audition CS6, I've reassigned zoom-in and -out to the keys "R" and "T" (like on Pro Tools).  It does zoom.  However, when holding down a key to zoom in or out (R or T), the key repeat function doesn't work.  I don't think the key repeat function works at al within Audition CS6.  Is this so?
My keyboard's keys DO repeat in all other programs though.  I like to zoom in quickly to either the playhead or to the IN or OUT of a selection.  Unfortunately, the end result is a mere one-zoom instance per one key click (down then up)  instead of what our PC/Mac's keyboard's key repeat function could do  (when using Pro Tools): allowing you to zoom in or out quickly by utilizing the computer system's keyboard key repeat function. As it is, I'm much slower having to "tap-tap-tap-tap-tap..." to zoom in and out.  Intolerable!
The mouse scroll wheel DOES zoom in/out smoothly though, oddly enough.

I just checked for the option to "zoom in on the play head," but couldn't
find anything.  I'm on the latest version of CS6 (5.0.2 build 7).  I see
"Synchronize selection, zoom level, and playhead *across files *in the
Waveform Editor."
I just tried checking and unchecking that, trying it on a single piece of
audio in the Waveform view.  But the scroll wheel zoom feature seems to
have a mind of its own.  I want to always be able to zoom directly to the
playhead*.  *That is, say I zoom out quickly via my scroll wheel.  Great.
That works fast and well.  I go to zoom back in to where the playhead is
moving (playing).  And say, then, my cursor a couple of inches before it in
the full zoomed-out view.  Mouse cursor is in the general area of the
playhead zoomed fully out as I am, but when I scroll back in, it zooms in
not to where the playhead is, but waaaay out in front.

Similar Messages

  • I tried copying a photo and pasting it in another event/group within iPhoto but the paste feature doesn't work.  This wasn't an issue with both Leopard and Snow Leopard.  Do you have any solutions or tips?

    I bought a new MacBook Pro with OsX Lion as operating system.  I use iPhoto a lot and when I tried copying a photo then pasting it to another event/group, the 'paste' feature doesn't work.  This wasn't the case with Leopard and Snow Leopard where the 'paste' feature worked.  What I did was to paste the photo first to the desktop before transferring it to the new event/group.  I brought my Mac to the Apple store where I bought it and the technicians were themselves surprised that the 'paste' feature didn't work.  Chalked it up to glitches in the Lion os.  So how do we fix this?  I just find it absurd that a feature that used to work in Snow Leopard has been disabled in Lion, and the user still has to undergo an additional step to make it work, when new technology is supposed to make things easier for users. 
    Also, hasn't anyone noticed that it takes longer for the computer to boot upon opening? 

    Instead of copy and paste drag the photo to the new event. Or flag it and use the add flagged photos to selected event command
    LN

  • My "Find My iPhone" says on map that my phone is here at my house...but it's not! So...I guess that feature doesn't work?

    My "Find My iPhone" says on map that my phone is here at my house...but it's not! So...I guess that "Find my iphone" feature doesn't work?  Very frustrating.  My iphone volume might be turned off ...does that make a difference if you use the sound locator on the find my iphone?
    Tech support INSISTS that the iphone locator on i Cloud is accurate.  How can it be?  My phone is NOT here!

    Jennie
    Is your device showing a green or grey dot?
    Here is some background on how location services works.
    http://support.apple.com/kb/HT1975
    Here is what happens if the device is turned off
    http://support.apple.com/kb/PH2592?viewlocale=en_US
    This linksays if it can't be found it will show the last location for 24 hrs and then  it will clear the map.
    http://support.apple.com/kb/PH2698?viewlocale=en_US
    Mine always works fine... it's say within 25' of where I am.

  • HT1206 drag feature doesn't work

    dragging feature doesn't work. can't drag songs into a playlist, what am I doing wrong

    Hey Lyssa,
    yes, it's the glas-trackpad - one piece.
    I tried several things already:
    setting up a diferent profiel
    hard drive service repairs
    the boot diagnostics (pressing d while booting)
    updates from apple
    I was hoping it's a software problem but now I think it may be the hardware...
    Battie

  • I have an FF 3.6.10, just reinstalled flash plugin but in gmail the advanced attachment feature doesn't work anyway. what can I do?

    i use FF 3.6.10, just reinstalled it. I have also reinstalled flash plagin. but anyway in gmail the advanced attachment feature doesn't work. what to do?

    Hello & a warm welcome to the forums & Macdom!
    For Lightroom 3...
    http://www.ebay.com/sch/i.html?_nkw=adobe+lightroom+3
    Silly Apple, you can't even buy Lion/10.7 anymore, onlt ML/10.8 after you get SL/10.6!???
    You need to get 10.6 & update to 10.6.8 first to be able to buy it from the App Store & download it.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It's been pulled from the online store, so you have to call Apple to buy it, last I heard, but quick, call before it's gone!
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware and report this upto but not including the Serial#...
    Hardware Overview:
    Model Name: iMac
    Model Identifier: iMac7,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 6 GB
    Bus Speed: 800 MHz
    Boot ROM Version: IM71.007A.B03
    SMC Version (system): 1.21f4

  • Attributecollection feature doesn't work properly in cfinput tag.

    Attributecollection feature doesn't work properly in cfinput
    tag.
    Id specified is not used but name property instead.
    Steps to reproduce bug:
    1. Use code:
    <cfform>
    <cfset st = StructNew()>
    <cfset st.name = "ab">
    <cfset st.id = "a_b">
    <cfinput attributecollection="#st#" />
    <cfinput name="ac" id="a_c" />
    </cfform>
    Results:
    Output:
    <form name="test" id="test" action="/test/form.cfm"
    method="post" onsubmit="return _CF_checktest(this)">
    <input name="ab" id="ab" type="text" />
    <input name="ac" type="text" id="a_c" />
    </form>
    Expected results:
    <form name="test" id="test" action="/test/form.cfm"
    method="post" onsubmit="return _CF_checktest(this)">
    <input name="ab" id="a_b" type="text" />
    <input name="ac" type="text" id="a_c" />
    </form>
    Is this a bug?

    Thanks for bringing this issue to light.
    We are looking into it.

  • "Fit slideshow to music" feature doesn't work

    I've selected "Fit sideshow to music" on a slideshow I've made. Using a song imported from my iTunes library. Ken Burns effect is switched on.
    But the feature doesn't work. The song ends but there are still more slides to show.
    Isn't the idea that the computer will speed up the pix so they end just as the music ends?
    Anyone know how to fix this?
    Thanks.
    Mac Mini   Mac OS X (10.4.3)  

    Try this solution.

  • Keyboard number keys 1 to 9 stopped working

    keyboard number keys 1 to 9 stopped working after last update

    Hello ali_besso,
    Start with the article below to troubleshoot issues with the article below. What you will want to do is to open up the Keyboard View on your Mac and test to see if it actually not responding to your input. You will also want to test it out in another user as well as trying to start up your Mac in Safe Mode. 
    One or more keys on the keyboard do not respond
    http://support.apple.com/kb/ts1381
    Regards,
    -Norm G.  

  • IOS 6 Bug? VIP feature doesn't work w/ ActiveSync mail

    I noticed that the new VIP feature doesn't work against ActiveSync mail. The feature works as advertised with my Hotmail account, however.
    I am able to select VIP users from within my AS account but their emails are not being filtered into the VIP folder. I do get an audio alert however when their emails come in.
    is this by design or is it a bug?

    I use Active sync on Exchange 2007.
    I have 1 user, my boss, currently set to VIP and it is working ok.

  • Keyboard on Sat Pro 6100 doesn't work properly after remedial work

    Hi,
    My Sat Pro 6100 has just been away for the usual motherboard and power board replacement with Toshiba, but now I have a strange keyboard problem.
    When I turn it on, all the keys work. After a few minutes, '3' doesn't work, then 'r' fails, then '5','7','8','9','0' stop working. At this stage I can feel something getting very hot under the middle of the keyboard. A reboot and no keys work. Another reboot with an external PS2 keyboard, and the internal keyboard is still faulty (some keys work, others don't) but the external one works correctly.
    Now if the pc didn't get so hot under the middle of the internal keyboard, then I would conclude that the keyboard was faulty, but for it to fail slowly and sequentially like this, and it fails the same way every day (Since the Toshiba rebuild!).
    Maybe, internal keyboard controller overheating?
    Does anyone know what this might be? :-(
    Cheers,
    Homer

    Right under the keyboard of your pro 6100 is the VGA graphics controller (the keyboard cable plugs into the same card). It is normal that this part becomes warm during usage.
    It's strange that your problem appears after a while and not right away.
    It might be just an improper reseating of the keyboard cable (it's a thin layer like a photo film-negative) that easily pops out, but... it can be something more serious, too. (Especially since you had the upgrade done where hardware had to be changed)
    I would consult the service center once again and ask for instructions how to deal with this. Don't ignore it (by using an external keyboard instead of the malfunctioning internal) as it might end up into something more serious soon...
    Regards
    electrochain
    P.S. Please keep us updated on your steps

  • LR4.1 : "Edit-In" "Open as Smart Object with Photoshop..." feature doesn't work with 32bits

    Hi there,
    I am running LR4.1/CS5/ACR6.7 on a Win7 64bits system.
    The feature "Edit-In" > "Open as Smart Object with Photoshop..." does work Ok with raw files (.NEF).
    However, when i do try to use the same feature with 32 bits .TIFF files (which are output of the LR4.1's "Edit-In" > "Merge to HDR Pro in Photoshop..." other feature), nothing does happen (the Photoshop application windows does open but w.o the image that i've just selected).
    I've used search engines and Adobe online help to see if there was any limit preventing the usage of this feature with 32 bits .TIF files but couldn't see such note.
    Thanks for your help !
    Albert

    Thanks Rikk,
    That did work with a DNG file :-)
    I am working with very huge .TIF files (400MB), so i am wondering if size could be the main issue (although my PC has lots of HW resources).
    I will explore the DNG way, a format which seems anyways to be very promising now with LR4.
    In case anyone has an idea why it doesn't work the .TIF files, please shoot !

  • The keyboard of my macbook air doesn't work,how can I do?

    my keyboard doesn't work ,how can I do?
    ps:My English is soso ,I cannot tell the problem claerly in English.

    Try using an external USB keyboard. If it doesn't work, then somethings
    probably wrong with the computer.
    Best of luck!

  • Annotating pdf documents in Preview - the text search feature doesn't work?

    Hi everyone,
    I'd like to annotate my pdf documents using preview. However, I realized the other day that as soon as I start annotating a document (with notes, shapes, highlighting, etc), the preview text search doesn't work anymore.
    Thanks for any help or advice!

    This is a known problem. I have seen one suggestion to print the annotated PDF as a new PDF in order to get search capability back. You can try the Apple Discussions "search" feature at the upper right corner to look for more suggestions.

  • "Find Next" feature doesn't work in preview.

    The only way I've been able to search for text in preview is searching the whole document. This doesn't work too well when the pdf is an 1100 page text book. When selecting "Find Next" from the drop down menu I get no response at all. Also, is there any way to turn off the "seach as you type" feature? Please help, this is my only hang up with using Preview.
    Unfortunately using adobe reader solves the problem, but I really do loathe the clunky interface and choppy scrolling.

    I am running OS X 10.8.2 (supplemental) and Preview v6.01.
    I can search for a particular string in a PDF. It will highlight all occurrences in yellow. Then, whether from the Find menu > Find Next, or by using Command+G from within Preview, it will quickly step to the next occurrence of the Find target. Just tested this on my machine, and it works fine. Nothing special set to make this work.
    Unaware of any setting to disable search as you type feature.
    If there is a com.apple.Preview.plist file in your home directory/Library/Preferences, you might try dragging it to the Trash and emptying it.

  • Why the real player download feature doesn't work with my 14.0.1 firefox? in the past (before update mozzila) it was working... now it doesn't. why?

    i had a previous version of mozzilla firefox and i updated. since then, the feature of the real player doesn't work. propably isn't compatible. although, with my internet explorer it works. i went to the settings of the real player and the only explorer it shows is Internet Explorer. The Mozzilla Firefox doesn't appear. What can i do? I unistalled and reinstalled many times the real player but it isn't its problem. help me please!

    See : https://addons.mozilla.org/en-US/firefox/blocked/i106
    [https://support.mozilla.org/en-US/kb/flash-113-doesnt-load-video-firefox
    Flash 11.3 doesn't load video in Firefox]
    thank you

Maybe you are looking for

  • IMac G5 as TV Display

    Has anyone tried using iMac G5 20" as a TV Display? If so, what are your experience? Does it display program in full screen mode?

  • Can't verify payment info (endless

    I'm trying to purchase apps on my iPhone 6+, but keep getting the "payment info" verification popup. When I tap it, I'm prompted to type in my Apple ID password. I enter the password, but the app keeps requesting it over and over and over. There's no

  • J2EE Engine not Start

    Hi, We just installed CRM 2007(ABAP+JAVA stack) with NW 2004s SR2 UC-Kernel 7.00 and NW 2004s SP12 Java based SW Component.  All of them are new installed in our system.The operation system is Windows server 2003 enterprise x64, database is oracle 10

  • Preview error in BIP

    I created a RTF template. The template consists of 3 datasets and each dataset is displayed in a crosstab. I am able to preview the template in html from MS word, but the preview doesn't show up in BI Publisher. I get an error "The report cannot be r

  • Trouble importing midi files

    please excuse this intrusion. you are probably all more experienced with this topic than the GB users I cannot get midi files that were created and exported from Cubase SL 1.04 3-5 years ago and initially worked in Garageband 2 to import. They will w