From 01844d39c6c92d5ce417519ef2bdced6346f2549 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 24 Feb 2016 19:14:31 +0000 Subject: Tracks: use the new findloop for loop detection. Tracks's previous loop detector was very basic, and only bothered to highlight one loop, even if the player managed to create more than one at a time. Now we highlight all of them. --- tracks.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracks.R') diff --git a/tracks.R b/tracks.R index 1535944..f88dfb0 100644 --- a/tracks.R +++ b/tracks.R @@ -1,6 +1,6 @@ # -*- makefile -*- -TRACKS_EXTRA = dsf +TRACKS_EXTRA = dsf findloop tracks : [X] GTK COMMON tracks TRACKS_EXTRA tracks-icon|no-icon -- cgit v1.1