summarylogtreecommitdiffstats
path: root/RTcmix-pd-LCPLAY-stabilize.patch
diff options
context:
space:
mode:
authorAlbert Graef2016-06-27 19:25:56 +0200
committerAlbert Graef2016-06-27 19:25:56 +0200
commit61786b9d3badcce6ed547d442e3b6728fda18ac6 (patch)
tree89772b16f4b335f8254462e67a4a75a6f5f27d13 /RTcmix-pd-LCPLAY-stabilize.patch
downloadaur-61786b9d3badcce6ed547d442e3b6728fda18ac6.tar.gz
Initial upload.
Diffstat (limited to 'RTcmix-pd-LCPLAY-stabilize.patch')
-rw-r--r--RTcmix-pd-LCPLAY-stabilize.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/RTcmix-pd-LCPLAY-stabilize.patch b/RTcmix-pd-LCPLAY-stabilize.patch
new file mode 100644
index 000000000000..20f10a8b1669
--- /dev/null
+++ b/RTcmix-pd-LCPLAY-stabilize.patch
@@ -0,0 +1,13 @@
+diff --git a/RTcmix-pd-4.0.1.6/insts/std/LPCPLAY/stabilize.cpp b/RTcmix-pd-4.0.1.6/insts/std/LPCPLAY/stabilize.cpp
+index 5753965..9cf85c4 100644
+--- a/RTcmix-pd-4.0.1.6/insts/std/LPCPLAY/stabilize.cpp
++++ b/RTcmix-pd-4.0.1.6/insts/std/LPCPLAY/stabilize.cpp
+@@ -29,7 +29,7 @@ stabilize(float *frameIn, int npoles)
+ static Complex jay(0., 1.);
+ static Complex tmp;
+
+-inline double abs(double x) { return (x >= 0.) ? x : -x; }
++//inline double abs(double x) { return (x >= 0.) ? x : -x; }
+
+ static int
+ factor(double *b, long *k4, double *rootr, double *rooti,