This file is indexed.

/usr/share/audacity/plug-ins/crossfadeout.ny is in audacity-data 2.0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
;nyquist plug-in
;version 2
;type process
;categories "http://lv2plug.in/ns/lv2core#MixerPlugin"
;name "Cross Fade Out"
;action "Cross-Fading Out..."
(mult s (snd-exp
          (snd-scale 0.5 (snd-log
                          (sum 1 (snd-scale -1 (ramp)))))))