├── .github └── workflows │ └── Windows Build.yml ├── .gitignore ├── Build Log ├── CMakeLists.txt ├── CodeSign.sh ├── DMG build command ├── LICENSE ├── README.md ├── resource ├── C7AA80BF71B65A2A887BCCE96CE488A7_snapshot.png ├── C7AA80BF71B65A2A887BCCE96CE488A7_snapshot_2.0x.png ├── RLFCMP_editor.uidesc ├── au-info.plist └── win32resource.rc ├── screenshot ├── LookAhead comparision, mine vs Pro-C 2.png ├── LookAhead comparison, Oxford Dynamics vs Pro-C 2.png ├── LookAhead_attack_smoothing.png ├── MXR 1176 vs UADx 1176.png ├── MXR SC AR slow atk.png ├── MXR SC AR.png ├── Relief Compressor Main page.png ├── Relief Compressor SC page.png ├── UADx 1176LN AR slow atk.png ├── UADx 1176LN AR.png ├── UADx vs MXR 1176 Harmonic 10000Hz.png ├── UADx vs MXR 1176 Harmonic 1000Hz.png ├── UADx vs MXR 1176 Harmonic 100Hz.png ├── lookAhead curve, ProC vs Mine.png └── more close.png └── source ├── RLFCMP_cids.h ├── RLFCMP_controller.cpp ├── RLFCMP_controller.h ├── RLFCMP_entry.cpp ├── RLFCMP_processor.cpp ├── RLFCMP_processor.h ├── RLFCMP_shared.cpp ├── RLFCMP_shared.h └── version.h /.github/workflows/Windows Build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/.github/workflows/Windows Build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | .DS_Store -------------------------------------------------------------------------------- /Build Log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/Build Log -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CodeSign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/CodeSign.sh -------------------------------------------------------------------------------- /DMG build command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/DMG build command -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/README.md -------------------------------------------------------------------------------- /resource/C7AA80BF71B65A2A887BCCE96CE488A7_snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/resource/C7AA80BF71B65A2A887BCCE96CE488A7_snapshot.png -------------------------------------------------------------------------------- /resource/C7AA80BF71B65A2A887BCCE96CE488A7_snapshot_2.0x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/resource/C7AA80BF71B65A2A887BCCE96CE488A7_snapshot_2.0x.png -------------------------------------------------------------------------------- /resource/RLFCMP_editor.uidesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/resource/RLFCMP_editor.uidesc -------------------------------------------------------------------------------- /resource/au-info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/resource/au-info.plist -------------------------------------------------------------------------------- /resource/win32resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/resource/win32resource.rc -------------------------------------------------------------------------------- /screenshot/LookAhead comparision, mine vs Pro-C 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/LookAhead comparision, mine vs Pro-C 2.png -------------------------------------------------------------------------------- /screenshot/LookAhead comparison, Oxford Dynamics vs Pro-C 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/LookAhead comparison, Oxford Dynamics vs Pro-C 2.png -------------------------------------------------------------------------------- /screenshot/LookAhead_attack_smoothing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/LookAhead_attack_smoothing.png -------------------------------------------------------------------------------- /screenshot/MXR 1176 vs UADx 1176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/MXR 1176 vs UADx 1176.png -------------------------------------------------------------------------------- /screenshot/MXR SC AR slow atk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/MXR SC AR slow atk.png -------------------------------------------------------------------------------- /screenshot/MXR SC AR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/MXR SC AR.png -------------------------------------------------------------------------------- /screenshot/Relief Compressor Main page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/Relief Compressor Main page.png -------------------------------------------------------------------------------- /screenshot/Relief Compressor SC page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/Relief Compressor SC page.png -------------------------------------------------------------------------------- /screenshot/UADx 1176LN AR slow atk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/UADx 1176LN AR slow atk.png -------------------------------------------------------------------------------- /screenshot/UADx 1176LN AR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/UADx 1176LN AR.png -------------------------------------------------------------------------------- /screenshot/UADx vs MXR 1176 Harmonic 10000Hz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/UADx vs MXR 1176 Harmonic 10000Hz.png -------------------------------------------------------------------------------- /screenshot/UADx vs MXR 1176 Harmonic 1000Hz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/UADx vs MXR 1176 Harmonic 1000Hz.png -------------------------------------------------------------------------------- /screenshot/UADx vs MXR 1176 Harmonic 100Hz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/UADx vs MXR 1176 Harmonic 100Hz.png -------------------------------------------------------------------------------- /screenshot/lookAhead curve, ProC vs Mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/lookAhead curve, ProC vs Mine.png -------------------------------------------------------------------------------- /screenshot/more close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/screenshot/more close.png -------------------------------------------------------------------------------- /source/RLFCMP_cids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/source/RLFCMP_cids.h -------------------------------------------------------------------------------- /source/RLFCMP_controller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/source/RLFCMP_controller.cpp -------------------------------------------------------------------------------- /source/RLFCMP_controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/source/RLFCMP_controller.h -------------------------------------------------------------------------------- /source/RLFCMP_entry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/source/RLFCMP_entry.cpp -------------------------------------------------------------------------------- /source/RLFCMP_processor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/source/RLFCMP_processor.cpp -------------------------------------------------------------------------------- /source/RLFCMP_processor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/source/RLFCMP_processor.h -------------------------------------------------------------------------------- /source/RLFCMP_shared.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/source/RLFCMP_shared.cpp -------------------------------------------------------------------------------- /source/RLFCMP_shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/source/RLFCMP_shared.h -------------------------------------------------------------------------------- /source/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kiriki-liszt/Relief_Compressor/HEAD/source/version.h --------------------------------------------------------------------------------