chore: publish current ableton mcp ai workspace

This commit is contained in:
renato97
2026-03-30 02:35:02 -03:00
commit d0a4444135
101 changed files with 56545 additions and 0 deletions

20
restart_ableton.bat Normal file
View File

@@ -0,0 +1,20 @@
@echo off
echo Reiniciando Ableton Live 12...
echo.
echo Deteniendo procesos de Ableton...
taskkill /F /IM "Ableton Live 12 Suite.exe" >nul 2>&1
taskkill /F /IM "AbletonPushCpl.exe" >nul 2>&1
taskkill /F /IM "Ableton Index.exe" >nul 2>&1
echo Esperando 3 segundos...
timeout /t 3 /nobreak >nul
echo Iniciando Ableton Live 12...
start "" "C:\ProgramData\Ableton\Live 12 Suite\Program\Ableton Live 12 Suite.exe"
echo.
echo Ableton se ha reiniciado.
echo Espere 10-15 segundos para que cargue completamente.
echo.
echo Luego puede usar las herramientas MCP.