/usr/share/kobo-deluxe/sfx/test2.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 | /////////////////////////////////////////////
// MIDI Song Loader for "test2.mid"
// Copyright (C) David Olofson, 2002
/////////////////////////////////////////////
print "Loading \"Test2\"...\n";
print " Copyright (C) David Olofson, 2002.\n";
w_load target, "test2.mid";
p_param target, WAVE, target;
p_param target, DRIVER, MIDI;
w_load 32, "sine.agw";
print " Done!\n";
|