/usr/share/kobo-deluxe/sfx/trance1_c.agw is in kobodeluxe-data 0.5.1-6.
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 | /////////////////////////////////////////////
// MIDI Song Loader for "trance1.mid"
// (Cached version; uses prerendered sounds)
// Copyright (C) David Olofson, 2002, 2003
/////////////////////////////////////////////
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_c.raw";
w_load 30, "synbass1_c.raw";
w_load 50, "snare1_c.raw";
w_load 55, "edge2_c.raw";
w_load 58, "bassdrum5_c.raw";
w_load 60, "claps1_c.raw";
w_load 63, "noiseburst2_c.raw";
w_load 74, "phattpad2_c.raw";
w_load 84, "hardsync1_c.raw";
w_load 86, "brass2_c.raw";
w_load 87, "thunder1_c.raw";
print " Done!\n";
|