From 13298001e4ffae7fc1ac41dc3277459554ed7af9 Mon Sep 17 00:00:00 2001 From: "stevethefiddle@gmail.com" Date: Mon, 17 Nov 2014 16:59:49 +0000 Subject: [PATCH] Updated to work with r13623. --- plug-ins/crossfadetracks.ny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/crossfadetracks.ny b/plug-ins/crossfadetracks.ny index 581974f76..8456fe55a 100644 --- a/plug-ins/crossfadetracks.ny +++ b/plug-ins/crossfadetracks.ny @@ -42,7 +42,7 @@ (mult (/ -1 (- 1 epsilon)) (diff logcurve epsilon))))) -(let ((tracks (get '*selection* 'tracks))) +(let ((tracks (length (get '*selection* 'tracks)))) (case tracks (1 "Only 1 track selected.\n'Crossfade Tracks' requires 2 tracks.") (2 (crossfade type))