Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update alsoft-config tooltip for HRTF tables | Chris Robinson | 2015-12-10 | 1 | -0/+1 |
| | |||||
* | Right-align the HRTF Mode label | Chris Robinson | 2015-10-28 | 1 | -0/+3 |
| | |||||
* | Remove the Reverb Bost option from alsoft-config | Chris Robinson | 2015-10-28 | 1 | -77/+1 |
| | | | | | It's not really an appropriate setting for most users to play with. The option still exists, but it's no longer editable in the GUI. | ||||
* | Rename a couple HRTF Mode combo box entries | Chris Robinson | 2015-10-13 | 1 | -2/+2 |
| | |||||
* | Fix HRTF group box size | Chris Robinson | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Remove 96khz from the combo box | Chris Robinson | 2015-10-12 | 1 | -5/+0 |
| | | | | | | It can still be entered in manually, as can any value between 8khz and 192khz, but having it selectable can create the mistaken idea that selecting it is better than picking 44.1khz or 48khz. | ||||
* | Reorganize the HRTF group box | Chris Robinson | 2015-10-12 | 1 | -59/+46 |
| | | | | | The three radio buttons are moved to a combo box, which gives a bit more width for the file list contents. | ||||
* | Only show certain options that are available at build-time | Chris Robinson | 2015-10-11 | 1 | -2/+15 |
| | |||||
* | Reformat the CPU Extensions' checkboxes | Chris Robinson | 2015-10-11 | 1 | -6/+6 |
| | |||||
* | Move the FIR4 from SSE2 to SSE3 | Chris Robinson | 2015-10-11 | 1 | -3/+19 |
| | | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds. | ||||
* | Reorganize some HRTF config options | Chris Robinson | 2015-09-04 | 1 | -5/+6 |
| | |||||
* | Handle the stereo-mode config option with alsoft-config | Chris Robinson | 2015-08-28 | 1 | -17/+48 |
| | |||||
* | Use better GUI item names for the resampler option | Chris Robinson | 2014-09-26 | 1 | -21/+1 |
| | |||||
* | Show prettier names in the alsoft-config sample format combo boxes | Chris Robinson | 2014-09-13 | 1 | -83/+8 |
| | |||||
* | Modify CPU extensions and effect options to be enabled when checked | Chris Robinson | 2014-08-07 | 1 | -35/+77 |
| | | | | | It looks nicer and more featured for options to be checked when they're allowed, rather than when disallowed. | ||||
* | Filter for relative HRTF data paths and add Add/Remove label texts | Chris Robinson | 2014-08-05 | 1 | -10/+9 |
| | |||||
* | Update alsoft-config | Chris Robinson | 2014-08-05 | 1 | -23/+49 |
| | | | | | Adds Compressor effect and SSE 4.1 for exclusion, and alters the HRTF tables tooltip to refer the the default data sets instead of the built-in set. | ||||
* | Some .ui changes that Qt Designer insists on | Chris Robinson | 2013-07-10 | 1 | -5/+15 |
| | |||||
* | Remove the unused menu bar and status bar from alsoft-config | Chris Robinson | 2013-06-27 | 1 | -10/+1 |
| | |||||
* | Add a configuration UI application | Chris Robinson | 2013-06-23 | 1 | -0/+1396 |
Not complete, but it's a decent start. Some problems: * Only some otions are handled (backend-specific options in particular aren't handled). * Does not warn when quitting with unsaved changes. * Some options are missing tooltips. |