| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
reverb decay
|
| |
|
| |
|
|
|
|
| |
output
|
| |
|
|
|
|
| |
original
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The mixer always reads from floats, so the size of the storage type is
unimportant.
|
| |
|
| |
|
|
|
|
|
|
| |
A special slot on the device is created and processed, so it can be shared
across all contexts on the device. Sources that don't have a slot set on send 0
will use this special slot instead.
|
| |
|
|
|
|
|
| |
This is so the matrix isn't derived each time a source is updated, and it will
make supporting user-defined matrices easier.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also clear away a few more MSVC precision warnings
|
| |
|
| |
|
| |
|
| |
|