index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
effects
/
distortion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass ALeffectProps directly to the get/setParam* methods
Chris Robinson
2019-03-22
1
-12
/
+10
*
Use the effect state factory to set the default effect props
Chris Robinson
2019-03-22
1
-44
/
+42
*
Implement getDefaultProps for effect state factories
Chris Robinson
2019-03-22
1
-0
/
+16
*
Fix unused parameter warning
Chris Robinson
2019-02-21
1
-1
/
+1
*
Pass the number of input channels to EffectState::process
Chris Robinson
2019-02-21
1
-9
/
+9
*
Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS
Chris Robinson
2019-02-19
1
-1
/
+1
*
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
*
Replace macros with constexpr inline functions
Chris Robinson
2019-01-06
1
-1
/
+2
*
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
-24
/
+14
*
Mix effect slot output to the effect target if it's set
Chris Robinson
2018-12-23
1
-1
/
+12
*
Constify a parameter
Chris Robinson
2018-12-22
1
-2
/
+2
*
Use class methods for the biquad filter
Chris Robinson
2018-12-04
1
-8
/
+8
*
Use proper inheritence for the effect state objects
Chris Robinson
2018-11-19
1
-43
/
+24
*
Clean up more effects' struct members
Chris Robinson
2018-11-19
1
-16
/
+16
*
Clean up the biquad filter a bit
Chris Robinson
2018-11-19
1
-2
/
+2
*
Use proper inheritence for EffectStateFactory
Chris Robinson
2018-11-19
1
-14
/
+4
*
Move the ALCcontext definition to its own header
Chris Robinson
2018-11-17
1
-0
/
+1
*
Convert the dedicated, distortion, echo, and equalizer to C++
Chris Robinson
2018-11-17
1
-0
/
+289