aboutsummaryrefslogtreecommitdiff
path: root/parse-to-h.pl
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-02-11 01:28:08 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-02-11 01:28:08 +0000
commitf1ab17519a1993805667994ba4b289d5870ad252 (patch)
tree3a6d1056159d1d87187b18d8bc13209d91c175c2 /parse-to-h.pl
parent6c45783c45701b7073c856f7d4326516c4d577bf (diff)
thanks to Tymm Twillman, earplug now includes an embedded version of its giant array of impulse data, but can also be overridden by including an earplug_data.txt file
svn path=/trunk/externals/earplug~/; revision=10756
Diffstat (limited to 'parse-to-h.pl')
-rwxr-xr-xparse-to-h.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-to-h.pl b/parse-to-h.pl
index 5e9f36d..2176348 100755
--- a/parse-to-h.pl
+++ b/parse-to-h.pl
@@ -19,7 +19,7 @@ for ($i = 0; $i < 368; $i++) {
}
close(DATAFILE);
-print("float impulses\[368\]\[2\]\[128\] = {\n");
+print("t_float impulses\[368\]\[2\]\[128\] = {\n");
for ($i = 0; $i < 368; $i++) {
# print("/*$comment[$i]*/\n");
# print("float $arrayname[$i]\[2\]\[128\] = {\n{");