File size: 1,741 Bytes
d07a021
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
pretty_name: MIDI Classical Music
dataset_name: midi-classical-music
tags:
- music
- classical
- midi
- dataset
- composers
- music-analysis
- music-generation
license: mit
language:
- en
size_categories:
- 1K<n<10K
---

# MIDI Classical Music

[drengskapur/midi-classical-music](https://huggingface.co./datasets/drengskapur/midi-classical-music)のデータセットを[toio](https://toio.io/)の [soundコマンド](https://toio.github.io/toio-spec/docs/ble_sound)で再生しやすいように以下のフォーマットのjsonに変換したデータを含めたデータセット

**data format**

```json
[
  {
    "track_name": "ALBENIZ: Aragon Op 47/6",
    "priority": 1,
    "notes": [
      {
        "note_number": 77,
        "start_time_ms": 0,
        "duration_units": 26
      },
      {

      },
  },
    {
    "track_name": "[email protected]",
    "priority": 2,
    "notes": [
        {
        "note_number": 53,
        "start_time_ms": 0,
        "duration_units": 58
        },
    ]
    }
]
```

# usage

```bash
pip install -U "huggingface_hub[cli]"
huggingface-cli login
huggingface-cli download --repo-type dataset ayousanz/midi-classical-music-toio-json --local-dir midi-classical-music-toio-json
```

This dataset contains a comprehensive collection of MIDI files representing classical music compositions from various renowned composers. 

The collection includes works from composers such as Bach, Beethoven, Chopin, Mozart, and many others. 

The dataset is organized into directories by composer, with each directory containing MIDI files of their compositions.

The dataset is ideal for music analysis, machine learning models for music generation, and other music-related research and applications.