playback slider increments

44 messages Options
Embed this post
Permalink
1 2 3
Leland (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Gale (Audacity Team)
Gale Andrews wrote:

> | From David Bailes <[hidden email]>
> | Thu, 9 Jul 2009 21:01:09 +0100
> | Subject: [Audacity-devel] playback slider increments
>> On Thu, Jul 9, 2009 at 4:03 PM, Leland<[hidden email]> wrote:
>>>>> How about 0.05 increments for the arrow keys, and 0.5 for the page
>>>>> up/down? This makes the numbers read out by the screen reader follow a
>>>>> simpler sequence, eg 100%, 105%, 110%, 115% etc.
>>>> Hi David
>>>>
>>>> Yes I'd go with that, sounds ideal really.
>>>>
>>> Change committed.
>> I tried Gale's build today, but it still had the old values. Maybe it
>> was too soon to pick up this commit,
>
> At the moment I usually build at about 18:00 or so every day.
> The build up there now:
> http://www.gaclrecords.org.uk/audacity-win-unicode-1.3.8-alpha.zip
>
> should have that change in ASlider.cpp as it was built from the
> the latest version of that file. But I don't see any change from the
> 0.03x increments either, although the right-click to give focus
> is working.
>
Them, maybe I'm misunderstanding then.  The increments that we're talking about are when giving focus to the slider and then using the left/right arrows to move by 0.05 and page up/down to move by 0.5.  Did I skim the messages too quickly again?  I really(!) need to quit doing that!!!

Leland


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Gale (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink

| From Leland <[hidden email]>
| Thu, 09 Jul 2009 16:11:36 -0500
| Subject: [Audacity-devel] playback slider increments

> Gale Andrews wrote:
> > | From David Bailes <[hidden email]>
> > | Thu, 9 Jul 2009 21:01:09 +0100
> > | Subject: [Audacity-devel] playback slider increments
> >> On Thu, Jul 9, 2009 at 4:03 PM, Leland<[hidden email]> wrote:
> >>>>> How about 0.05 increments for the arrow keys, and 0.5 for the page
> >>>>> up/down? This makes the numbers read out by the screen reader follow a
> >>>>> simpler sequence, eg 100%, 105%, 110%, 115% etc.
> >>>> Hi David
> >>>>
> >>>> Yes I'd go with that, sounds ideal really.
> >>>>
> >>> Change committed.
> >> I tried Gale's build today, but it still had the old values. Maybe it
> >> was too soon to pick up this commit,
> >
> > At the moment I usually build at about 18:00 or so every day.
> > The build up there now:
> > http://www.gaclrecords.org.uk/audacity-win-unicode-1.3.8-alpha.zip
> >
> > should have that change in ASlider.cpp as it was built from the
> > the latest version of that file. But I don't see any change from the
> > 0.03x increments either, although the right-click to give focus
> > is working.
> >
> Them, maybe I'm misunderstanding then.  The increments that we're
> talking about are when giving focus to the slider and then using the
> left/right arrows to move by 0.05 and page up/down to move by 0.5.  Did
> I skim the messages too quickly again?  I really(!) need to quit doing
> that!!!
>
> Leland

I think I understand that. If I left-click in the Play-at-Speed slider
(or other sliders) and use left/right arrows, nothing happens. I may
still nag about that when I'm feeling bold, as I'm not sure I'm
convinced, and I don't think right-click is very discoverable given
we hardly use it in Audacity. Can we focus the gain and pan sliders
too with right-click, if we decide that's the solution?

Anyway, if I right-click Play-at-Speed just over half way along, I see
the tooltip "Playback Speed: 1.66x". If I right arrow then right-click
or left-click, the tooltip says 1.69x.  Up arrow and the tooltip says
1.72x. Visually, I get a fair amount of flickering in the border when
I do this, as soon as CPU use goes above about 15% for any reason.  

As I've said before, a really handy enhancement woold be if just
hovering in a slider produced the tooltip. IMO it is too fiddly and
undiscoverable for sighted users to read the current slider setting.



Gale
       


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Leland (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
>
> I think I understand that. If I left-click in the Play-at-Speed slider
> (or other sliders) and use left/right arrows, nothing happens. I may
> still nag about that when I'm feeling bold, as I'm not sure I'm
> convinced, and I don't think right-click is very discoverable given
> we hardly use it in Audacity. Can we focus the gain and pan sliders
> too with right-click, if we decide that's the solution?
Actually, no.  The gain and pan sliders are full fledged controls so they
can't accept the keyboard focus.  That was why keyboard shortcuts needed
to be added for them some 3 or 4 years ago.

I don't much like the right click thing either and, no, it's not discoverable
unless the user reads a wiki page or some such.  But, I couldn't think of
another way and would be happy to change it if a better idea comes up.

>
> Anyway, if I right-click Play-at-Speed just over half way along, I see
> the tooltip "Playback Speed: 1.66x". If I right arrow then right-click
> or left-click, the tooltip says 1.69x.  Up arrow and the tooltip says
> 1.72x. Visually, I get a fair amount of flickering in the border when
> I do this, as soon as CPU use goes above about 15% for any reason.  
>
Really?  I which border?  The border around the slider itself or the
Window border?  That's no good and really weird.  I'd like to get that
fixed if possible.

> As I've said before, a really handy enhancement woold be if just
> hovering in a slider produced the tooltip. IMO it is too fiddly and
> undiscoverable for sighted users to read the current slider setting.
>
Agreed, and I apologize.  I completely forgot about this.  I'll try to
sneak it in before Vaughan pulls the plug on changes.  :-)

Leland


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Leland (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
Leland wrote:
>> I think I understand that. If I left-click in the Play-at-Speed slider
>> (or other sliders) and use left/right arrows, nothing happens. I may
>> still nag about that when I'm feeling bold, as I'm not sure I'm
>> convinced, and I don't think right-click is very discoverable given
>> we hardly use it in Audacity. Can we focus the gain and pan sliders
>> too with right-click, if we decide that's the solution?
> Actually, no.  The gain and pan sliders are full fledged controls so they

are = aren't

Leland


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Vaughan Johnson

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Leland (Audacity Team)
Leland wrote:
> ...
>> As I've said before, a really handy enhancement woold be if just
>> hovering in a slider produced the tooltip. IMO it is too fiddly and
>> undiscoverable for sighted users to read the current slider setting.
>>
>>    
> Agreed, and I apologize.  I completely forgot about this.  I'll try to
> sneak it in before Vaughan pulls the plug on changes.  :-)
>  
As Cartman says, "Respect Ma Authoritay!"

But obviously, I'm violating the freeze, not enforcing it. :-)

Soon, though... (ominous diminished seventh chord)


- V


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
David Bailes-2

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Leland (Audacity Team)
Hi Leland,

On Thu, Jul 9, 2009 at 10:11 PM, Leland<[hidden email]> wrote:

> Gale Andrews wrote:
>> | From David Bailes <[hidden email]>
>> | Thu, 9 Jul 2009 21:01:09 +0100
>> | Subject: [Audacity-devel] playback slider increments
>>> On Thu, Jul 9, 2009 at 4:03 PM, Leland<[hidden email]> wrote:
>>>>>> How about 0.05 increments for the arrow keys, and 0.5 for the page
>>>>>> up/down? This makes the numbers read out by the screen reader follow a
>>>>>> simpler sequence, eg 100%, 105%, 110%, 115% etc.
>>>>> Hi David
>>>>>
>>>>> Yes I'd go with that, sounds ideal really.
>>>>>
>>>> Change committed.
>>> I tried Gale's build today, but it still had the old values. Maybe it
>>> was too soon to pick up this commit,
>>
>> At the moment I usually build at about 18:00 or so every day.
>> The build up there now:
>> http://www.gaclrecords.org.uk/audacity-win-unicode-1.3.8-alpha.zip
>>
>> should have that change in ASlider.cpp as it was built from the
>> the latest version of that file. But I don't see any change from the
>> 0.03x increments either, although the right-click to give focus
>> is working.
>>
> Them, maybe I'm misunderstanding then.  The increments that we're talking about are when giving focus to the slider and then using the left/right arrows to move by 0.05 and page up/down to move by 0.5.  Did I skim the messages too quickly again?  I really(!) need to quit doing that!!!
>

With the new increments, page up/down should take the slider from min
to max in 6 steps, and arrows in 60 steps. Is that what you now get?
Has Gale really picked up your fix?

David.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Gale (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Leland (Audacity Team)

| From Leland <[hidden email]>
| Thu, 09 Jul 2009 20:57:01 -0500
| Subject: [Audacity-devel] playback slider increments

> >
> > I think I understand that. If I left-click in the Play-at-Speed slider
> > (or other sliders) and use left/right arrows, nothing happens. I may
> > still nag about that when I'm feeling bold, as I'm not sure I'm
> > convinced, and I don't think right-click is very discoverable given
> > we hardly use it in Audacity. Can we focus the gain and pan sliders
> > too with right-click, if we decide that's the solution?
> Actually, no.  The gain and pan sliders aren't full fledged controls so
> they can't accept the keyboard focus.  That was why keyboard shortcuts
> needed to be added for them some 3 or 4 years ago.
>
> I don't much like the right click thing either and, no, it's not discoverable
> unless the user reads a wiki page or some such.  But, I couldn't think of
> another way and would be happy to change it if a better idea comes up.

Can a hover sufficient to bring up the proposed tooltip make the
control take focus? Is moving the gain/pan sliders with arrow keys
insoluble unless they are controls?  
 

> >
> > Anyway, if I right-click Play-at-Speed just over half way along, I see
> > the tooltip "Playback Speed: 1.66x". If I right arrow then right-click
> > or left-click, the tooltip says 1.69x.  Up arrow and the tooltip says
> > 1.72x. Visually, I get a fair amount of flickering in the border when
> > I do this, as soon as CPU use goes above about 15% for any reason.  
> >
> Really?  I which border?  The border around the slider itself or the
> Window border?  That's no good and really weird.  I'd like to get that
> fixed if possible.

The dotted border around the slider. I don't see the problem if I drag
the slider with mouse, only if I use the arrow keys. Do you agree the
increment change isn't working with Unicode Release?  

 
> > As I've said before, a really handy enhancement woold be if just
> > hovering in a slider produced the tooltip. IMO it is too fiddly and
> > undiscoverable for sighted users to read the current slider setting.
> >
> Agreed, and I apologize.  I completely forgot about this.  I'll try to
> sneak it in before Vaughan pulls the plug on changes.  :-)

No need to apologise. But I'll add it to Checklist if it doesn't make it
into 1.3.8.



Gale


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Leland (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
Gale Andrews wrote:

> | From Leland <[hidden email]>
> | Thu, 09 Jul 2009 20:57:01 -0500
> | Subject: [Audacity-devel] playback slider increments
>>> I think I understand that. If I left-click in the Play-at-Speed slider
>>> (or other sliders) and use left/right arrows, nothing happens. I may
>>> still nag about that when I'm feeling bold, as I'm not sure I'm
>>> convinced, and I don't think right-click is very discoverable given
>>> we hardly use it in Audacity. Can we focus the gain and pan sliders
>>> too with right-click, if we decide that's the solution?
>> Actually, no.  The gain and pan sliders aren't full fledged controls so
>> they can't accept the keyboard focus.  That was why keyboard shortcuts
>> needed to be added for them some 3 or 4 years ago.
>>
>> I don't much like the right click thing either and, no, it's not discoverable
>> unless the user reads a wiki page or some such.  But, I couldn't think of
>> another way and would be happy to change it if a better idea comes up.
>
> Can a hover sufficient to bring up the proposed tooltip make the
> control take focus? Is moving the gain/pan sliders with arrow keys
> insoluble unless they are controls?  
>  
Well, insoluble is such a strong word.  :-)

I tried doing the hover thing for gain/pan, but it will not work without a bit more work.  Since they aren't full controls, they do not get automatic notification of when the mouse has entered or left the bounds of the control.  So, we have to add a bit of tracking code ourselves.  This will not make it into 1.3.8.

>>> Anyway, if I right-click Play-at-Speed just over half way along, I see
>>> the tooltip "Playback Speed: 1.66x". If I right arrow then right-click
>>> or left-click, the tooltip says 1.69x.  Up arrow and the tooltip says
>>> 1.72x. Visually, I get a fair amount of flickering in the border when
>>> I do this, as soon as CPU use goes above about 15% for any reason.  
>>>
>> Really?  I which border?  The border around the slider itself or the
>> Window border?  That's no good and really weird.  I'd like to get that
>> fixed if possible.
>
> The dotted border around the slider. I don't see the problem if I drag
> the slider with mouse, only if I use the arrow keys. Do you agree the
> increment change isn't working with Unicode Release?  
>
I can't reproduce this under XP or Vista, release build.

>>> As I've said before, a really handy enhancement woold be if just
>>> hovering in a slider produced the tooltip. IMO it is too fiddly and
>>> undiscoverable for sighted users to read the current slider setting.
>>>
>> Agreed, and I apologize.  I completely forgot about this.  I'll try to
>> sneak it in before Vaughan pulls the plug on changes.  :-)
>
> No need to apologise. But I'll add it to Checklist if it doesn't make it
> into 1.3.8.
>
Might be best to add it to the list.

Leland


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
David Bailes-2

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Leland (Audacity Team)
Hi Leland,

On Thu, Jul 9, 2009 at 10:11 PM, Leland<[hidden email]> wrote:
>>
> Them, maybe I'm misunderstanding then.  The increments that we're talking about are when giving focus to the slider and then using the left/right arrows to move by 0.05 and page up/down to move by 0.5.  Did I skim the messages too quickly again?  I really(!) need to quit doing that!!!

I've just checked Gale's build today, and the increments for the
playback slider haven't changed. However, the increments on all the
other sliders (pan, gain, input, output) have changed since the 8th.
Now all sliders have 20 increments min-max using page up/down and 200
increments using arrow keys. I presume you didn't intend to change the
increments on these other sliders, and have changed the wrong ones by
mistake?

David.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Leland (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
David Bailes wrote:

> Hi Leland,
>
> On Thu, Jul 9, 2009 at 10:11 PM, Leland<[hidden email]> wrote:
>> Them, maybe I'm misunderstanding then.  The increments that we're talking about are when giving focus to the slider and then using the left/right arrows to move by 0.05 and page up/down to move by 0.5.  Did I skim the messages too quickly again?  I really(!) need to quit doing that!!!
>
> I've just checked Gale's build today, and the increments for the
> playback slider haven't changed. However, the increments on all the
> other sliders (pan, gain, input, output) have changed since the 8th.
> Now all sliders have 20 increments min-max using page up/down and 200
> increments using arrow keys. I presume you didn't intend to change the
> increments on these other sliders, and have changed the wrong ones by
> mistake?
>
Yea, I'll get it fixed when I get back home.  :-(

Leland


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
David Bailes-2

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
On Sat, Jul 11, 2009 at 7:46 PM, Leland<[hidden email]> wrote:

>>
>> I've just checked Gale's build today, and the increments for the
>> playback slider haven't changed. However, the increments on all the
>> other sliders (pan, gain, input, output) have changed since the 8th.
>> Now all sliders have 20 increments min-max using page up/down and 200
>> increments using arrow keys. I presume you didn't intend to change the
>> increments on these other sliders, and have changed the wrong ones by
>> mistake?
>>
> Yea, I'll get it fixed when I get back home.  :-(

thanks,
David.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Leland (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
David Bailes wrote:

> On Sat, Jul 11, 2009 at 7:46 PM, Leland<[hidden email]> wrote:
>>> I've just checked Gale's build today, and the increments for the
>>> playback slider haven't changed. However, the increments on all the
>>> other sliders (pan, gain, input, output) have changed since the 8th.
>>> Now all sliders have 20 increments min-max using page up/down and 200
>>> increments using arrow keys. I presume you didn't intend to change the
>>> increments on these other sliders, and have changed the wrong ones by
>>> mistake?
>>>
>> Yea, I'll get it fixed when I get back home.  :-(
>
Maybe I should ask you a couple questions that I can ponder until I get back.

When you say you'd like 0.05 for left/right/up/down arrows and 0.5 for page up/down, do you mean that 0.05 is 5% and 0.5 is 50%?  So that it would only take 2 page ups to go from far left to far right and 20 if using the arrows?

Leland


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Gale (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Leland (Audacity Team)

| From Leland <[hidden email]>
| Sat, 11 Jul 2009 02:18:43 -0500
| Subject: [Audacity-devel] playback slider increments

> Gale Andrews wrote:
> > | From Leland <[hidden email]>
> > | Thu, 09 Jul 2009 20:57:01 -0500
> > | Subject: [Audacity-devel] playback slider increments
> >>> I think I understand that. If I left-click in the Play-at-Speed slider
> >>> (or other sliders) and use left/right arrows, nothing happens. I may
> >>> still nag about that when I'm feeling bold, as I'm not sure I'm
> >>> convinced, and I don't think right-click is very discoverable given
> >>> we hardly use it in Audacity. Can we focus the gain and pan sliders
> >>> too with right-click, if we decide that's the solution?
> >> Actually, no.  The gain and pan sliders aren't full fledged controls so
> >> they can't accept the keyboard focus.  That was why keyboard shortcuts
> >> needed to be added for them some 3 or 4 years ago.
> >>
> >> I don't much like the right click thing either and, no, it's not discoverable
> >> unless the user reads a wiki page or some such.  But, I couldn't think of
> >> another way and would be happy to change it if a better idea comes up.
> >
> > Can a hover sufficient to bring up the proposed tooltip make the
> > control take focus? Is moving the gain/pan sliders with arrow keys
> > insoluble unless they are controls?  
> >  
> Well, insoluble is such a strong word.  :-)
>
> I tried doing the hover thing for gain/pan, but it will not work
> without a bit more work.  Since they aren't full controls, they do not
> get automatic notification of when the mouse has entered or left the
> bounds of the control.  So, we have to add a bit of tracking code
> ourselves.  This will not make it into 1.3.8.

Sounds as if this might work then. But if hovering gives focus when you
go to say the input gain, won't you have the same complainant saying
that ALT+ SHIFT + Up won't then increase the Track Panel gain? I
suppose people can simply learn the shortcuts and do without clicking
in the first place, but that assumes sighted users are going to be
actively looking for shortcuts and I expect they aren't.

 

> >>> Anyway, if I right-click Play-at-Speed just over half way along, I see
> >>> the tooltip "Playback Speed: 1.66x". If I right arrow then right-click
> >>> or left-click, the tooltip says 1.69x.  Up arrow and the tooltip says
> >>> 1.72x. Visually, I get a fair amount of flickering in the border when
> >>> I do this, as soon as CPU use goes above about 15% for any reason.  
> >>>
> >> Really?  I which border?  The border around the slider itself or the
> >> Window border?  That's no good and really weird.  I'd like to get that
> >> fixed if possible.
> >
> > The dotted border around the slider. I don't see the problem if I drag
> > the slider with mouse, only if I use the arrow keys. Do you agree the
> > increment change isn't working with Unicode Release?  
> >
> I can't reproduce this under XP or Vista, release build.
 
Reproduces straight away on my XP and Vista machines even on fresh boot.
Can you try scheduling something to happen that uses CPU then try using
the sliders? Here 15-20% CPU is enough to cause it, and momentary
instances of that are common. Does not affect dragging the slider, or
the toolbar display at all.        

 

> >>> As I've said before, a really handy enhancement woold be if just
> >>> hovering in a slider produced the tooltip. IMO it is too fiddly and
> >>> undiscoverable for sighted users to read the current slider setting.
> >>>
> >> Agreed, and I apologize.  I completely forgot about this.  I'll try to
> >> sneak it in before Vaughan pulls the plug on changes.  :-)
> >
> > No need to apologise. But I'll add it to Checklist if it doesn't make it
> > into 1.3.8.
>
> >
> Might be best to add it to the list.

OK...


Gale


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Gale (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Leland (Audacity Team)

| From Leland <[hidden email]>
| Sat, 11 Jul 2009 14:17:48 -0500
| Subject: [Audacity-devel] playback slider increments

> David Bailes wrote:
> > On Sat, Jul 11, 2009 at 7:46 PM, Leland<[hidden email]> wrote:
> >>> I've just checked Gale's build today, and the increments for the
> >>> playback slider haven't changed. However, the increments on all the
> >>> other sliders (pan, gain, input, output) have changed since the 8th.
> >>> Now all sliders have 20 increments min-max using page up/down and 200
> >>> increments using arrow keys. I presume you didn't intend to change the
> >>> increments on these other sliders, and have changed the wrong ones by
> >>> mistake?
> >>>
> >> Yea, I'll get it fixed when I get back home.  :-(
> >
> Maybe I should ask you a couple questions that I can ponder until I get back.
>
> When you say you'd like 0.05 for left/right/up/down arrows and 0.5
> for page up/down, do you mean that 0.05 is 5% and 0.5 is 50%?  So that
> it would only take 2 page ups to go from far left to far right and 20 if
> using the arrows?

I "think" we mean six steps for page up/down, and sixty for arrow keys.
(slider is 0 - 300%)

That's what I thought I was agreeing to, anyway :=)



Gale


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
David Bailes-2

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Leland (Audacity Team)
On Sat, Jul 11, 2009 at 8:17 PM, Leland<[hidden email]> wrote:
>>> Yea, I'll get it fixed when I get back home.  :-(
>>
> Maybe I should ask you a couple questions that I can ponder until I get back.
>
> When you say you'd like 0.05 for left/right/up/down arrows and 0.5 for page up/down, do you mean that 0.05 is 5% and 0.5 is 50%?  So that it would only take 2 page ups to go from far left to far right and 20 if using the arrows?

No. The steps are in terms of the playback speed which goes from 0 to
3. So arrow keys would be 0.05 increments of speed (1.666..% of full
range) giving 60 steps from min to max, and page up/down would be 0.5
increments of speed, giving 6 steps from min to max.
Jaws reads out the percentage speed, so using page up to go from min
to max it will read 0%, 50%, 100%, 150%, 200%, 250%, 300%.
Sim, using arrow keys is will read 0%, 5%, 10%, etc.

David.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
David Bailes-2

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Gale (Audacity Team)
On Sat, Jul 11, 2009 at 8:55 PM, Gale Andrews<[hidden email]> wrote:

>> Maybe I should ask you a couple questions that I can ponder until I get back.
>>
>> When you say you'd like 0.05 for left/right/up/down arrows and 0.5
>> for page up/down, do you mean that 0.05 is 5% and 0.5 is 50%?  So that
>> it would only take 2 page ups to go from far left to far right and 20 if
>> using the arrows?
>
> I "think" we mean six steps for page up/down, and sixty for arrow keys.
> (slider is 0 - 300%)
>
> That's what I thought I was agreeing to, anyway :=)

Me too!
David.

>
>
>
> Gale
>
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> audacity-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/audacity-devel
>

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Leland (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Gale (Audacity Team)
Gale Andrews wrote:

>>> The dotted border around the slider. I don't see the problem if I drag
>>> the slider with mouse, only if I use the arrow keys. Do you agree the
>>> increment change isn't working with Unicode Release?  
>>>
>> I can't reproduce this under XP or Vista, release build.
>  
> Reproduces straight away on my XP and Vista machines even on fresh boot.
> Can you try scheduling something to happen that uses CPU then try using
> the sliders? Here 15-20% CPU is enough to cause it, and momentary
> instances of that are common. Does not affect dragging the slider, or
> the toolbar display at all.        
>
I started a looper and got CPU usage to 100% and then tried each slider in the toolbars using the keyboard and saw no flashing at all.  I'll try booting into Windows 7 later tonight since I have the installed natively.

Leland


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Leland (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by David Bailes-2
David Bailes wrote:

> On Sat, Jul 11, 2009 at 8:55 PM, Gale Andrews<[hidden email]> wrote:
>>> Maybe I should ask you a couple questions that I can ponder until I get back.
>>>
>>> When you say you'd like 0.05 for left/right/up/down arrows and 0.5
>>> for page up/down, do you mean that 0.05 is 5% and 0.5 is 50%?  So that
>>> it would only take 2 page ups to go from far left to far right and 20 if
>>> using the arrows?
>> I "think" we mean six steps for page up/down, and sixty for arrow keys.
>> (slider is 0 - 300%)
>>
>> That's what I thought I was agreeing to, anyway :=)

I have undone my last change to the steps since they were more reasonable.  I will not be able to get the 6 and 60 steps mentioned above until after 1.3.8 since there will be slightly more changes required than I expected since this "special" handling will only be for the SPEED slider type and all of the step handling is currently in generic code.

Sorry,

Leland

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
Gale (Audacity Team)

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink

| From Leland <[hidden email]>
| Sun, 12 Jul 2009 10:51:03 -0500
| Subject: [Audacity-devel] playback slider increments

> David Bailes wrote:
> > On Sat, Jul 11, 2009 at 8:55 PM, Gale Andrews<[hidden email]> wrote:
> >>> Maybe I should ask you a couple questions that I can ponder until I get back.
> >>>
> >>> When you say you'd like 0.05 for left/right/up/down arrows and 0.5
> >>> for page up/down, do you mean that 0.05 is 5% and 0.5 is 50%?  So that
> >>> it would only take 2 page ups to go from far left to far right and 20 if
> >>> using the arrows?
> >> I "think" we mean six steps for page up/down, and sixty for arrow keys.
> >> (slider is 0 - 300%)
> >>
> >> That's what I thought I was agreeing to, anyway :=)
>
> I have undone my last change to the steps since they were more reasonable.  
> I will not be able to get the 6 and 60 steps mentioned above until
> after 1.3.8 since there will be slightly more changes required than I expected
> since this "special" handling will only be for the SPEED slider type
> and all of the step handling is currently in generic code.


David,

If you want to check the increments as they are now after Leland's
undo (or anyone else who can't build on Windows wants to test
where we are now):
http://www.gaclrecords.org.uk/audacity-win-unicode-1.3.8-alpha.zip

I hope we can get the 6/60 steps for Pg Up/Down and arrows
respectively in soon after 1.3.8, and I'll make it a P4 on the
Checklist. The current 2/10 steps for the input and output sliders
are a bit of a pain (to me, anyway).


Thanks


Gale


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
David Bailes-2

Re: playback slider increments

Reply Threaded More More options
Print post
Permalink
In reply to this post by Leland (Audacity Team)
On Sun, Jul 12, 2009 at 4:51 PM, Leland<[hidden email]> wrote:

> David Bailes wrote:
>> On Sat, Jul 11, 2009 at 8:55 PM, Gale Andrews<[hidden email]> wrote:
>>>> Maybe I should ask you a couple questions that I can ponder until I get back.
>>>>
>>>> When you say you'd like 0.05 for left/right/up/down arrows and 0.5
>>>> for page up/down, do you mean that 0.05 is 5% and 0.5 is 50%?  So that
>>>> it would only take 2 page ups to go from far left to far right and 20 if
>>>> using the arrows?
>>> I "think" we mean six steps for page up/down, and sixty for arrow keys.
>>> (slider is 0 - 300%)
>>>
>>> That's what I thought I was agreeing to, anyway :=)
>
> I have undone my last change to the steps since they were more reasonable.  I will not be able to get the 6 and 60 steps mentioned above until after 1.3.8 since there will be slightly more changes required than I expected since this "special" handling will only be for the SPEED slider type and all of the step handling is currently in generic code.
>
> Sorry,

not a problem, and there are plenty of changes to keep users of screen
readers happy.
I'm slightly puzzled by your comment that all the step handling is
currently in generic code, since before you made the latest change,
and now that you've undone that change, the steps on the playback
slider are smaller than the other sliders.

David.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
audacity-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/audacity-devel
1 2 3