File size: 2,089 Bytes
d1d6816
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "midpoints":
  {
      "osc1_amp": [0.000, 0.01, 0.05, 0.15, 0.25, 0.45, 0.65, 0.75, 0.85, 0.89, 0.9],
      "osc_amp2": [0.000, 0.01, 0.05, 0.15, 0.25, 0.45, 0.65, 0.75, 0.85, 0.89, 0.9],
      "osc2_amp": [0.000, 0.01, 0.05, 0.15, 0.25, 0.45, 0.65, 0.75, 0.85, 0.89, 0.9],
      "attack": [0.001, 0.03, 0.1, 0.25, 0.40, 0.7],
      "decay": [0.001, 0.2, 0.60, 1.2],
      "sustain": [0.01, 0.2, 0.5, 1.0],
      "release": [0.001, 0.15, 0.35, 0.8],
      "cutoff_freq": [2200, 2400, 2600, 2800, 3000,
        3200, 3400, 3600, 3800, 4000,
        4200, 4400, 4600, 4800, 5000, 5200, 5400, 5600, 5800, 6000, 6200, 6400, 6600, 6800, 7000, 7200, 7400, 7600, 7800],
      "osc_types": [0, 1, 2, 3, 4, 5],
      "amp_mod_depth": [0, 0, 0, 0.1, 0.3, 0.5, 1.0],
      "amp_mod_freq": [0, 0, 1, 2, 4, 8],
      "mod_waveforms": [0,1,2,3],
      "pitch_mod_depth": [0,1],
      "pitch_mod_freq": [1,2,4,8]
  },

  "subspace_range":
  {
      "osc_amp2": 2,
      "osc1_amp": 2,
      "osc2_amp": 2,
      "attack": 1,
      "decay": 1,
      "sustain": 2,
      "release": 2,
      "cutoff_freq": 0,
      "osc_types": 0
  },

  "is_discrete":
  {
      "osc_amp2": false,
      "osc1_amp": false,
      "osc2_amp": false,
      "attack": false,
      "decay": false,
      "sustain": false,
      "release": false,
      "cutoff_freq": false,
      "duration": false,
      "osc_types": true,
      "mod_waveforms": true,
      "amp_mod_depth": true,
      "amp_mod_freq": true,
      "pitch_mod_depth": true,
      "pitch_mod_freq": true
  },

  "sample_rate": 16384,
  "n_sample_note": 65536,
  "n_sample_music": 65536,

  "STFT_hyperParameter":
  {
    "frame_length": 512,
    "frame_step": 256
  },

  "midi_midpoints":
  {
      "duration": [0.1,0.5,1.0,2.0],
      "pitch": [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]
  },

  "midi_is_discrete":
  {
      "duration": false,
      "pitch": true
  },

  "midi_max_n_notes": 8,

  "resolution":
  {
      "time_resolution": 509,
      "freq_resolution": 513
  }
}