File size: 2,468 Bytes
bccf634
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
    "note_density_in_interval":{
        "args": {
            "test_params_list": 
            [
                {
                    "max_notes_per_second": 60,
                    "max_notes_per_second_per_pitch": 15,
                    "interval_len_s": 3
                },
                {
                    "max_notes_per_second": 45,
                    "max_notes_per_second_per_pitch": 10,
                    "interval_len_s": 5
                },
                {
                    "max_notes_per_second": 40,
                    "max_notes_per_second_per_pitch": 8,
                    "interval_len_s": 10
                },
                {
                    "max_notes_per_second": 30,
                    "max_notes_per_second_per_pitch": 6,
                    "interval_len_s": 45
                }
            ]
        }
    },
    "note_timing_entropy":{
        "args": {
            "min_length_entropy": 2.5,
            "min_onset_delta_entropy": 0.0
        }
    },
    "note_pitch_entropy":{
        "args": {
            "min_entropy": 3.0
        }
    },
    "unique_pitch_count_in_interval":{
        "args": {
            "test_params_list": 
            [
                {"min_unique_pitch_cnt": 5, "interval_len_s": 30},
                {"min_unique_pitch_cnt": 8, "interval_len_s": 60},
                {"min_unique_pitch_cnt": 10, "interval_len_s": 120}
            ]
        }
    },
    "unique_pitch_count":{
        "args": {
            "min_num_unique_pitches": 12
        }
    },
    "silent_interval":{
        "args": {
            "max_silence_s": 20
        }
    },
    "mean_note_velocity":{
        "args": {
            "min_mean_velocity": 20,
            "max_mean_velocity": 105
        }
    },
    "max_programs":{
        "args": {
            "max": 12
        }
    },
    "max_instruments":{
        "args": {
            "max": 7
        }
    },
    "total_note_frequency":{
        "args": {
            "min_per_second": 1.5,
            "max_per_second": 30
        }
    },
    "note_frequency_per_instrument":{
        "args": {
            "min_per_second": 1.0,
            "max_per_second": 25
        }
    },
    "length":{
        "args": {
            "min_length_s": 30,
            "max_length_s": 7200
        }
    },
    "repetitive_content":{
        "args": {
            "min_length_m": 20,
            "num_chunks": 5,
            "kl_tolerance": 0.2
        }
    }
}