summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* analogipt: hold ALT to inc/dec setting by 100 hap2025-08-241-2/+3
* docs: add note about compressor hap2025-07-161-2/+2
* compressor: add a header to advanced settings hap2025-07-161-1/+1
* compressor: re-add infinite release option, and also infinite ratio hap2025-07-162-13/+56
* audioeffects.h: correction to function prototype hap2025-07-151-1/+1
* ui: update prev commit (keeping max settings same as before) hap2025-07-152-10/+11
* ui: finer control over hq resampler settings hap2025-07-152-61/+34
* (emu.h) sound: use emplace instead of emplace_back when reconfiguring mapping hap2025-07-102-35/+62
* viewgfx: add shift/ctrl/alt modifier keys to some controls hap2025-07-081-28/+35
* (emu.h) resampler: don't repeat default settings at several places, remove un... hap2025-07-042-21/+21
* audiomix: let's move those new full/channel menus up hap2025-06-251-13/+33
* audiomix: add not initialzed message when entering menu too early (eg. pressi... hap2025-06-251-1/+4
* audiomix: put devtag in add ful/channel menu entry hap2025-06-252-11/+11
* filter: move notch filter check to ui hap2025-06-251-4/+18
* docs: update docs after prev audiomix commit hap2025-06-251-2/+2
* audiomix: add full/channel route via menu instead of f/c keys hap2025-06-252-73/+25
* Various fixes: Vas Crabb2025-06-2515-824/+1253
* dipalette: add shadow config to savestates, and might as well rename hilight ... hap2025-06-241-1/+1
* equalizer: check band mask instead of db when building filter hap2025-06-201-1/+1
* compressor: add separator before the 'expert' settings hap2025-06-201-0/+2
* compressor: reorder settings a bit hap2025-06-202-16/+14
* filter,equalizer: do limit rounding with roundf instead of manually hap2025-06-202-12/+12
* audio_effect: move effect title to header (no need to know effect entry numbe... hap2025-06-204-7/+13
* filter,equalizer: add separators to menu hap2025-06-192-29/+37
* audio_effect: add space between value and unit hap2025-06-195-10/+10
* equalizer: finer control over settings hap2025-06-195-84/+160
* audio_effect: fix some limit issues hap2025-06-193-45/+45
* audiomix: add LR_REPEAT flag when cursor is on db hap2025-06-191-3/+3
* audio_effect: LR_ALWAYS flag is not applicable here hap2025-06-195-4/+5
* audioeffects: fix conflict between effect and resampler menu entries hap2025-06-192-3/+4
* audio_effect: small update to prev commit hap2025-06-195-6/+6
* audio_effect: add reset_all for resetting all variable settings hap2025-06-198-15/+66
* compressor: change most floats to 2-decimals hap2025-06-191-18/+18
* compressor: change channel link range to 0-1 hap2025-06-191-3/+3
* Revert "compressor: add infinite release option (eg. combine with input gain ... hap2025-06-192-24/+3
* compressor: add infinite release option (eg. combine with input gain of 12db ... hap2025-06-192-3/+24
* dpatrol: added bd3.d1 prom [Bitsavers] hap2025-06-191-1/+1
* equalizer: change freq to u32, apply same nyquist freq fix as 1e71f7a0d3bd119... hap2025-06-182-12/+12
* filter: allow finer control of frequency with shift+alt hap2025-06-181-16/+20
* -ui/info.cpp: Treat incorrect ROM content as a severe warning. Vas Crabb2025-06-182-1/+29
* reverb: add more to default_changed hap2025-06-181-0/+2
* reverb: fix config_load typo hap2025-06-181-2/+2
* filter: correction to prev commit hap2025-06-181-4/+6
* ui/audio_effect_reverb.cpp: Fix assert in debug build AJR2025-06-171-1/+1
* filter: don't repeat min/max freq values in multiple places hap2025-06-172-15/+18
* ui: improve control over audio filter cutoff freq hap2025-06-172-75/+141
* reverb: remove del key on load preset again, it's awkward hap2025-06-171-7/+1
* reverb: update to prev commit, don't hardcode "Default" in preset string hap2025-06-171-1/+7
* Reenabling the write accessor for the LUA input_class enabled property (#7564) npwoods2025-06-171-1/+1
* reverb: detect preset when entering menu hap2025-06-171-2/+2