AuroraOpenALSoft/OpenAL32
Chris Robinson d3980bdebc Always set the active source's update method
If the source is stopped, changes its buffer, then played again quickly, the
source will never be removed from the active source list causing the update
method to remain as it was. If the buffer was changed between mono and multi-
channel, this causes it to use the wrong method.
2014-07-26 16:41:39 -07:00
..
Include Use generic atomics in more places 2014-07-22 18:57:51 -07:00
alAuxEffectSlot.c Explicitly pass the address of atomics and parameters that can be modified 2014-07-26 03:00:49 -07:00
alBuffer.c Remove an unused variable 2014-07-01 22:52:06 -07:00
alEffect.c Use C99 inline in more places 2013-11-04 13:44:46 -08:00
alError.c Explicitly pass the address of atomics and parameters that can be modified 2014-07-26 03:00:49 -07:00
alExtension.c Remove the last of the al_try code 2013-10-07 12:05:39 -07:00
alFilter.c Add a ALfilterState method to process multiple samples at once 2014-05-18 06:23:20 -07:00
alFontsound.c Store 4 modulators per map entry 2014-07-06 09:06:35 -07:00
alListener.c Explicitly pass the address of atomics and parameters that can be modified 2014-07-26 03:00:49 -07:00
alMidi.c Don't require MIDI sysex data to have the high bit clear 2014-06-26 04:35:51 -07:00
alPreset.c Make a function static 2014-07-04 00:00:39 -07:00
alSoundfont.c Make some functions static 2014-07-20 01:27:33 -07:00
alSource.c Always set the active source's update method 2014-07-26 16:41:39 -07:00
alState.c Explicitly pass the address of atomics and parameters that can be modified 2014-07-26 03:00:49 -07:00
alThunk.c Fix a minor typo 2012-04-25 19:37:12 -07:00
sample_cvt.c Add some asserts to verify block alignment for conversion 2014-05-20 09:16:54 -07:00