compact_sets/src
Michael Winter 8326fc1d11 Add interactive OSC sender with preview mode and chord navigation
- Add preview mode (p key) to toggle between send/preview behavior
- Arrow keys for navigation with optional send
- Enter sends current chord (only when not in preview mode)
- Jump to chord by number + Enter
- k/K keys for kill soft (15.0) and kill hard (0.0) commands
- Display prev/current/next chords with frequencies to 2 decimals
- Add OSC test receiver for debugging
- Use arrow key escape sequences for left/right navigation
2026-03-19 15:57:17 +01:00
..
__init__.py Rename graph.py to pathfinder.py 2026-03-16 16:13:19 +01:00
analyze.py Rename 'target range' to 'target register' throughout 2026-03-17 14:11:21 +01:00
chord.py Refactor into src/ module with caching and CLI improvements 2026-03-13 18:38:38 +01:00
dims.py Extract DIMS to separate dims.py module 2026-03-16 15:50:02 +01:00
harmonic_space.py Extract DIMS to separate dims.py module 2026-03-16 15:50:02 +01:00
io.py Replace --osc-enable with --osc-play 2026-03-17 17:10:37 +01:00
osc_sender.py Add interactive OSC sender with preview mode and chord navigation 2026-03-19 15:57:17 +01:00
path.py Rename 'target range' to 'target register' throughout 2026-03-17 14:11:21 +01:00
pathfinder.py Rename 'target range' to 'target register' throughout 2026-03-17 14:11:21 +01:00
pitch.py Fix fraction representation in output 2026-03-17 15:30:05 +01:00
test_receiver.py Add interactive OSC sender with preview mode and chord navigation 2026-03-19 15:57:17 +01:00