Skip to content

Commit aa017af

Browse files
committed
Break-back Mixtures IV on manual I, and V on manual III.
1 parent c223795 commit aa017af

File tree

1 file changed

+58
-3
lines changed

1 file changed

+58
-3
lines changed

Resources/configs/default_organ.json

Lines changed: 58 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,34 @@
1616
{ "name": "Principal\n4", "type": "principal", "pipe": "I_principal_4", "chiff": 0.9 },
1717
{ "name": "Flute Dolce\n4", "type": "flute", "pipe": "III_flautodolce4", "chiff": 0.4 },
1818
{ "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+
},
2047
{ "name": "Bassoon\n16", "type": "reed", "pipe": "III_bassoon", "chiff": 1.0 },
2148
{ "name": "Cornopean\n8", "type": "reed", "pipe": ["new_oboe_fa", "I_trumpet"], "chiff": 0.6 },
2249
{ "name": "Oboe\n8", "type": "reed", "pipe": "new_oboe_fa", "chiff": 0.8 },
@@ -43,7 +70,7 @@
4370
{ "name": "Spitz Flute\n2", "type": "flute", "pipe": "II_cornet4", "chiff": 0.6, "gain": 1.4 },
4471
{ "name": "Tierce\n1 3/5", "type": "flute", "pipe": "tertia", "chiff": 0.2, "gain": 10.0 },
4572
{ "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 },
4774
{ "name": "Cymbale\nVI", "type": "principal", "pipe": "III_cymbel", "chiff": 0.6, "gain": 2.5 },
4875
{ "name": "Cromorne\n8", "type": "reed", "pipe": "cromhorne", "chiff": 0.5 }
4976
]
@@ -63,7 +90,35 @@
6390
{ "name": "Twelfth\n2 2/3", "type": "flute", "pipe": "I_quinte_223", "chiff": 0.4, "gain": 1.5 },
6491
{ "name": "Fifteenth\n2", "type": "principal", "pipe": "superoctave2", "chiff": 0.3, "gain": 4.0 },
6592
{ "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+
},
67122
{
68123
"name": "Mixture\nV",
69124
"type": "principal",

0 commit comments

Comments
 (0)