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
|
4d941f3f90
|
feat: reggaeton production system with intelligent sample selection and FLP generation
|
2026-05-02 21:40:18 -03:00 |
|