feat: reggaeton production system with intelligent sample selection and FLP generation

This commit is contained in:
renato97
2026-05-02 21:40:18 -03:00
commit 4d941f3f90
62 changed files with 8656 additions and 0 deletions

19
2_RENOMBRAR.bat Normal file
View File

@@ -0,0 +1,19 @@
@echo off
chcp 65001 >nul 2>&1
title Renombrar Samples con Nombres Estandarizados
cd /d "C:\Users\Administrator\Documents\fl_control"
echo ============================================================
echo RENOMBRADOR DE SAMPLES
echo Lee data\rename_plan.json y copia los archivos
echo con nombres estandarizados a librerias\analyzed_samples\
echo.
echo Formato: {role}_{key}_{bpm}_{character}_{id}.wav
echo ============================================================
echo.
echo ADVERTENCIA: Esto COPIARA archivos a una nueva carpeta.
echo Los originales NO se modifican.
echo.
pause
python "src\analyzer\run_rename.py"
echo.
pause