Clean up IR file naming and display names #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
IR files have inconsistent naming. Fix: Add display_name to IR metadata or strip filenames consistently.
Fixed in commit
47bb535. Added display_name property to IRFile dataclass in src/dsp/ir_loader.py. Strips common IR prefixes (IR_, cab_, impulse_response_) and suffixes (_IR, _48k, _Stereo) from the path stem, replaces separators with spaces.