Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2009-12-28 13:15:35 +0300
committerJoerg Mueller <nexyon@gmail.com>2009-12-28 13:15:35 +0300
commited4029d07a75a36c2aa3f50770bb749753bcd8ec (patch)
tree63c1242593db911dc25c4105196100cc62f578dd /intern/audaspace/FX
parent98f1d6957eccd3e7fab4274f29ee6a44de154210 (diff)
Sound:
* Fixed minor errors in AUD_BufferReader.cpp and AUD_LoopFactory.h * Added a first version of a bandpass filter using fftw3
Diffstat (limited to 'intern/audaspace/FX')
-rw-r--r--intern/audaspace/FX/AUD_LoopFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/FX/AUD_LoopFactory.h b/intern/audaspace/FX/AUD_LoopFactory.h
index 461d8c9ab69..c81d906b82e 100644
--- a/intern/audaspace/FX/AUD_LoopFactory.h
+++ b/intern/audaspace/FX/AUD_LoopFactory.h
@@ -38,7 +38,7 @@ private:
/**
* The loop count.
*/
- float m_loop;
+ int m_loop;
public:
/**