This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6085 - AJBR A-B repeat loop inoperable
Attached to Project:
Rockbox
Opened by Jeff Burden (JazzMan) - Thursday, 28 September 2006, 19:09 GMT+2
Last edited by Daniel Stenberg (bagder) - Wednesday, 03 January 2007, 11:11 GMT+2
Opened by Jeff Burden (JazzMan) - Thursday, 28 September 2006, 19:09 GMT+2
Last edited by Daniel Stenberg (bagder) - Wednesday, 03 January 2007, 11:11 GMT+2
|
DetailsI have a Archos Jukebox Recorder 15. I am using the daily build for 9-28-06. The menu selection that changes the repeat function to A-B repeat is selectable. But when it is selected the unit does not place the markers intended for the repeated area and therefore you can't define the section to repeat. On Left and On Right are supposed to drop the markers but nothing happens.
|
This task depends upon
Closed by Steve Bavin (pondlife)
Thursday, 04 January 2007, 09:11 GMT+2
Reason for closing: Fixed
Additional comments about closing: As reported by the original reporter.
Thursday, 04 January 2007, 09:11 GMT+2
Reason for closing: Fixed
Additional comments about closing: As reported by the original reporter.
On the H140, to set a marker one needs to press ON+LEFT/RIGHT. The problem is, the marker only registers if this combo is almost instantaneous. One cannot hold down ON 5 seconds before pressing LEFT; one must make the time between the two buttons very short to get the marker to register. This is workable but not ideal. IMHO it would be better if one could hold the ON button an indefinate amount of time before pressing LEFT/RIGHT and still have the marker register. I almost submitted a feature request for this.
I hope we are talking about the same issue. I don't know if the behavior was like this before the buttonaction code.
Also, here's a somewhat releated (A-B repeat) problem I opened yesterday: #6078
Using three buttons that require holding can be too impractical for people trying to time their repeat points accurately.
The feature is entirely a tap-one-button task in the first place; it works perfectly without requiring extra controls.
The H340 actually has a button deliberately labelled 'A-B' for this feature, so the 3-buttons method looks bizarrely inaccessible.
I don't know about the Archos, but on the H340, tap-record and hold-record are completely unused in this situation, so there are controls to spare. Even if there weren't, I think something other than repeat A-B should be given the 3-buttons controls. As it is, A-B repeat could easily be put back on the A-B button if the current A-B functionality was simply moved over to the wasted record button.
I added code last week which allows targets to use a 1 button setup for a-b mode, but it isnt perfect so targets (like the 3 mentioned) which have the extra butttons shhuold use them instead of a single button.
The Wiki still says that the following is the proceedure...
A-B.
Repeats between two user defined points within a track, typically used by musicians when attempting to learn a piece of music. This option is more complicated to use than the others as the player must first be placed into A-B repeat mode and then the start and end points defined.
Hold Play and press Left — Sets Start Point (A)
Hold Play and press Right — Sets End Point (B)
And I didn't know how to cancel the request. Turns out that it works fine. Good job Jon! Thanks a lot!