Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up implicit conversions in source.cpp | Chris Robinson | 2019-09-12 | 4 | -1266/+1270 |
| | |||||
* | Get rid of more implicit conversions | Chris Robinson | 2019-09-12 | 5 | -144/+156 |
| | |||||
* | Don't use [[nodiscard]] in C++11 | Chris Robinson | 2019-09-12 | 1 | -5/+5 |
| | | | | To silence some warnings in older compilers, and fix an error with newer MSVC. | ||||
* | Use unsigned channel indices | Chris Robinson | 2019-09-12 | 9 | -59/+61 |
| | |||||
* | Avoid implicit conversions with the examples and utils | Chris Robinson | 2019-09-12 | 13 | -93/+99 |
| | |||||
* | Only pass -Wold-style-cast for C++ | Chris Robinson | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Clean up some more implicit conversions | Chris Robinson | 2019-09-11 | 6 | -210/+204 |
| | |||||
* | Allocate buffer batches separately from buffers | Chris Robinson | 2019-09-11 | 1 | -40/+42 |
| | |||||
* | Fix a few more C-style casts | Chris Robinson | 2019-09-11 | 4 | -7/+8 |
| | |||||
* | Fix allocator comparison operators | Chris Robinson | 2019-09-11 | 1 | -4/+4 |
| | |||||
* | Fix function declaration | Chris Robinson | 2019-09-11 | 3 | -5/+6 |
| | |||||
* | Avoid C-style casts in C++ | Chris Robinson | 2019-09-11 | 11 | -36/+39 |
| | |||||
* | Fix some more implicit casts | Chris Robinson | 2019-09-11 | 5 | -390/+389 |
| | |||||
* | Fix some implicit casts | Chris Robinson | 2019-09-11 | 3 | -35/+34 |
| | |||||
* | Simplify flexible array member usage | Chris Robinson | 2019-09-11 | 7 | -37/+31 |
| | |||||
* | Don't inherit for the allocator | Chris Robinson | 2019-09-11 | 1 | -22/+18 |
| | |||||
* | Avoid dynamically allocating ChannelConverter | Chris Robinson | 2019-09-10 | 3 | -33/+7 |
| | |||||
* | Make hq-mode the default and update ambisonics.txt | Chris Robinson | 2019-09-08 | 4 | -31/+23 |
| | |||||
* | Remove mention of an unsupported env var | Chris Robinson | 2019-09-08 | 1 | -10/+0 |
| | |||||
* | Remove unneeded TRACEREF logging | Chris Robinson | 2019-09-08 | 3 | -10/+2 |
| | |||||
* | Avoid unnecessary explicit copy methods | Chris Robinson | 2019-09-08 | 1 | -20/+4 |
| | |||||
* | Use a new voice when restarting a playing source | Chris Robinson | 2019-09-06 | 1 | -10/+18 |
| | |||||
* | Combine two functions into one | Chris Robinson | 2019-09-05 | 1 | -57/+40 |
| | |||||
* | Don't set voice properties in ApplyOffset | Chris Robinson | 2019-09-05 | 1 | -23/+42 |
| | |||||
* | Use a normal vector for the voices array | Chris Robinson | 2019-09-04 | 5 | -92/+26 |
| | |||||
* | Increment the mix count during disconnect | Chris Robinson | 2019-09-04 | 1 | -1/+3 |
| | | | | | So attempts to get the current playback offset behave correctly while disconnecting. | ||||
* | Only ASSUME values where a variable is used | Chris Robinson | 2019-09-04 | 4 | -6/+3 |
| | |||||
* | Only use one accumulation buffer for B-Format HRTF mixing | Chris Robinson | 2019-09-03 | 3 | -25/+16 |
| | | | | | It's all getting added together anyway and all channels are continuous inputs, so this is fewer passes over various buffers. | ||||
* | Clean up some formatting | Chris Robinson | 2019-09-03 | 1 | -6/+6 |
| | |||||
* | Use global placement new for AL object batches | Chris Robinson | 2019-09-01 | 3 | -19/+5 |
| | |||||
* | Avoid unnecessary placement new definitions | Chris Robinson | 2019-09-01 | 4 | -15/+4 |
| | |||||
* | Ensure AL_STOPPED state change events are sent | Chris Robinson | 2019-09-01 | 1 | -2/+5 |
| | | | | With explicit calls to alSourceStop on a playing or paused source | ||||
* | Avoid accumulating a temporary | Chris Robinson | 2019-09-01 | 1 | -2/+2 |
| | |||||
* | Hold the source lock in UpdateAllSourceProps | Chris Robinson | 2019-09-01 | 2 | -21/+21 |
| | |||||
* | Return a QString from GetVersionString | Chris Robinson | 2019-08-31 | 3 | -4/+6 |
| | |||||
* | Don't include version.h in mainwindow.cpp | Chris Robinson | 2019-08-31 | 4 | -4/+22 |
| | | | | Should help with post-commit compile times | ||||
* | Update the language for travis | Chris Robinson | 2019-08-31 | 1 | -1/+1 |
| | |||||
* | Store the voice fraction offset as unsigned | Chris Robinson | 2019-08-31 | 9 | -64/+57 |
| | |||||
* | Make MixVoice a member function | Chris Robinson | 2019-08-31 | 3 | -58/+55 |
| | |||||
* | Remove a couple unnecessary variables | Chris Robinson | 2019-08-27 | 1 | -7/+5 |
| | |||||
* | Update mainwindow.cpp | Chris Robinson | 2019-08-26 | 1 | -228/+227 |
| | | | | | Use the less-error-prone pointer-to-member syntax for connect calls, and use uniform initialization more often. | ||||
* | Remove some unnecessary local spans | Chris Robinson | 2019-08-26 | 1 | -23/+18 |
| | |||||
* | Use a span for effect state input | Chris Robinson | 2019-08-26 | 15 | -69/+73 |
| | |||||
* | Fix a function's sample count type | Chris Robinson | 2019-08-25 | 1 | -3/+4 |
| | |||||
* | Use al::byte for a couple more buffers | Chris Robinson | 2019-08-25 | 2 | -11/+11 |
| | |||||
* | Pass unsigned sample count to aluMixData | Chris Robinson | 2019-08-25 | 5 | -16/+16 |
| | |||||
* | Use unsigned sample counts for the compressor/limiter | Chris Robinson | 2019-08-25 | 2 | -56/+37 |
| | |||||
* | Use size_t for the post-process sample length | Chris Robinson | 2019-08-25 | 8 | -32/+32 |
| | |||||
* | Fade reverb over the whole update | Chris Robinson | 2019-08-24 | 1 | -106/+104 |
| | | | | | | | Since the early and late panning gains fade over the course of the update, it should match the fading done by the feedback loops to avoid percussive "blasts" when transitioning to a long-decay low-gain environment from a short-decay high-gain environment. | ||||
* | Make a couple functions into member functions | Chris Robinson | 2019-08-23 | 1 | -72/+72 |
| |