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
/
alcChorus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the effect state's Destroy method to Destruct
Chris Robinson
2013-05-21
1
-2
/
+2
*
Use factories to create and destroy effect states
Chris Robinson
2013-05-21
1
-3
/
+37
*
Auto-generate wrappers to upcast objects before calling user methods
Chris Robinson
2013-05-21
1
-10
/
+4
*
Use macros to help define vtables for effect states
Chris Robinson
2013-05-21
1
-11
/
+8
*
The effect state being destroyed can't be NULL
Chris Robinson
2013-05-21
1
-8
/
+6
*
Rename some inheritance macros
Chris Robinson
2013-05-21
1
-9
/
+9
*
Pre-scale the chorus and flanger delays to be in samples
Chris Robinson
2013-05-21
1
-19
/
+12
*
Avoid storing some chorus and flanger properties in the effect state
Chris Robinson
2013-05-21
1
-35
/
+17
*
Process 64 samples at a time for chorus and flanger effects
Chris Robinson
2013-05-20
1
-48
/
+65
*
Split chorus delay calculation into separate methods
Chris Robinson
2013-05-20
1
-37
/
+44
*
Use some macros to help with deriving types
Chris Robinson
2013-05-20
1
-12
/
+10
*
Remove unnecessary NULL checks
Chris Robinson
2013-03-13
1
-11
/
+7
*
Add Chorus and Flanger effects
Chris Robinson
2013-03-13
1
-0
/
+395