Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use generic atomics in more places | Chris Robinson | 2014-07-22 | 5 | -10/+10 |
| | |||||
* | Add macros for generic atomic functionality | Chris Robinson | 2014-07-22 | 6 | -44/+44 |
| | |||||
* | Make some functions static | Chris Robinson | 2014-07-20 | 2 | -6/+4 |
| | |||||
* | Load the default soundfont as a comma-separate list of filename | Chris Robinson | 2014-07-19 | 1 | -6/+27 |
| | | | | | | This allows multiple soundfont files to be "patched" together to create a single soundfont. For instance a GM soundfont with a separate soundfont for GS-only additions. | ||||
* | Add a source radius property that determines the directionality of a sound | Chris Robinson | 2014-07-11 | 2 | -0/+4 |
| | | | | | | | | | At 0 distance from the listener, the sound is omni-directional. As the source and listener become 'radius' units apart, the sound becomes more directional. With HRTF, an omni-directional sound is handled using 0-delay, pass-through filter coefficients, which is blended with the real delay and coefficients as needed to become more directional. | ||||
* | Store 4 modulators per map entry | Chris Robinson | 2014-07-06 | 2 | -8/+14 |
| | |||||
* | Regroup and reorganize some macros | Chris Robinson | 2014-07-06 | 1 | -40/+57 |
| | |||||
* | Use VECTOR_FIND_IF instead of a manual loop | Chris Robinson | 2014-07-06 | 1 | -11/+7 |
| | |||||
* | Allow ALsoundfont_deleteSoundfont to handle multiple buffers | Chris Robinson | 2014-07-06 | 1 | -10/+20 |
| | |||||
* | Don't require pre-declaring vector types | Chris Robinson | 2014-07-06 | 2 | -11/+6 |
| | |||||
* | Avoid aliasing an int array | Chris Robinson | 2014-07-05 | 1 | -4/+4 |
| | |||||
* | Make some more functions static | Chris Robinson | 2014-07-05 | 2 | -7/+6 |
| | |||||
* | Use a helper function to check valid MIDI controller inputs | Chris Robinson | 2014-07-04 | 2 | -4/+15 |
| | |||||
* | Make a function static | Chris Robinson | 2014-07-04 | 1 | -2/+2 |
| | |||||
* | AL_SOFT_MSADPCM is functionally complete | Chris Robinson | 2014-07-03 | 1 | -6/+0 |
| | |||||
* | Simplify setting a fontsound link | Chris Robinson | 2014-07-01 | 1 | -10/+6 |
| | |||||
* | Check that a fontsound is NOT null before deleting it | Chris Robinson | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | Remove an unused variable | Chris Robinson | 2014-07-01 | 1 | -2/+0 |
| | |||||
* | Standardize some New/Delete methods | Chris Robinson | 2014-06-30 | 6 | -27/+32 |
| | |||||
* | Remove an unused macro | Chris Robinson | 2014-06-29 | 1 | -1/+0 |
| | |||||
* | Load soundfont samples into an ALbuffer | Chris Robinson | 2014-06-29 | 5 | -194/+63 |
| | | | | | Also remove ALsoundfont's now-unneeded sample storage functions and struct fields. | ||||
* | Store and use an ALbuffer for samples in an ALfontsound | Chris Robinson | 2014-06-29 | 2 | -0/+29 |
| | | | | | | | | The fontsound still maintains its own start, end, and loop offsets, so that the same buffer may be shared between multiple/all fontsounds. Ideally a single buffer should be used for all fontsounds to avoid memory fragmentation and help CPU caching, although higher quality soundfonts may need more memory than a single buffer can hold. | ||||
* | Don't require MIDI sysex data to have the high bit clear | Chris Robinson | 2014-06-26 | 1 | -6/+0 |
| | |||||
* | Get the mixer and resampler functions when needed | Chris Robinson | 2014-06-13 | 1 | -4/+1 |
| | |||||
* | Combine the direct and send mixers | Chris Robinson | 2014-06-13 | 2 | -8/+5 |
| | |||||
* | Combine some dry and wet path types | Chris Robinson | 2014-06-13 | 2 | -17/+8 |
| | |||||
* | Pre-apply the crossfeed filter gain to the input sample coefficients | Chris Robinson | 2014-06-12 | 1 | -19/+10 |
| | |||||
* | Use floats for the BS2B filter | Chris Robinson | 2014-06-11 | 1 | -10/+10 |
| | |||||
* | Make bs2b_cross_feed inline | Chris Robinson | 2014-06-10 | 1 | -2/+33 |
| | |||||
* | Add SSE2 and SSE4.1 linear resamplers | Timothy Arceri | 2014-06-06 | 1 | -1/+2 |
| | | | | | Currently the only way SSE 4.1 is detected is by using __get_cpuid, i.e. with GCC. Windows' IsProcessorFeaturePresent does not report SSE4.1 capabilities. | ||||
* | Avoid a loop when updating the source position variables | Chris Robinson | 2014-06-02 | 1 | -0/+2 |
| | |||||
* | Add an option to get the length of a source's full queue | Chris Robinson | 2014-05-25 | 1 | -0/+95 |
| | | | | | This simplifies keeping track how much a source has buffered in its queue, which reduces a bunch of unnecessary book keeping the app would have to do. | ||||
* | Move the active source's offset out of the direct params | Chris Robinson | 2014-05-24 | 2 | -2/+2 |
| | |||||
* | Mark a few more functions as const | Chris Robinson | 2014-05-23 | 2 | -8/+8 |
| | |||||
* | Rename CONST_FUNC and PRINTF_STYLE, and fix non-GNU AL_PRINT | Chris Robinson | 2014-05-23 | 1 | -10/+10 |
| | |||||
* | AL_SOFT_block_alignment is now considered done | Chris Robinson | 2014-05-22 | 1 | -6/+0 |
| | |||||
* | Use the first non-0-length buffer when starting a source | Chris Robinson | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Use an unsigned type for the win32 size_t formatter | Chris Robinson | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Mark some functions as const | Chris Robinson | 2014-05-22 | 1 | -5/+7 |
| | |||||
* | Add some asserts to verify block alignment for conversion | Chris Robinson | 2014-05-20 | 1 | -0/+8 |
| | |||||
* | Return a sample pointer from resamplers | Chris Robinson | 2014-05-19 | 2 | -5/+6 |
| | | | | Both resampling and filtering now avoid copying samples when they no-op. | ||||
* | Put per-channel filter properties together | Chris Robinson | 2014-05-19 | 1 | -8/+12 |
| | |||||
* | Move an HRTF mixer parameter and shorten a couple variable names | Chris Robinson | 2014-05-18 | 1 | -3/+3 |
| | |||||
* | Don't pass the SendParams to the wet-path mixer | Chris Robinson | 2014-05-18 | 1 | -11/+13 |
| | |||||
* | Don't pass the DirectParams to the dry-path mixer | Chris Robinson | 2014-05-18 | 1 | -12/+13 |
| | |||||
* | Use different parameters for HRTF mixers | Chris Robinson | 2014-05-18 | 2 | -1/+9 |
| | |||||
* | Pass some DirectParams as function parameters | Chris Robinson | 2014-05-18 | 1 | -2/+3 |
| | |||||
* | Add a ALfilterState method to process multiple samples at once | Chris Robinson | 2014-05-18 | 2 | -0/+7 |
| | |||||
* | Reset filter properties when setting a null filter type | Chris Robinson | 2014-05-17 | 1 | -0/+6 |
| | |||||
* | Support the band-pass filter | Chris Robinson | 2014-05-17 | 1 | -1/+84 |
| |