Skip to content

Commit def41e8

Browse files
committed
Split fourniture and cymbel stops.
1 parent aa017af commit def41e8

16 files changed

+59487
-3
lines changed

Aeolus.jucer

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,21 @@
143143
</GROUP>
144144
<GROUP id="{10CE4C3F-2423-3369-B5E6-AAE7423AED1D}" name="stops">
145145
<GROUP id="{6C1D6465-DF5F-6265-8CFA-5EEE4A77A84D}" name="custom">
146+
<FILE id="c3ziaR" name="harm1_2_ae0.json" compile="0" resource="1"
147+
file="Resources/stops/custom/harm1_2_ae0.json"/>
148+
<FILE id="Ypb5xc" name="harm1_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm1_ae0.json"/>
149+
<FILE id="coFOqT" name="harm5_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm5_ae0.json"/>
150+
<FILE id="fr2Job" name="harm8_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm8_ae0.json"/>
151+
<FILE id="LztnDt" name="harm12_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm12_ae0.json"/>
152+
<FILE id="lD3BRB" name="harm15_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm15_ae0.json"/>
153+
<FILE id="FiXXKk" name="harm17_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm17_ae0.json"/>
154+
<FILE id="TnAWIX" name="harm19_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm19_ae0.json"/>
155+
<FILE id="neyxnA" name="harm22_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm22_ae0.json"/>
156+
<FILE id="gFF0VX" name="harm24_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm24_ae0.json"/>
157+
<FILE id="HcMvXY" name="harm26_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm26_ae0.json"/>
158+
<FILE id="KwWoQ7" name="harm29_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm29_ae0.json"/>
159+
<FILE id="JHdflu" name="harm33_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm33_ae0.json"/>
160+
<FILE id="n2oejb" name="harm36_ae0.json" compile="0" resource="1" file="Resources/stops/custom/harm36_ae0.json"/>
146161
<FILE id="TnY8Ca" name="I_fourniture5_ae0.json" compile="0" resource="1"
147162
file="Resources/stops/custom/I_fourniture5_ae0.json"/>
148163
<FILE id="GHkYuX" name="I_octave_29th_ae0.json" compile="0" resource="1"

Resources/configs/default_organ.json

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,34 @@
7171
{ "name": "Tierce\n1 3/5", "type": "flute", "pipe": "tertia", "chiff": 0.2, "gain": 10.0 },
7272
{ "name": "Larigot\n1 1/3", "type": "flute", "pipe": "II_quint_113", "chiff": 0.4, "gain": 2.0 },
7373
{ "name": "Sifflet\n1", "type": "flute", "pipe": "sifflet1", "chiff": 0.4, "gain": 4.0 },
74-
{ "name": "Cymbale\nVI", "type": "principal", "pipe": "III_cymbel", "chiff": 0.6, "gain": 2.5 },
74+
{
75+
"name": "Cymbel\nVII",
76+
"type": "principal",
77+
"chiff": 0.6,
78+
"gain": 0.7,
79+
"zones": [
80+
{
81+
"range": [36, 47],
82+
"pipe": ["harm15", "harm19", "harm22", "harm26", "harm33", "harm29", "harm36"]
83+
},
84+
{
85+
"range": [48, 59],
86+
"pipe": ["harm12", "harm15", "harm19", "harm22", "harm26", "harm29", "harm33"]
87+
},
88+
{
89+
"range": [60, 71],
90+
"pipe": ["harm8", "harm12", "harm15", "harm19", "harm22", "harm26", "harm29"]
91+
},
92+
{
93+
"range": [72, 83],
94+
"pipe": ["harm1", "harm5", "harm8", "harm12", "harm15", "harm19", "harm22"]
95+
},
96+
{
97+
"range": [84, 96],
98+
"pipe": ["harm1_2", "harm1", "harm5", "harm8", "harm12", "harm15", "harm19"]
99+
}
100+
]
101+
},
75102
{ "name": "Cromorne\n8", "type": "reed", "pipe": "cromhorne", "chiff": 0.5 }
76103
]
77104
},
@@ -117,7 +144,6 @@
117144
"pipe": ["mixtur1", "mixtur2", "mixtur3", "nasard"]
118145
}
119146
]
120-
121147
},
122148
{
123149
"name": "Mixture\nV",
@@ -147,7 +173,34 @@
147173
}
148174
]
149175
},
150-
{ "name": "Fourniture\nV", "type": "principal", "pipe": "I_fourniture5", "chiff": 0.3, "gain": 3.1 },
176+
{
177+
"name": "Fourniture\nV",
178+
"type": "principal",
179+
"chiff": 0.8,
180+
"gain": 1.0,
181+
"zones": [
182+
{
183+
"range": [36, 47],
184+
"pipe": ["harm24", "harm26", "harm29", "harm33", "harm36"]
185+
},
186+
{
187+
"range": [48, 59],
188+
"pipe": ["harm19","harm22", "harm24", "harm26", "harm29"]
189+
},
190+
{
191+
"range": [60, 71],
192+
"pipe": ["harm15", "harm17", "harm19","harm22", "harm26"]
193+
},
194+
{
195+
"range": [72, 83],
196+
"pipe": ["harm12", "harm15", "harm17", "harm19","harm22"]
197+
},
198+
{
199+
"range": [84, 96],
200+
"pipe": ["harm8", "harm12", "harm15", "harm17", "harm19"]
201+
}
202+
]
203+
},
151204
{ "name": "Cornet\nV", "type": "flute", "pipe": ["II_cornet1", "II_cornet2", "II_cornet3", "II_cornet4", "II_cornet5"], "chiff": 0.2 },
152205
{ "name": "Trumpet\n8", "type": "reed", "pipe": "I_trumpet", "chiff": 0.8 },
153206
{ "name": "Trumpet\n4", "type": "reed", "pipe": "I_trumpet4", "chiff": 0.8 }

0 commit comments

Comments
 (0)