renato97
32dafd94e0
feat: fix sample variety per section and reorganize sample library
...
- Fix compose.py to select different samples per section instead of one per role
- Add select_many() to SampleSelector for diverse sample selection
- Migrate 862 samples from scattered dirs to libreria/samples/{role}/
- Rename files with consistent convention: {role}_{key}_{bpm}_{character}_{hash}.wav
- Add migrate_library.py script with dry-run and verification
- Backup original index as sample_index_pre_migration.json
- 72 tests passing
2026-05-03 14:43:11 -03:00
renato97
d5c2490a05
feat: expand VST3 registry to 52 plugins and remove unrecognized tokens
...
- Add 42 new VST3 plugins to registry (FabFilter, Ozone 12, Diva, Pigments,
Electra, Kontakt 7, Gullfoss, Trackspacer, ShaperBox, VC series, Arcade)
- Remove RENDER_CFG, PROJBAY, WAK tokens that caused REAPER warnings
- GUIDs sourced from REAPER scan file (reaper-vstplugins64.ini)
- New plugins have empty preset data (to be extracted incrementally)
- 72 tests passing
2026-05-03 14:22:18 -03:00
renato97
53741b48b6
feat: VST3 preset data, project metadata, plugin registry fixes, and token cleanup
...
- Add VST3_PRESETS dict with base64 preset data for all 10 plugins (required by REAPER to load VST3)
- Fix VST3 registry: correct display names, filenames, and uniqueid GUIDs
- Add ~50 lines of REAPER project metadata (PANLAW, SAMPLERATE, METRONOME, etc.)
- Add 25 track attributes (PEAKCOL, BEAT, AUTOMODE, etc.) and FX chain metadata
- Remove unrecognized tokens (RENDER_CFG, PROJBAY, WAK) that caused REAPER warnings
- Update compose.py with section-based arrangement and registry key names
- Add SectionDef to schema
- 72 tests passing
2026-05-03 14:00:11 -03:00
renato97
af6d61c8a1
refactor: migrate from FL Studio to REAPER with rpp library
...
Replace FL Studio binary .flp output with REAPER text-based .rpp output
using the rpp Python library (Perlence/rpp).
- Add core/schema.py: DAW-agnostic data types (SongDefinition, TrackDef,
ClipDef, MidiNote, PluginDef)
- Add reaper_builder/: RPP file generation via rpp.Element + headless
render via reaper.exe CLI
- Add composer/converters.py: bridge rhythm.py/melodic.py note dicts
to core.schema MidiNote objects
- Rewrite scripts/compose.py: real generator pipeline with --render flag
- Delete src/flp_builder/, src/scanner/, mcp/, flstudio-mcp/, old scripts
- Add 40 passing tests (schema, builder, converters, compose, render)
2026-05-03 09:13:35 -03:00
renato97
1e2316a5a4
feat: add compose_full_track script for 2:30 arrangement generation
2026-05-02 21:51:38 -03:00
renato97
4d941f3f90
feat: reggaeton production system with intelligent sample selection and FLP generation
2026-05-02 21:40:18 -03:00