Create README.md
Browse filesAdd directory intro
datasets/melodies/pop/val/energetic/README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Pop Energetic Melodies - Validation Set
|
2 |
+
|
3 |
+
This directory contains energetic/dynamic pop melodies for validation purposes.
|
4 |
+
|
5 |
+
## Directory Structure
|
6 |
+
- README.md (this file)
|
7 |
+
- pop_val_energetic_directory.json (directory metadata)
|
8 |
+
- MIDI files and their corresponding JSON metadata files
|
9 |
+
Example:
|
10 |
+
- pop_val_energetic_dmajor_135.mid
|
11 |
+
- pop_val_energetic_dmajor_135.json
|
12 |
+
|
13 |
+
## Characteristics
|
14 |
+
- Tempo: 125-145 BPM
|
15 |
+
- Mode: Primarily major keys
|
16 |
+
- Rhythm: Dynamic, driving patterns
|
17 |
+
- Mood: Energetic, powerful, dance-oriented
|
18 |
+
|
19 |
+
## File Requirements
|
20 |
+
- Format: MIDI files (.mid) with corresponding JSON metadata
|
21 |
+
- Naming Convention: pop_val_energetic_[key]_[tempo].[extension]
|
22 |
+
- Example: pop_val_energetic_dmajor_135.mid
|
23 |
+
|
24 |
+
## Musical Guidelines
|
25 |
+
- Dynamic melodic movement
|
26 |
+
- Strong rhythmic elements
|
27 |
+
- Syncopated patterns
|
28 |
+
- Octave jumps and wide intervals
|
29 |
+
- 4/4 time signature
|
30 |
+
- Driving rhythmic patterns
|
31 |
+
- Contemporary pop/dance feel
|
32 |
+
- High energy throughout
|
33 |
+
|
34 |
+
## Validation Purpose
|
35 |
+
- Tests model's rhythm handling
|
36 |
+
- Validates high-energy pattern generation
|
37 |
+
- Assesses tempo consistency
|
38 |
+
- Evaluates dynamic range handling
|
39 |
+
- Confirms style adherence
|
40 |
+
- Independent from training samples
|