Clean up IR file naming and display names #15

Closed
opened 2026-06-14 05:19:45 +00:00 by shawn · 1 comment
Owner

IR files have inconsistent naming. Fix: Add display_name to IR metadata or strip filenames consistently.

IR files have inconsistent naming. Fix: Add display_name to IR metadata or strip filenames consistently.
shawn closed this issue 2026-06-18 23:14:02 +00:00
Author
Owner

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.

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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shawn/pi-multifx-pedal#15