-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.py
12 lines (12 loc) · 921 Bytes
/
common.py
1
2
3
4
5
6
7
8
9
10
11
12
SD_SAMPLES = "7d_samples/"
PARTIAL_MASHUP_DIR = "mashups_partial/"
OUTPUT_DIR = "mashups/"
VALID_MOODS = ['aggressive', 'ambient', 'angry', 'angst-ridden', 'bouncy',\
'calming', 'carefree', 'cheerful', 'cold', 'complex', 'cool', 'dark', 'disturbing',\
'dramatic', 'dreamy', 'eerie', 'elegant', 'energetic', 'enthusiastic', 'epic', 'fun',\
'funky', 'futuristic', 'gentle', 'gleeful', 'gloomy', 'groovy', 'happy', 'harsh', 'haunting',\
'humorous', 'hypnotic', 'industrial', 'intense', 'intimate', 'joyous', 'laid-back', 'light',\
'lively', 'manic', 'meditation', 'melancholia', 'mellow', 'mystical', 'ominous', 'party music',\
'passionate', 'pastoral', 'peaceful', 'playful', 'poignant', 'quiet', 'rebellious', 'reflective',\
'relax', 'romantic', 'rowdy', 'sad', 'sentimental', 'sexy', 'smooth', 'soothing', 'sophisticated',\
'spacey', 'spiritual', 'strange', 'sweet', 'theater', 'trippy', 'warm', 'whimsical']