mirror of
https://github.com/vsariola/sointu.git
synced 2026-07-13 06:41:08 -04:00
feat(tracker/presets): new/modified presets, including reverb presets (#236)
Add new reverb presets in UTIL Remove duplicate global mastering Revisit some presets and add new ones
This commit is contained in:
@@ -1,38 +1,27 @@
|
||||
name: Global mastering
|
||||
numvoices: 1
|
||||
units:
|
||||
- id: 1173
|
||||
- id: 1184
|
||||
parameters: {}
|
||||
comment: Aux1 reverb
|
||||
- type: in
|
||||
id: 1157
|
||||
parameters: {channel: 2, stereo: 1}
|
||||
- type: delay
|
||||
id: 1158
|
||||
parameters: {damp: 28, dry: 0, feedback: 122, notetracking: 0, pregain: 40, stereo: 1}
|
||||
varargs: [1116, 1188, 1276, 1356, 1422, 1492, 1556, 1618, 1140, 1212, 1300, 1380, 1446, 1516, 1580, 1642]
|
||||
- type: out
|
||||
id: 1169
|
||||
parameters: {gain: 128, stereo: 1}
|
||||
- id: 1174
|
||||
parameters: {}
|
||||
comment: Mastering
|
||||
comment: Global mastering - set this preset as last intrument, load reverbs before this
|
||||
- type: in
|
||||
id: 1170
|
||||
parameters: {channel: 0, stereo: 1}
|
||||
- type: filter
|
||||
id: 1171
|
||||
parameters: {bandpass: 0, frequency: 128, highpass: 0, lowpass: 1, resonance: 128, stereo: 1}
|
||||
parameters: {bandpass: -1, frequency: 128, highpass: 0, lowpass: 1, resonance: 128, stereo: 1}
|
||||
comment: Limit highs
|
||||
- type: filter
|
||||
id: 1166
|
||||
parameters: {bandpass: 0, frequency: 8, highpass: 1, lowpass: 0, resonance: 128, stereo: 1}
|
||||
parameters: {bandpass: 1, frequency: 10, highpass: 1, lowpass: 0, resonance: 128, stereo: 1}
|
||||
comment: Low cut
|
||||
- type: compressor
|
||||
id: 1167
|
||||
parameters: {attack: 0, invgain: 90, ratio: 128, release: 42, stereo: 1, threshold: 90}
|
||||
parameters: {attack: 42, invgain: 89, ratio: 92, release: 42, stereo: 1, threshold: 83}
|
||||
- type: mulp
|
||||
id: 1168
|
||||
parameters: {stereo: 1}
|
||||
- type: out
|
||||
id: 1172
|
||||
parameters: {gain: 128, stereo: 1}
|
||||
parameters: {gain: 116, stereo: 1}
|
||||
comment: Master gain
|
||||
|
||||
35
tracker/presets/UTIL/Reverb_Church.yml
Normal file
35
tracker/presets/UTIL/Reverb_Church.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
name: Reverb Church
|
||||
numvoices: 1
|
||||
units:
|
||||
- id: 1191
|
||||
parameters: {}
|
||||
comment: Church Reverb - Load this before Global mastering
|
||||
- type: in
|
||||
id: 1192
|
||||
parameters: {channel: 2, stereo: 1}
|
||||
comment: If you need second reverb set channel to 4 and use aux opcode to send
|
||||
- type: filter
|
||||
id: 1699
|
||||
parameters: {bandpass: 0, frequency: 75, highpass: 0, lowpass: 1, resonance: 128, stereo: 1}
|
||||
comment: Filter hights - church doesn't reflect very bright sounds, adjust to fit your style
|
||||
- type: filter
|
||||
id: 1700
|
||||
parameters: {bandpass: 0, frequency: 19, highpass: 1, lowpass: 0, resonance: 128, stereo: 1}
|
||||
comment: Filter bass - to clean up some low frequences
|
||||
- id: 1703
|
||||
parameters: {}
|
||||
comment: First reflections, adjust feedback to alter the first reflections length
|
||||
- type: delay
|
||||
id: 1698
|
||||
parameters: {damp: 22, dry: 0, feedback: 105, notetracking: 0, pregain: 62, stereo: 1}
|
||||
varargs: [1777, 2129, 2467, 2819, 3217, 3571, 3929, 4297, 1783, 2131, 2473, 2833, 3221, 3581, 3931, 4327]
|
||||
- id: 1704
|
||||
parameters: {}
|
||||
comment: Longer reverb tail from the church.. alter pregain and feedback to sculpt the reverb
|
||||
- type: delay
|
||||
id: 1701
|
||||
parameters: {damp: 28, dry: 128, feedback: 110, notetracking: 0, pregain: 75, stereo: 1}
|
||||
varargs: [4703, 5087, 5483, 5857, 6269, 6673, 7039, 7499, 4721, 5099, 5501, 5861, 6271, 6679, 7043, 7507]
|
||||
- type: out
|
||||
id: 1702
|
||||
parameters: {gain: 128, stereo: 1}
|
||||
32
tracker/presets/UTIL/Reverb_Hall.yml
Normal file
32
tracker/presets/UTIL/Reverb_Hall.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
name: Reverb Hall
|
||||
numvoices: 1
|
||||
units:
|
||||
- id: 1723
|
||||
parameters: {}
|
||||
comment: Hall reverb - Load this before Global mastering
|
||||
- type: in
|
||||
id: 1724
|
||||
parameters: {channel: 2, stereo: 1}
|
||||
comment: Set channel to 4 if you need second reverb, use aux opcode to send
|
||||
- type: filter
|
||||
id: 1736
|
||||
parameters: {bandpass: 1, frequency: 97, highpass: 0, lowpass: 1, resonance: 128, stereo: 1}
|
||||
comment: Filter highs - adjust to increase brightness
|
||||
- type: filter
|
||||
id: 1735
|
||||
parameters: {bandpass: 0, frequency: 26, highpass: 1, lowpass: 0, resonance: 128, stereo: 1}
|
||||
comment: Filter lows - to clean up muddy bass freqs
|
||||
- id: 1738
|
||||
parameters: {}
|
||||
comment: Try different feedback and damp values to sculpt the reverb length and tone
|
||||
- type: delay
|
||||
id: 1725
|
||||
parameters: {damp: 21, dry: 0, feedback: 119, notetracking: 0, pregain: 64, stereo: 1}
|
||||
varargs: [601, 751, 911, 1069, 1229, 1381, 1543, 1709, 1871, 2027, 2179, 2339, 2477, 2621, 2777, 2927, 613, 761, 919, 1087, 1237, 1399, 1553, 1721, 1877, 2039, 2161, 2341, 2467, 2633, 2791, 2939]
|
||||
- type: belleq
|
||||
id: 1737
|
||||
parameters: {bandwidth: 54, frequency: 36, gain: 55, stereo: 1}
|
||||
comment: Cleanup mids (adjust or remove if you don't need)
|
||||
- type: out
|
||||
id: 1726
|
||||
parameters: {gain: 128, stereo: 1}
|
||||
24
tracker/presets/UTIL/Reverb_Plate.yml
Normal file
24
tracker/presets/UTIL/Reverb_Plate.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Reverb Plate
|
||||
numvoices: 1
|
||||
units:
|
||||
- id: 1173
|
||||
parameters: {}
|
||||
comment: Plate Reverb - Load this before Global mastering preset
|
||||
- type: in
|
||||
id: 1157
|
||||
parameters: {channel: 2, stereo: 1}
|
||||
comment: If you need secondary reverb, set channel to 4 and use aux opcode to send
|
||||
- type: filter
|
||||
id: 1703
|
||||
parameters: {bandpass: 0, frequency: 27, highpass: 1, lowpass: 0, resonance: 128, stereo: 1}
|
||||
comment: Filter bass around 200hz, plate doesn't have usually low bass
|
||||
- id: 1704
|
||||
parameters: {}
|
||||
comment: Feedback controls the plate reverb length, damp should be kept quite low values, plates sound metallic by their nature
|
||||
- type: delay
|
||||
id: 1158
|
||||
parameters: {damp: 23, dry: 0, feedback: 120, notetracking: 0, pregain: 64, stereo: 1}
|
||||
varargs: [223, 307, 397, 487, 593, 677, 787, 883, 997, 1093, 1213, 1303, 1439, 1543, 1627, 1753, 233, 317, 419, 503, 607, 701, 811, 911, 1019, 1109, 1229, 1321, 1453, 1559, 1663, 1783]
|
||||
- type: out
|
||||
id: 1169
|
||||
parameters: {gain: 128, stereo: 1}
|
||||
20
tracker/presets/UTIL/Reverb_Room.yml
Normal file
20
tracker/presets/UTIL/Reverb_Room.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Reverb Room
|
||||
numvoices: 1
|
||||
units:
|
||||
- id: 1699
|
||||
parameters: {}
|
||||
comment: Room reverb - load this before Global mastering
|
||||
- type: in
|
||||
id: 1700
|
||||
parameters: {channel: 2, stereo: 1}
|
||||
comment: Set channel 4 if you need secondary reverb. Use opcode "aux" to send
|
||||
- id: 1703
|
||||
parameters: {}
|
||||
comment: Room reverbs are short by nature, so keep feedback less than ~80. Use damp to alter room brightness.
|
||||
- type: delay
|
||||
id: 1701
|
||||
parameters: {damp: 59, dry: 0, feedback: 51, notetracking: 0, pregain: 64, stereo: 1}
|
||||
varargs: [1116, 1188, 1276, 1356, 1422, 1492, 1556, 1618, 1140, 1212, 1300, 1380, 1446, 1516, 1580, 1642]
|
||||
- type: out
|
||||
id: 1702
|
||||
parameters: {gain: 128, stereo: 1}
|
||||
20
tracker/presets/UTIL/Reverb_Studio.yml
Normal file
20
tracker/presets/UTIL/Reverb_Studio.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Reverb Studio
|
||||
numvoices: 1
|
||||
units:
|
||||
- id: 1173
|
||||
parameters: {}
|
||||
comment: 'Studio Reverb - Load this before Global mastering '
|
||||
- type: in
|
||||
id: 1157
|
||||
parameters: {channel: 2, stereo: 1}
|
||||
comment: if you need secondary reverb set channel to 4. use opcode "aux" to send here.
|
||||
- id: 1185
|
||||
parameters: {}
|
||||
comment: Use feedback and damp values to sculpt the room size and brightness.
|
||||
- type: delay
|
||||
id: 1158
|
||||
parameters: {damp: 30, dry: 0, feedback: 90, notetracking: 0, pregain: 64, stereo: 1}
|
||||
varargs: [443, 523, 613, 691, 787, 877, 971, 1051, 1151, 1237, 1321, 1447, 1531, 1613, 1721, 1823, 457, 547, 619, 709, 809, 883, 983, 1063, 1163, 1259, 1361, 1453, 1549, 1621, 1733, 1847]
|
||||
- type: out
|
||||
id: 1169
|
||||
parameters: {gain: 128, stereo: 1}
|
||||
@@ -1,41 +0,0 @@
|
||||
units:
|
||||
- id: 1173
|
||||
parameters: {}
|
||||
comment: Aux1 reverb
|
||||
- type: in
|
||||
id: 1157
|
||||
parameters: {channel: 2, stereo: 1}
|
||||
- type: delay
|
||||
id: 1158
|
||||
parameters: {damp: 64, dry: 0, feedback: 121, notetracking: 0, pregain: 70, stereo: 1}
|
||||
varargs: [1116, 1188, 1276, 1356, 1422, 1492, 1556, 1618, 1140, 1212, 1300, 1380, 1446, 1516, 1580, 1642]
|
||||
- type: out
|
||||
id: 1169
|
||||
parameters: {gain: 90, stereo: 1}
|
||||
- id: 1174
|
||||
parameters: {}
|
||||
comment: Mastering
|
||||
- type: in
|
||||
id: 1170
|
||||
parameters: {channel: 0, stereo: 1}
|
||||
- type: gain
|
||||
id: 1697
|
||||
parameters: {gain: 21, stereo: 1}
|
||||
- type: filter
|
||||
id: 1171
|
||||
parameters: {bandpass: -1, frequency: 100, highpass: -1, lowpass: 1, resonance: 128, stereo: 1}
|
||||
comment: Limit highs
|
||||
- type: filter
|
||||
id: 1166
|
||||
parameters: {bandpass: -1, frequency: 12, highpass: -1, lowpass: 1, resonance: 96, stereo: 1}
|
||||
comment: Low cut
|
||||
- type: compressor
|
||||
id: 1694
|
||||
parameters: {attack: 45, invgain: 89, ratio: 110, release: 45, stereo: 1, threshold: 85}
|
||||
- type: mulp
|
||||
id: 1695
|
||||
parameters: {stereo: 1}
|
||||
- type: out
|
||||
id: 1172
|
||||
parameters: {gain: 64, stereo: 1}
|
||||
comment: Master gain
|
||||
Reference in New Issue
Block a user