Initial commit: AbletonMCP-AI complete system
- MCP Server with audio fallback, sample management - Song generator with bus routing - Reference listener and audio resampler - Vector-based sample search - Master chain with limiter and calibration - Fix: Audio fallback now works without M4L - Fix: Full song detection in sample loader Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
46
AbletonMCP_AI_BAK_20260328_200801/.gitignore
vendored
Normal file
46
AbletonMCP_AI_BAK_20260328_200801/.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.venv/
|
||||
venv/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.log
|
||||
*.tmp
|
||||
*.bak
|
||||
*.asd
|
||||
*.als
|
||||
*.wav
|
||||
*.aif
|
||||
*.aiff
|
||||
*.flac
|
||||
*.ogg
|
||||
*.mp3
|
||||
exports/
|
||||
render/
|
||||
renders/
|
||||
stems/
|
||||
temp/
|
||||
tmp/
|
||||
/automation/telegram.local.json
|
||||
/automation/wsl_runtime/
|
||||
/automation/wsl.local.env
|
||||
/automation/wsl/.env
|
||||
/automation/runs/
|
||||
/automation/.task_queue.tmp*
|
||||
|
||||
# Temp and debug files
|
||||
*_errors*.txt
|
||||
*.patch
|
||||
fix.py
|
||||
update_opencode.py
|
||||
grant_permissions.py
|
||||
GLM_TASK_*_REPORT.md
|
||||
glmwork.md
|
||||
|
||||
# Library paths (user-specific)
|
||||
librerias/
|
||||
sample/
|
||||
Reference in New Issue
Block a user