- 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>
98 lines
1.1 KiB
Plaintext
98 lines
1.1 KiB
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.log
|
|
.task_queue.tmp*
|
|
|
|
# MCP/Qwen
|
|
.qwen/
|
|
.mcp.json
|
|
|
|
# Claude
|
|
.claude/
|
|
|
|
# Samples and large media
|
|
*.wav
|
|
*.mp3
|
|
*.flac
|
|
*.aiff
|
|
*.aif
|
|
|
|
# Large library directories
|
|
librerias/
|
|
|
|
# Other remote scripts (not our project)
|
|
_Repo/
|
|
_Tools/
|
|
AbletonOSC/
|
|
Abletunes_Free_Templates_Pack/
|
|
AutoTrack_Me_Gusta_Auto/
|
|
AutoTrack_Papi_Clone/
|
|
CompleteTrackBuilder/
|
|
DJAIController/
|
|
DJAIControllerV7/
|
|
MaxForLive/
|
|
GPU_SETUP.md
|
|
HUMAN_FEEL_IMPLEMENTATION.md
|
|
MCP_SETUP_SUMMARY.md
|
|
MCP_VERIFICATION.md
|
|
QWEN_MCP_SETUP.md
|
|
abletonmcp_init.py
|
|
abletonmcp_server.py
|
|
add_samples_script.py
|
|
agent10_diagnosis.py
|
|
agent7_lead_task.py
|
|
agent8_vocals.py
|
|
agent8_vocals_load.py
|
|
agent9_fx_loader.py
|
|
codex.md
|
|
generate_song.py
|
|
generate_track.py
|
|
sample/
|
|
nul
|
|
|
|
# Generated audio cache
|
|
*.sample_embeddings.json
|
|
|
|
# AbletonMCP_AI generated audio
|
|
AppData/ |