index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
effects
/
modulator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the UNUSED macro
Chris Robinson
2019-07-28
1
-2
/
+2
*
Use a span for MixParams
Chris Robinson
2019-07-04
1
-3
/
+3
*
Corrected old naming
Lopuska
2019-07-01
1
-1
/
+1
*
avoid extra local member declaration
Lopuska
2019-06-30
1
-4
/
+2
*
Use a span for the effect state's output target
Chris Robinson
2019-06-05
1
-2
/
+1
*
Make some more channel counts unsigned
Chris Robinson
2019-06-05
1
-2
/
+2
*
Use span<FloatBufferLine> for EffectState::process output
Chris Robinson
2019-05-29
1
-4
/
+3
*
Use span<FloatBufferLine> for MixSamples
Chris Robinson
2019-05-29
1
-5
/
+5
*
Use FloatBufferLine for the effect process method
Chris Robinson
2019-05-29
1
-4
/
+4
*
Move a couple functions into its related class
Chris Robinson
2019-05-25
1
-1
/
+1
*
Rename and move ALeffectProps
Chris Robinson
2019-03-22
1
-13
/
+13
*
Use MixParams for the wet buffers
Chris Robinson
2019-03-22
1
-2
/
+2
*
Slightly improve casting in the modulator effect
Chris Robinson
2019-03-22
1
-3
/
+4
*
Pass ALeffectProps directly to the get/setParam* methods
Chris Robinson
2019-03-22
1
-17
/
+13
*
Use the effect state factory to set the default effect props
Chris Robinson
2019-03-22
1
-45
/
+43
*
Implement getDefaultProps for effect state factories
Chris Robinson
2019-03-22
1
-5
/
+19
*
Allow processing some effects in higher order ambisonics
Chris Robinson
2019-02-21
1
-3
/
+3
*
Get rid of the MAX_EFFECT_CHANNELS macro
Chris Robinson
2019-02-21
1
-9
/
+9
*
Pass the number of input channels to EffectState::process
Chris Robinson
2019-02-21
1
-8
/
+9
*
Remove redundant void argument list in function def
Filip Gawin
2019-01-09
1
-1
/
+1
*
Use c++ headers
Filip Gawin
2019-01-09
1
-2
/
+2
*
Avoid using old style casts
Filip Gawin
2019-01-08
1
-8
/
+8
*
Replace macros with constexpr inline functions
Chris Robinson
2019-01-06
1
-1
/
+1
*
Rename a couple filter files for consistency
Chris Robinson
2018-12-25
1
-1
/
+1
*
Provide effect target parameters through a common struct
Chris Robinson
2018-12-24
1
-18
/
+7
*
Mix effect slot output to the effect target if it's set
Chris Robinson
2018-12-23
1
-5
/
+16
*
Constify a parameter
Chris Robinson
2018-12-22
1
-2
/
+2
*
Use proper classes for Vector and Matrix types
Chris Robinson
2018-12-12
1
-1
/
+1
*
Use class methods for the biquad filter
Chris Robinson
2018-12-04
1
-5
/
+5
*
Use proper templating for the modulator's Modulate function
Chris Robinson
2018-11-19
1
-42
/
+33
*
Use proper inheritence for the effect state objects
Chris Robinson
2018-11-19
1
-52
/
+33
*
Clean up the remaining effect struct member names
Chris Robinson
2018-11-19
1
-35
/
+33
*
Clean up the biquad filter a bit
Chris Robinson
2018-11-19
1
-1
/
+1
*
Use proper inheritence for EffectStateFactory
Chris Robinson
2018-11-19
1
-13
/
+4
*
Move the vector and matrix declarations to a separate header
Chris Robinson
2018-11-17
1
-1
/
+2
*
Move the ALCcontext definition to its own header
Chris Robinson
2018-11-17
1
-0
/
+1
*
Convert modulator.c to C++
Chris Robinson
2018-11-17
1
-0
/
+310