Feature #220
Please add A-B repeat feature to GTKUI
100%
Description
Audacious used to have this neat feature (I know, because I'm the one who implemented it) where you could set a start point and end point (in what audacious calls 'frames'), and audacious would loop between them, simply by hitting the 'A' key twice.
It appears this feature was removed in Audacious 3. Could you re-add it? It is useful for working out songs, and I considered it to be one of those things which made Audacious a more 'pro audio' oriented player.
You could probably do this by hooking or perhaps adding a filter on the pipeline to queue a seek. I am not really certain how the new effect plugins work in regard to queueing future events, though. I might mess around with it if I have time.
History
#1 Updated by Ariadne Conill almost 12 years ago
As an update, it seems that there is still plumbing for this in skinnedui, but not gtkui. Audacious 2 had this feature available in GTKUI, as far as I recall it anyway!
#2 Updated by John Lindgren almost 12 years ago
- Subject changed from please re-add A-B repeat feature to Please add A-B repeat feature to GTKUI
AFAIK it was never implemented in gtkui. (There was a menu item for it but it wasn't hooked up to anything.) As far as I know the feature still works fine in the skinned UI, though.
#3 Updated by Ariadne Conill almost 12 years ago
Yes, it appears you are right on that end, as I was talking with tallica on IRC about it.
Would it be possible to move this to an effect plugin? I am assuming that the effect plugins have the sufficient timing information to make it work.
#4 Updated by John Lindgren almost 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100