This file is indexed.

/usr/share/bse/v0.7.8/instruments/bqs-syndrum.bse is in beast 0.7.8-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
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
; BseProject

(bse-version "0.7.2")

(container-child "BseCSynth::BQS SynDrum"
  (modification-time "2007-09-20 22:25:54")
  (creation-time "2006-04-07 20:44:57")
  (license "Provided \"as is\", WITHOUT ANY WARRANTY (http://beast.testbit.eu/LICENSE-AS-IS)")
  (author "Tim Janik")
  (blurb "Example Instrument based on the DavSynDrum module.")
  (container-child "BseInstrumentOutput::InstrumentOutput-1"
    (pos-y -1)
    (pos-x 3)
    (source-input "left-audio" (link 1 "StandardSaturator-1") "audio-out1")
    (source-input "right-audio" (link 1 "StandardSaturator-1") "audio-out1")
    (source-input "synth-done" (link 1 "SimpleADSR-1") "done-out"))
  (container-child "BseInstrumentInput::InstrumentInput-1"
    (pos-x -4))
  (container-child "BseAmplifier::Amplifier-1"
    (master-volume 1)
    (base-level 0)
    (ostrength 50)
    (ctrl-exp #f)
    (ctrl-mul #t)
    (clevel2 100)
    (clevel1 100)
    (alevel2 100)
    (alevel1 100)
    (source-input "audio-in1" (link 1 "DavSynDrum-1") "audio-out")
    (source-input "ctrl-in2" (link 1 "SimpleADSR-1") "ctrl-out"))
  (container-child "BseSimpleADSR::SimpleADSR-1"
    (time-range bse-time-range-short)
    (release-time 30)
    (sustain-level 80)
    (decay-time 100)
    (attack-time 0)
    (pos-y -1)
    (pos-x -2)
    (source-input "gate-in" (link 1 "InstrumentInput-1") "gate"))
  (container-child "DavSynDrum::DavSynDrum-1"
    (ratio 3)
    (res 16.000000759959221)
    (trigger-vel 379.99999523162842)
    (base-freq 16.351598739624023)
    (pos-y 1)
    (pos-x -2)
    (source-input "freq-in" (link 1 "InstrumentInput-1") "frequency")
    (source-input "trigger-in" (link 1 "InstrumentInput-1") "gate"))
  (container-child "BseStandardSaturator::StandardSaturator-1"
    (output-volume 1.0111223458038416)
    (auto-output #t)
    (level 98.900000000000063)
    (saturation bse-standard-saturate-tanh)
    (pos-y 1)
    (pos-x 1)
    (source-input "audio-in1" (link 1 "Amplifier-1") "audio-out")))