diff options
| -rw-r--r-- | TODO.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -46,6 +46,27 @@ Enhanced CNN post-processing with multi-dimensional feature inputs. --- +## Priority 3: Test Infrastructure Maintenance [ONGOING] + +**Status:** 35/35 tests passing + +**Outstanding TODOs:** + +1. **test_effect_base.cc:250** - Fix SIGTRAP in `test_sequence_render()` (commented out) + - All other tests validate the same functionality + - Issue: Hangs/crashes during render with external sink view + +2. **test_sequence.cc** - Port v1 sequence tests to v2 (currently disabled) + - Uses legacy Effect/MainSequence system + - Lines 168, 173, 182: Re-enable lifecycle and simulation tests after v2 port + +3. **test_audio_engine.cc:152** - Re-enable commented test after debugging + +4. **test_fft.cc:87** - Investigate FFT-DCT algorithm discrepancy + - May need different algorithm or fix existing one + +--- + ## ~~Priority 3: Tracker Humanization & Sample Offset~~ [IMPLEMENTED] Enhance tracker with sample offset and humanization for realistic playback. |
