|
16 | 16 | { "name": "Principal\n4", "type": "principal", "pipe": "I_principal_4", "chiff": 0.9 }, |
17 | 17 | { "name": "Flute Dolce\n4", "type": "flute", "pipe": "III_flautodolce4", "chiff": 0.4 }, |
18 | 18 | { "name": "Fifteenth\n2", "type": "principal", "pipe": "ottavina2", "chiff": 0.3 }, |
19 | | - { "name": "Mixture\nV", "type": "principal", "pipe": ["mixtur3", "tertia", "ottavina2", "quintflute", "sifflet1"], "chiff": 0.21, "gain": 2.4 }, |
| 19 | + { |
| 20 | + "name": "Mixture\nV", |
| 21 | + "type": "principal", |
| 22 | + "gain": 2.4, |
| 23 | + "chiff": 0.21, |
| 24 | + "zones": [ |
| 25 | + { |
| 26 | + "range": [36, 47], |
| 27 | + "pipe": ["mixtur3", "tertia", "ottavina2", "quintflute", "sifflet1"] |
| 28 | + }, |
| 29 | + { |
| 30 | + "range": [48, 59], |
| 31 | + "pipe": ["mixtur2", "mixtur3", "tertia", "ottavina2", "quintflute"] |
| 32 | + }, |
| 33 | + { |
| 34 | + "range": [60, 71], |
| 35 | + "pipe": ["mixtur1", "mixtur2", "mixtur3", "tertia", "ottavina2"] |
| 36 | + }, |
| 37 | + { |
| 38 | + "range": [72, 83], |
| 39 | + "pipe": ["I_principal_5th", "mixtur1", "mixtur2", "mixtur3", "tertia"] |
| 40 | + }, |
| 41 | + { |
| 42 | + "range": [84, 96], |
| 43 | + "pipe": ["I_melodia", "I_principal_5th", "mixtur1", "mixtur2", "mixtur3"] |
| 44 | + } |
| 45 | + ] |
| 46 | + }, |
20 | 47 | { "name": "Bassoon\n16", "type": "reed", "pipe": "III_bassoon", "chiff": 1.0 }, |
21 | 48 | { "name": "Cornopean\n8", "type": "reed", "pipe": ["new_oboe_fa", "I_trumpet"], "chiff": 0.6 }, |
22 | 49 | { "name": "Oboe\n8", "type": "reed", "pipe": "new_oboe_fa", "chiff": 0.8 }, |
|
43 | 70 | { "name": "Spitz Flute\n2", "type": "flute", "pipe": "II_cornet4", "chiff": 0.6, "gain": 1.4 }, |
44 | 71 | { "name": "Tierce\n1 3/5", "type": "flute", "pipe": "tertia", "chiff": 0.2, "gain": 10.0 }, |
45 | 72 | { "name": "Larigot\n1 1/3", "type": "flute", "pipe": "II_quint_113", "chiff": 0.4, "gain": 2.0 }, |
46 | | - { "name": "Sifflet\n1", "type": "flute", "pipe": "I_octave_1", "chiff": 0.4, "gain": 2.0 }, |
| 73 | + { "name": "Sifflet\n1", "type": "flute", "pipe": "sifflet1", "chiff": 0.4, "gain": 4.0 }, |
47 | 74 | { "name": "Cymbale\nVI", "type": "principal", "pipe": "III_cymbel", "chiff": 0.6, "gain": 2.5 }, |
48 | 75 | { "name": "Cromorne\n8", "type": "reed", "pipe": "cromhorne", "chiff": 0.5 } |
49 | 76 | ] |
|
63 | 90 | { "name": "Twelfth\n2 2/3", "type": "flute", "pipe": "I_quinte_223", "chiff": 0.4, "gain": 1.5 }, |
64 | 91 | { "name": "Fifteenth\n2", "type": "principal", "pipe": "superoctave2", "chiff": 0.3, "gain": 4.0 }, |
65 | 92 | { "name": "Sesquialtera\nII", "type": "principal", "pipe": "sesqualtera", "chiff": 0.17, "gain": 2.0 }, |
66 | | - { "name": "Mixture\nIV", "type": "principal", "pipe": ["mixtur3", "I_octave_1", "superoctave2", "nasard"], "chiff": 0.17, "gain": 2.0 }, |
| 93 | + { |
| 94 | + "name": "Mixture\nIV", |
| 95 | + "type": "principal", |
| 96 | + "gain": 2.0, |
| 97 | + "chiff": 0.17, |
| 98 | + "zones": [ |
| 99 | + { |
| 100 | + "range": [36, 47], |
| 101 | + "pipe": ["mixtur3", "nasard", "superoctave2", "tertia", "II_quint_113", "I_octave_1"] |
| 102 | + }, |
| 103 | + { |
| 104 | + "range": [48, 59], |
| 105 | + "pipe": ["nasard", "superoctave2", "tertia", "II_quint_113"] |
| 106 | + }, |
| 107 | + { |
| 108 | + "range": [60, 71], |
| 109 | + "pipe": ["mixtur3", "nasard", "superoctave2", "tertia"] |
| 110 | + }, |
| 111 | + { |
| 112 | + "range": [72, 83], |
| 113 | + "pipe": ["mixtur2", "mixtur3", "nasard", "superoctave2"] |
| 114 | + }, |
| 115 | + { |
| 116 | + "range": [84, 96], |
| 117 | + "pipe": ["mixtur1", "mixtur2", "mixtur3", "nasard"] |
| 118 | + } |
| 119 | + ] |
| 120 | + |
| 121 | + }, |
67 | 122 | { |
68 | 123 | "name": "Mixture\nV", |
69 | 124 | "type": "principal", |
|
0 commit comments