This file is indexed.

/usr/share/doc/faust/examples/filtering/moogVCF.dsp is in faust 0.9.95~repack1-2.

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
declare name "moogVCF";
declare version "0.0";
declare author "JOS, revised by RM";
declare description "Illustrate and compare all three Moog VCF implementations above.";

import("stdfaust.lib");

process = dm.moog_vcf_demo;