Sync: Complete project state with all MEGA SPRINT V1-V3 features and Codex stubs
This commit is contained in:
13
test_reggaeton.py
Normal file
13
test_reggaeton.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import sys
|
||||
import logging
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
from AbletonMCP_AI.AbletonMCP_AI.MCP_Server.song_generator import SongGenerator
|
||||
|
||||
try:
|
||||
sg = SongGenerator()
|
||||
config = sg.generate_config(genre="reggaeton", style="perreo", bpm=95, key="Am", structure="standard")
|
||||
print("SUCCESS")
|
||||
except Exception as e:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
Reference in New Issue
Block a user