aboutsummaryrefslogtreecommitdiff
path: root/audio/spiralsynth/files/patch-SpiralSound_Oscillator.C
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-11-15 13:26:36 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-11-15 13:26:36 +0000
commit9c4b64a964b995cf74774308b95d8a29e453368d (patch)
tree1d1e50b8fecd5d673f5a8501c62c614956fd16a3 /audio/spiralsynth/files/patch-SpiralSound_Oscillator.C
parentb53f78eb1a9131b9c05b482bc9f76d07c9a7dd65 (diff)
Notes
Diffstat (limited to 'audio/spiralsynth/files/patch-SpiralSound_Oscillator.C')
-rw-r--r--audio/spiralsynth/files/patch-SpiralSound_Oscillator.C14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/spiralsynth/files/patch-SpiralSound_Oscillator.C b/audio/spiralsynth/files/patch-SpiralSound_Oscillator.C
new file mode 100644
index 000000000000..62b5ebef4fab
--- /dev/null
+++ b/audio/spiralsynth/files/patch-SpiralSound_Oscillator.C
@@ -0,0 +1,14 @@
+--- SpiralSound/Oscillator.C.orig 2011-11-15 14:22:27.000000000 +0100
++++ SpiralSound/Oscillator.C 2011-11-15 14:22:21.000000000 +0100
+@@ -30,7 +30,10 @@
+ m_PulseWidth(0.5f),
+ m_PortmentoSpeed(1),
+ m_DesiredFreq(0),
+-m_ModAmount(0.01f)
++m_ModAmount(0.01f),
++m_FreqModBuf(0),
++m_PulseWidthModBuf(0),
++m_SHModBuf(0)
+ {
+ m_CyclePos=new int[SpiralInfo::POLY];
+ m_InOctave=new int[SpiralInfo::POLY];