Cog/Preferences/Preferences
Christopher Snowhill 46ee7fc8b9 HDCD: Make HDCD extension processing optional
And disabled by default, at that. I can't actually hear the difference
of Peak Extension in the Rock track I have that claims to use it. And
Low Level Range Extension is more trouble than it's worth on tracks that
use it by mistake, or maliciously, if the case may be. I may add track
tag level control in the future.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-04-23 21:43:51 -07:00
..
Base.lproj HDCD: Make HDCD extension processing optional 2025-04-23 21:43:51 -07:00
en.lproj HDCD: Make HDCD extension processing optional 2025-04-23 21:43:51 -07:00
es.lproj HDCD: Make HDCD extension processing optional 2025-04-23 21:43:51 -07:00
Icons Rubber Band: Implement configuration dialog 2025-02-10 14:42:41 -08:00
pl.lproj Chore: Update copyright dates somewhat 2025-01-01 01:30:48 -08:00
Preferences.xcodeproj MIDI: Add unstable configuration for AU players 2025-03-28 16:18:04 -07:00
ru.lproj Audio/HRTF: Make head tracking optional, add reset button 2025-01-03 15:23:02 -08:00
tr.lproj Audio/HRTF: Make head tracking optional, add reset button 2025-01-03 15:23:02 -08:00
AppearancePane.h Add support for custom Dock icons while running 2024-11-24 21:28:34 -08:00
AppearancePane.m Add support for custom Dock icons while running 2024-11-24 21:28:34 -08:00
AUPlayerView.h MIDI: Add unstable configuration for AU players 2025-03-28 16:18:04 -07:00
AUPlayerView.mm MIDI: Add unstable configuration for AU players 2025-03-28 16:18:04 -07:00
ColorToValueTransformer.h Spectrum Visualizer: Add customization options 2022-05-22 15:26:27 -07:00
ColorToValueTransformer.m Cog now requires macOS 10.13 as a minimum version 2022-06-22 22:54:32 -07:00
GeneralPane.h [Sandbox Paths] Automatically clean up old paths 2022-07-24 23:15:10 -07:00
GeneralPane.m [Sandbox Paths] Automatically clean up old paths 2022-07-24 23:15:10 -07:00
GeneralPreferencePane.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
GeneralPreferencePane.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
GeneralPreferencesPlugin.h Rubber Band: Implement configuration dialog 2025-02-10 14:42:41 -08:00
GeneralPreferencesPlugin.m Bug Fix: Fix circular bind setter loop in hotkeys 2025-03-09 18:22:48 -07:00
HotKeyPane.h Cleanup: Remove unused code 2025-03-07 04:38:04 -08:00
HotKeyPane.m Cleanup: Remove unused code 2025-03-07 04:38:04 -08:00
Info.plist Rename General target to Preferences to reflect it's real purpose. 2021-01-25 01:20:27 +03:00
MIDIFlavorBehaviorArrayController.h Rename General target to Preferences to reflect it's real purpose. 2021-01-25 01:20:27 +03:00
MIDIFlavorBehaviorArrayController.m Replace more NSDictionary use with literals 2022-02-08 19:56:04 -08:00
MIDIPane.h MIDI: Add unstable configuration for AU players 2025-03-28 16:18:04 -07:00
MIDIPane.mm MIDI: Add unstable configuration for AU players 2025-03-28 16:18:04 -07:00
MIDIPluginBehaviorArrayController.h Rename General target to Preferences to reflect it's real purpose. 2021-01-25 01:20:27 +03:00
MIDIPluginBehaviorArrayController.m MIDI: Add unstable configuration for AU players 2025-03-28 16:18:04 -07:00
MIDIPluginFlavorTransformer.h Rename General target to Preferences to reflect it's real purpose. 2021-01-25 01:20:27 +03:00
MIDIPluginFlavorTransformer.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
OutputPane.h Audio/HRTF: Make head tracking optional, add reset button 2025-01-03 15:23:02 -08:00
OutputPane.m Audio/HRTF: Make head tracking optional, add reset button 2025-01-03 15:23:02 -08:00
OutputsArrayController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
OutputsArrayController.m Translation: Properly support this string 2025-03-06 14:44:11 -08:00
PathSuggester.h [Sandbox] Add Playlist Path Suggester 2022-06-21 02:45:45 -07:00
PathSuggester.m Path Suggester: Make font fixed size 2025-04-07 14:13:15 -07:00
PathToFileTransformer.h Rename General target to Preferences to reflect it's real purpose. 2021-01-25 01:20:27 +03:00
PathToFileTransformer.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PlaylistBehaviorArrayController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PlaylistBehaviorArrayController.m Replace more NSDictionary use with literals 2022-02-08 19:56:04 -08:00
Preferences_Prefix.pch Rename General target to Preferences to reflect it's real purpose. 2021-01-25 01:20:27 +03:00
ResamplerBehaviorArrayController.h Rename General target to Preferences to reflect it's real purpose. 2021-01-25 01:20:27 +03:00
ResamplerBehaviorArrayController.m Replace more NSDictionary use with literals 2022-02-08 19:56:04 -08:00
RubberbandEngineTransformer.h Rubber Band DSP: Make it possible to disable it 2025-02-12 20:11:05 -08:00
RubberbandEngineTransformer.m Rubber Band DSP: Make it possible to disable it 2025-02-12 20:11:05 -08:00
RubberbandPane.h Rubber Band: Fix preferences disabling items 2025-02-11 01:28:59 -08:00
RubberbandPane.m Rubber Band DSP: Make it possible to disable it 2025-02-12 20:11:05 -08:00
SandboxPathBehaviorController.h [Sandbox Paths] Automatically clean up old paths 2022-07-24 23:15:10 -07:00
SandboxPathBehaviorController.m Core Data Store: Handle concurrency properly 2022-10-30 16:54:33 -07:00
SS_PreferencePaneProtocol.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
TimeIntervalToStringTransformer.h [Synthesizers] Implement default overrides 2022-07-02 01:27:01 -07:00
TimeIntervalToStringTransformer.m [Synthesizers] Implement default overrides 2022-07-02 01:27:01 -07:00
VolumeBehaviorArrayController.h Rename General target to Preferences to reflect it's real purpose. 2021-01-25 01:20:27 +03:00
VolumeBehaviorArrayController.m Replace more NSDictionary use with literals 2022-02-08 19:56:04 -08:00