/usr/share/kobo-deluxe/sfx/trance1.agw is in kobodeluxe-data 0.5.1-8.
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 | /////////////////////////////////////////////
// MIDI Song Loader for "trance1.mid"
// Copyright (C) David Olofson, 2002
/////////////////////////////////////////////
print "Loading \"Trance1\"...\n";
print " Copyright (C) David Olofson, 2002.\n";
w_load target, "trance1.mid";
p_param target, WAVE, target;
p_param target, DRIVER, MIDI;
w_load 16, "aguitar1.agw";
w_load 30, "synbass1.agw";
w_load 50, "snare1.agw";
w_load 55, "edge2.agw";
w_load 58, "bassdrum5.agw";
w_load 60, "claps1.agw";
w_load 63, "noiseburst2.agw";
w_load 74, "phattpad2.agw";
w_load 84, "hardsync1.agw";
w_load 86, "brass2.agw";
w_load 87, "thunder1.agw";
print " Done!\n";
|