@gorilla-engine-sdk/create-gorilla-engine-plugin 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/LICENSE.md +64 -0
  2. package/README.md +103 -0
  3. package/generator-gorilla-engine-plugin/app/index.js +338 -0
  4. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/SKILL.md +295 -0
  5. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/effects-filters.md +186 -0
  6. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/indexing.md +129 -0
  7. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/instrument-files.md +547 -0
  8. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/key-rules.md +81 -0
  9. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/modulation.md +210 -0
  10. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/module-control.md +217 -0
  11. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/module-reference-bus-effects.md +663 -0
  12. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/module-reference-core.md +145 -0
  13. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/module-reference-misc.md +59 -0
  14. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/module-reference-modulation.md +85 -0
  15. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/module-reference-voice-effects.md +407 -0
  16. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/note-events.md +278 -0
  17. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/properties.md +230 -0
  18. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/script-patterns.md +494 -0
  19. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-dsp/references/time-tempo.md +209 -0
  20. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/SKILL.md +104 -0
  21. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/advanced-controls.md +194 -0
  22. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/base-props.md +167 -0
  23. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/basic-controls.md +230 -0
  24. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/bindings.md +183 -0
  25. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/composite-components.md +258 -0
  26. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/containers.md +149 -0
  27. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/editors.md +191 -0
  28. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/event-handlers.md +150 -0
  29. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/getting-started.md +143 -0
  30. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/gorilla-engine-api.md +147 -0
  31. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/instrument-api.md +250 -0
  32. package/generator-gorilla-engine-plugin/app/templates/.agents/skills/gorilla-engine-ui/references/visualization.md +209 -0
  33. package/generator-gorilla-engine-plugin/app/templates/.prettierignore +13 -0
  34. package/generator-gorilla-engine-plugin/app/templates/.vscode/settings.json +14 -0
  35. package/generator-gorilla-engine-plugin/app/templates/.vscode_input/launch.json +89 -0
  36. package/generator-gorilla-engine-plugin/app/templates/README.md +36 -0
  37. package/generator-gorilla-engine-plugin/app/templates/assets/fonts/OFL.txt +93 -0
  38. package/generator-gorilla-engine-plugin/app/templates/assets/fonts/Roboto-Bold.otf +0 -0
  39. package/generator-gorilla-engine-plugin/app/templates/assets/fonts/Roboto-Medium.otf +0 -0
  40. package/generator-gorilla-engine-plugin/app/templates/assets/fonts/Roboto-Regular.otf +0 -0
  41. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/Presets/Factory/Category 1/Init.preset +1 -0
  42. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/Presets/Factory/Category 1/Three Quarters.preset +1 -0
  43. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/Horizontal Slider.png +0 -0
  44. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/Horizontal Slider@2x.png +0 -0
  45. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/Rotary Bipolar.png +0 -0
  46. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/Rotary-Bipolar@2x.png +0 -0
  47. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/Rotary.png +0 -0
  48. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/Rotary@2x.png +0 -0
  49. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-down-default.png +0 -0
  50. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-down-default@2x.png +0 -0
  51. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-down-hover.png +0 -0
  52. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-down-hover@2x.png +0 -0
  53. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-down-pressed.png +0 -0
  54. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-down-pressed@2x.png +0 -0
  55. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-up-default.png +0 -0
  56. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-up-default@2x.png +0 -0
  57. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-up-hover.png +0 -0
  58. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-up-hover@2x.png +0 -0
  59. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-up-pressed.png +0 -0
  60. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/arrow-up-pressed@2x.png +0 -0
  61. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/toggle-default.png +0 -0
  62. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/toggle-default@2x.png +0 -0
  63. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/toggle-pressed.png +0 -0
  64. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/images/toggle-pressed@2x.png +0 -0
  65. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/instruments/Basic Synth Example_part1.blob +0 -0
  66. package/generator-gorilla-engine-plugin/app/templates/basic-synth/assets/instruments/Basic Synth Example_part2.blob +1 -0
  67. package/generator-gorilla-engine-plugin/app/templates/basic-synth/instrument/Basic Synth Example.inst +157 -0
  68. package/generator-gorilla-engine-plugin/app/templates/basic-synth/instrument/Basic Synth Example.txt +184 -0
  69. package/generator-gorilla-engine-plugin/app/templates/basic-synth/src/app/Root.tsx +35 -0
  70. package/generator-gorilla-engine-plugin/app/templates/basic-synth/src/app/components/ErrorBoundary.tsx +138 -0
  71. package/generator-gorilla-engine-plugin/app/templates/basic-synth/src/app/components/UserInterface.tsx +338 -0
  72. package/generator-gorilla-engine-plugin/app/templates/basic-synth/src/app/pluginConfig.ts +4 -0
  73. package/generator-gorilla-engine-plugin/app/templates/basic-synth/src/dialogsCustomStyle.ts +98 -0
  74. package/generator-gorilla-engine-plugin/app/templates/basic-synth/src/index.tsx +217 -0
  75. package/generator-gorilla-engine-plugin/app/templates/basic-synth/src/presetBrowserCustomStyle.ts +124 -0
  76. package/generator-gorilla-engine-plugin/app/templates/build.ugep +173 -0
  77. package/generator-gorilla-engine-plugin/app/templates/effect/assets/Presets/Factory/Category 1/01 - All The Way Down.preset +1 -0
  78. package/generator-gorilla-engine-plugin/app/templates/effect/assets/Presets/Factory/Category 1/02 - About Half.preset +1 -0
  79. package/generator-gorilla-engine-plugin/app/templates/effect/assets/Presets/Factory/Category 1/03 - Three Quarters.preset +1 -0
  80. package/generator-gorilla-engine-plugin/app/templates/effect/assets/Presets/Factory/Category 1/04 - All The Way Up.preset +1 -0
  81. package/generator-gorilla-engine-plugin/app/templates/effect/assets/images/Rotary.png +0 -0
  82. package/generator-gorilla-engine-plugin/app/templates/effect/assets/images/Rotary@2x.png +0 -0
  83. package/generator-gorilla-engine-plugin/app/templates/effect/assets/instruments/Reverb Example_part1.blob +0 -0
  84. package/generator-gorilla-engine-plugin/app/templates/effect/assets/instruments/Reverb Example_part2.blob +1 -0
  85. package/generator-gorilla-engine-plugin/app/templates/effect/instrument/Reverb Example.inst +73 -0
  86. package/generator-gorilla-engine-plugin/app/templates/effect/instrument/Reverb Example.txt +21 -0
  87. package/generator-gorilla-engine-plugin/app/templates/effect/src/app/Root.tsx +35 -0
  88. package/generator-gorilla-engine-plugin/app/templates/effect/src/app/components/ErrorBoundary.tsx +114 -0
  89. package/generator-gorilla-engine-plugin/app/templates/effect/src/app/components/UserInterface.tsx +85 -0
  90. package/generator-gorilla-engine-plugin/app/templates/effect/src/app/pluginConfig.ts +4 -0
  91. package/generator-gorilla-engine-plugin/app/templates/effect/src/dialogsCustomStyle.ts +101 -0
  92. package/generator-gorilla-engine-plugin/app/templates/effect/src/index.tsx +214 -0
  93. package/generator-gorilla-engine-plugin/app/templates/effect/src/presetBrowserCustomStyle.ts +124 -0
  94. package/generator-gorilla-engine-plugin/app/templates/gitignore +9 -0
  95. package/generator-gorilla-engine-plugin/app/templates/licence.txt +0 -0
  96. package/generator-gorilla-engine-plugin/app/templates/package.json +38 -0
  97. package/generator-gorilla-engine-plugin/app/templates/prettierrc +9 -0
  98. package/generator-gorilla-engine-plugin/app/templates/tsconfig.json +20 -0
  99. package/generator-gorilla-engine-plugin/package.json +17 -0
  100. package/index.js +72 -0
  101. package/package.json +42 -0
@@ -0,0 +1,663 @@
1
+ # Gorilla Editor — Module Reference: Bus Effects
2
+
3
+ Covers: Effect Bus, Effect Mod, and all bus-level effect modules.
4
+
5
+ > **Cross-references:** `EffectMod` is defined in this file (see [Effect Mod](#Effect-Mod)). `ModRouting` definition → see [module-reference-modulation.md](./module-reference-modulation.md)
6
+
7
+ ## Contents
8
+ 1. [Effect Bus](#Effect-Bus)
9
+ 2. [Effect Mod](#Effect-Mod)
10
+ 3. [Bus Effect: Beat Cutter](#Bus-Effect-Beat-Cutter)
11
+ 4. [Bus Effect: Bus Compressor](#Bus-Effect-Bus-Compressor)
12
+ 5. [Bus Effect: Chorus](#Bus-Effect-Chorus)
13
+ 6. [Bus Effect: Compressor](#Bus-Effect-Compressor)
14
+ 7. [Bus Effect: Convolution](#Bus-Effect-Convolution)
15
+ 8. [Bus Effect: Crossover](#Bus-Effect-Crossover)
16
+ 9. [Bus Effect: Delay](#Bus-Effect-Delay)
17
+ 10. [Bus Effect: Distortion](#Bus-Effect-Distortion)
18
+ 11. [Bus Effect: Envelope Follower](#Bus-Effect-Envelope-Follower)
19
+ 12. [Bus Effect: EQ](#Bus-Effect-EQ)
20
+ 13. [Bus Effect: Filter](#Bus-Effect-Filter)
21
+ 14. [Bus Effect: Flanger](#Bus-Effect-Flanger)
22
+ 15. [Bus Effect: Frequency Shifter](#Bus-Effect-Frequency-Shifter)
23
+ 16. [Bus Effect: Gate](#Bus-Effect-Gate)
24
+ 17. [Bus Effect: Grain Pitch](#Bus-Effect-Grain-Pitch)
25
+ 18. [Bus Effect: Guitar Amp](#Bus-Effect-Guitar-Amp)
26
+ 19. [Bus Effect: Isolator EQ](#Bus-Effect-Isolator-EQ)
27
+ 20. [Bus Effect: Limiter](#Bus-Effect-Limiter)
28
+ 21. [Bus Effect: Lo-Fi](#Bus-Effect-Lo-Fi)
29
+ 22. [Bus Effect: Master Filter](#Bus-Effect-Master-Filter)
30
+ 23. [Bus Effect: Multi-Band Compressor](#Bus-Effect-Multi-Band-Compressor)
31
+ 24. [Bus Effect: Multi-Band Distortion](#Bus-Effect-Multi-Band-Distortion)
32
+ 25. [Bus Effect: Multi-Tap Delay](#Bus-Effect-Multi-Tap-Delay)
33
+ 26. [Bus Effect: Non-Linear Reverb](#Bus-Effect-Non-Linear-Reverb)
34
+ 27. [Bus Effect: Overdrive](#Bus-Effect-Overdrive)
35
+ 28. [Bus Effect: Pan](#Bus-Effect-Pan)
36
+ 29. [Bus Effect: Phaser](#Bus-Effect-Phaser)
37
+ 30. [Bus Effect: Resonators](#Bus-Effect-Resonators)
38
+ 31. [Bus Effect: Reverb](#Bus-Effect-Reverb)
39
+ 32. [Bus Effect: Rotary](#Bus-Effect-Rotary)
40
+ 33. [Bus Effect: Saturation](#Bus-Effect-Saturation)
41
+ 34. [Bus Effect: Send](#Bus-Effect-Send)
42
+ 35. [Bus Effect: Sub Bass](#Bus-Effect-Sub-Bass)
43
+ 36. [Bus Effect: Transient](#Bus-Effect-Transient)
44
+ 37. [Bus Effect: Tremolo/Pan](#Bus-Effect-TremoloPan)
45
+ 38. [Bus Effect: Vocoder](#Bus-Effect-Vocoder)
46
+
47
+ ---
48
+
49
+ ## Effect Bus
50
+ Each Effect Bus contains a number of effects, and can have audio routed to it by Groups or other Effect Busses. Each Effect Bus can route its output signal to an audio output or to another Effect Bus.
51
+ | Parameter | Description |
52
+ | --------- | ----------- |
53
+ | Name | Name to display for this Effect Bus. |
54
+ | Volume | Output level. |
55
+ | Output | Destination output or bus. |
56
+ | Mute | Mute the output of this bus (unless Solo is on). Does not stop the effects in the bus from running. |
57
+ | Solo | Solo this bus and mute any non-soloed busses. Set to Ignore if soloing other busses should not mute this one. |
58
+ | Effects | [Effect*](#Effect*) |
59
+
60
+ ## Effect Mod
61
+ Automation of an effect parameter from various sources and/or a built-in step LFO.
62
+ | Parameter | Description |
63
+ | --------- | ----------- |
64
+ | Active | Switch this modulation routing on or off. |
65
+ | Source | Select a mod source. 'Env Follower' uses the output of the previous Envelope Follower effect in the bus. 'Prev Mod' uses the value of the previous effect modulator in the bus, for modulating multiple parameters the same way. |
66
+ | CC | When Source is set to MIDI CC, selects which CC number to read from. |
67
+ | Smooth | Optional smoothing of the source value. |
68
+ | LFO | Activate the step LFO. |
69
+ | Steps | Edit the LFO steps. |
70
+ | Start | First step to play (allows switching between a few different waveforms). |
71
+ | Length | Number of steps to repeat. |
72
+ | Rate | Adjust the LFO rate (time per step). |
73
+ | Sync | Set the LFO rate in steps per beat rather than steps per second. |
74
+ | Retrig | Restart the LFO after pauses in the bus input audio (unsynced only), and when the reference bar beat changes. |
75
+ | Randomize | Scale each step by a random amount. |
76
+ | Ramp | Ramping between LFO steps. 0 % switches from one value to the next. Large steps (1.0 or more) are only ramped when set to 100 %. |
77
+ | Rate Mod | How much the selected Source value affects the LFO rate. |
78
+ | Depth Mod | How much the selected Source value affects the LFO depth. |
79
+ | Invert | Reduce the destination parameter instead of increasing it. |
80
+ | Depth | Amount of modulation from the LFO, or direct from the Source value if the LFO is not active. |
81
+ | Dest | Destination parameter to be modulated in the effect. |
82
+ | Curve Active | Determines if a custom curve is applied to the source value. |
83
+ | Curve | Edit the curve points. |
84
+
85
+ ## Bus Effect: Beat Cutter
86
+ Cut up the incoming audio and apply various 'glitch' effects.
87
+ | Parameter | Description |
88
+ | --------- | ----------- |
89
+ | Bypass | Disable the effect. |
90
+ | EffectMods | [EffectMod](#Effect-Mod) |
91
+ | Grid | Rate that the audio is cut into steps/slices. |
92
+ | Swing | Adjust length of even steps relative to odd steps, for a shuffle feel. |
93
+ | Grid Per Beat | Number of grid steps that are grouped together to treat as one beat. |
94
+ | Beat Mask | How each beat can be processed. Consists of 8 digits (beats 1 to 8) which are each a sum of the following values: 1=can gate, 2=can repeat, 4=can repitch or reverse. |
95
+ | Can Gate | Probability that each grid step will be gated (enabled/disabled by the Beat Mask). |
96
+ | Gate Length | Length of gated steps before they are muted, as a proportion of the step length. |
97
+ | Gate Depth | Attenuation when gating is applied. |
98
+ | Gate Filter | Filter cutoff applied to gated steps. |
99
+ | Filter Random | Random filter cutoff per step. |
100
+ | Can Repeat | Probability that each grid step will repeat the audio of the previous step (enabled/disabled by the Beat Mask). |
101
+ | Can Reverse | Probability that each grid step will be played in reverse (enabled/disabled by the Beat Mask). |
102
+ | Reverse Offset | Delay offset when playing in reverse, to allow reversed transients to be aligned where they are wanted. |
103
+ | Can Repitch | Probability that each grid step will be pitched up or down one octave (enabled/disabled by the Beat Mask). |
104
+ | Smooth | Crossfade between each grid step to reduce clicks and make transitions smoother. |
105
+ | Mix | Dry/wet mix. |
106
+
107
+ ## Bus Effect: Bus Compressor
108
+ Punchy compressor with configurable envelope detection.
109
+ | Parameter | Description |
110
+ | --------- | ----------- |
111
+ | Bypass | Disable the effect. |
112
+ | ModRoutings | [EffectMod](#Effect-Mod) |
113
+ | Detector LF | Highpass filter in sidechain, to reduce response to low frequencies. |
114
+ | Detector HF | High frequency boost in sidechain, to increase response to high frequencies. |
115
+ | Detector Att | Additional attack smoothing in the envelope detector. For an average rather than peak response, set Att and Rel to the same value around 20 ms. For additional release smoothing and shaping, leave Att at zero and increase Rel. |
116
+ | Detector Rel | Additional release smoothing in the envelope detector. |
117
+ | Detector Mode | Punch: Follow envelope below threshold, which increases attack punch as the envelope has further to come back up. Fast: Normal envelope detection with fast attack and release. Smooth: Release slows down as signal falls below threshold. |
118
+ | Threshold | Audio level above which compression is applied. |
119
+ | Ratio | Amount of gain reduction to apply. |
120
+ | Slam | Boosts the compression ratio so much that the output gets quieter as the input gets louder. |
121
+ | Attack | Time it takes for gain reduction to increase when the signal level rises. |
122
+ | Release | Time it takes for gain reduction to decrease when the signal level falls. |
123
+ | Output | Adjust the output volume to compensate for any loss in level due to compression. |
124
+ | Parallel Mix | Mixes compressor output with input signal. |
125
+ | Sidechain | Optionally use the next effect bus (after the one containing this compressor) as a sidechain input. |
126
+
127
+ ## Bus Effect: Chorus
128
+ Chorus effect for creating a thicker, fatter, wider sound.
129
+ | Parameter | Description |
130
+ | --------- | ----------- |
131
+ | Bypass | Disable the effect. |
132
+ | EffectMods | [EffectMod](#Effect-Mod) |
133
+ | Rate | Modulation rate. |
134
+ | Depth | Depth of delay (pitch) modulation. |
135
+ | Delay | Pre-delay for each voice. |
136
+ | Voices | Number of chorus voices. |
137
+ | Dry | Level of the unprocessed input signal sent to the output. |
138
+ | Wet | Level of the effected signal. |
139
+ | Damping | Attenuate high frequencies. |
140
+ | Modulation | Square or sine wave LFO. |
141
+ | Mix | Mix between dry and wet signal (both unaffected at 50% mix). |
142
+
143
+ ## Bus Effect: Compressor
144
+ Compressor effect for controlling dynamic range and shaping transients.
145
+ | Parameter | Description |
146
+ | --------- | ----------- |
147
+ | Bypass | Disable the effect. |
148
+ | EffectMods | [EffectMod](#Effect-Mod) |
149
+ | Threshold | Audio level above which compression is applied. |
150
+ | Ratio | Amount of gain reduction to apply. |
151
+ | Soft Knee | Gradual increase in ratio as signal level crosses threshold. |
152
+ | Slam | Boosts the compression ratio so much that the output gets quieter as the input gets louder. |
153
+ | Attack | Time it takes for gain reduction to increase when the signal level rises. |
154
+ | Release | Time it takes for gain reduction to increase when the signal level falls. |
155
+ | Output | Adjust the output volume to compensate for any loss in level due to compression. |
156
+
157
+ ## Bus Effect: Convolution
158
+ Process the incoming audio with an impulse response, to add reverberation or the character of another audio device, acoustic space, or signal chain.
159
+ | Parameter | Description |
160
+ | --------- | ----------- |
161
+ | Bypass | Disable the effect. |
162
+ | EffectMods | [EffectMod](#Effect-Mod) |
163
+ | Impulse | Drop one or more impulse files (.wav or .aiff). Mono files will perform one convolution (left+right > mono output). Stereo files will perform two convolutions (left > left, right > right). To convolve left and right separately by the same impulse, use a stereo file containing mono audio. To reduce CPU load, keep impulses as short as possible. |
164
+ | Mode | Displays the current mode (Mono, Stereo). |
165
+ | Quality | Reduce bandwidth to save CPU - should be set as low as possible without hearing artifacts. |
166
+ | Input Width | Reduce to mix the left and right inputs together before convolution. |
167
+ | Pre Delay | Initial delay before reverb (it is a good idea to trim any pre-delay from the impulse file). |
168
+ | Dry | Level of the unprocessed input signal sent to the output. |
169
+ | Wet | Level of the effected signal. |
170
+ | Decay | Applies a volume ramp (decreasing or increasing) to the impulse to adjust the perceived reverb time. |
171
+ | Select Impulse | Switch between the loaded impulses, when more than one. |
172
+ | Mix | Mix between dry and wet signal (both unaffected at 50% mix). |
173
+
174
+ ## Bus Effect: Crossover
175
+ Splits the audio into three frequency bands which are output into this and the next two effect busses.
176
+ | Parameter | Description |
177
+ | --------- | ----------- |
178
+ | Bypass | Disable the effect. |
179
+ | EffectMods | [EffectMod](#Effect-Mod) |
180
+ | Low Freq | Crossover frequency between low and mid bands. |
181
+ | High Freq | Crossover frequency between mid and high bands. |
182
+ | Slope | Crossover roll-off. Higher values give more separation between the bands. |
183
+
184
+ ## Bus Effect: Delay
185
+ Stereo delay effect with adjustable feedback routing and left/right spread.
186
+ | Parameter | Description |
187
+ | --------- | ----------- |
188
+ | Bypass | Disable the effect. |
189
+ | EffectMods | [EffectMod](#Effect-Mod) |
190
+ | Time | Delay time. |
191
+ | Sync | Sets Time parameter to seconds or quarternote beats. |
192
+ | Feedback | Feedback from delay output to input to create multiple repeats. |
193
+ | Feedback Mode | Sets which channel(s) feedback is taken from. |
194
+ | Ratio | Negative values reduce the left channel delay, positive values reduce the right channel delay. |
195
+ | Dry | Level of the unprocessed input signal sent to the output. |
196
+ | Wet | Level of the effected signal. |
197
+ | Damping | Lowpass filter for progressive damping of each delay repeat. |
198
+ | Mix | Mix between dry and wet signal (both unaffected at 50% mix). |
199
+
200
+ ## Bus Effect: Distortion
201
+ Stereo distortion/overdrive effect.
202
+ | Parameter | Description |
203
+ | --------- | ----------- |
204
+ | Bypass | Disable the effect. |
205
+ | EffectMods | [EffectMod](#Effect-Mod) |
206
+ | Drive | Input gain to the distortion. |
207
+ | Mode | Transistor (stereo hard clipping), Tube (soft clipping with DC bias), or custom waveshaping curve. |
208
+ | Low Cut | Highpass filter before distortion. |
209
+ | High Cut | Lowpass filter before distortion. |
210
+ | Dry | Level of the unprocessed input signal sent to the output. |
211
+ | Wet | Level of the effected signal. |
212
+ | Rectify | Degree to which negative signal peaks are converted to positive. |
213
+ | Curve | Edit the waveshaping curve. |
214
+ | Mix | Mix between dry and wet signal (both unaffected at 50% mix). |
215
+
216
+ ## Bus Effect: Envelope Follower
217
+ Does not modify the audio signal, but instead measures its level to use as a modulation source elsewhere.
218
+ | Parameter | Description |
219
+ | --------- | ----------- |
220
+ | Bypass | Disable the effect. |
221
+ | EffectMods | [EffectMod](#Effect-Mod) |
222
+ | Mode | Type of envelope detection. Possible values are: <br />`Lin`: Linear (voltage) measurement up to the threshold level.<br />`Log`: Logarithmic (dB) measurement above the threshold level.<br />`Gate`: Switch off and on as the signal level passes the threshold. |
223
+ | Thresh | Lin: audio level for full modulation. Log: audio level for no modulation. Gate: switching threshold. |
224
+ | Attack | Rise time when the audio level increases or the gate opens. |
225
+ | Release | Fall time when the audio level decreases or the gate closes. |
226
+ | Output CC | Write the envelope level to the selected MIDI CC, which can be used as a mod source. Note the instrument script does not receive these CC changes because they are happening continuously. |
227
+
228
+ ## Bus Effect: EQ
229
+ Four-band equalizer with parametric mid bands.
230
+ | Parameter | Description |
231
+ | --------- | ----------- |
232
+ | Bypass | Disable the effect. |
233
+ | EffectMods | [EffectMod](#Effect-Mod) |
234
+ | Low Gain | Low frequency boost or cut. |
235
+ | Low Freq | Low shelf frequency. |
236
+ | Low Contour | Shape of low shelf: Baxandall at 0%, values above 50% add a notch. |
237
+ | Mid 1 Gain | Low-mid frequency boost or cut. |
238
+ | Mid 1 Freq | Low-mid center frequency. |
239
+ | Mid 1 Width | Low-mid bell bandwidth. |
240
+ | Mid 2 Gain | High-mid frequency boost or cut. |
241
+ | Mid 2 Freq | High-mid center frequency. |
242
+ | Mid 2 Width | High-mid bell bandwidth. |
243
+ | High Gain | High frequency boost or cut. |
244
+ | High Freq | High shelf frequency. |
245
+ | High Contour | Shape of high shelf: Baxandall at 0%, values above 50% add a notch. |
246
+ | Output | Level trim to compensate for any gain change due to equalization. |
247
+
248
+ ## Bus Effect: Filter
249
+ Filter effect which can be used as an alternative to the per-voice Filter modules in Groups if you want to apply a filter after other effects, or don't need to modulate the filter independently for each voice.
250
+ | Parameter | Description |
251
+ | --------- | ----------- |
252
+ | Bypass | Disable the effect. |
253
+ | EffectMods | [EffectMod](#Effect-Mod) |
254
+ | Mode | Type of filter to apply Possible values are: <br />`LP12`: 12 dB/oct lowpass.<br />`LP24`: 24 dB/oct lowpass.<br />`LP+`: Brickwall lowpass (no resonance).<br />`BP6`: Bandpass with 6 dB/oct roll-offs.<br />`HP12`: 12 dB/oct highpass.<br />`HP+`: Brickwall highpass (no resonance).<br />`Comb+`: Comb filter.<br />`Comb-`: Comb filter with inverted phase.<br />`SVF`: State Variable filter. |
255
+ | Cutoff | Cutoff frequency. |
256
+ | Resonance | Strength of resonant peak at cutoff frequency. |
257
+ | SVF Low/High | Fade between lowpass and highpass response in SVF filter mode. |
258
+ | SVF Notch/Peak | Fade between notch and bandpass response in SVF filter mode. |
259
+
260
+ ## Bus Effect: Flanger
261
+ Flanger effect based on a modulated delay line.
262
+ | Parameter | Description |
263
+ | --------- | ----------- |
264
+ | Bypass | Disable the effect. |
265
+ | EffectMods | [EffectMod](#Effect-Mod) |
266
+ | Rate | Modulation rate. |
267
+ | Depth | Delay modulation depth. |
268
+ | Delay | Minimum delay. |
269
+ | Feedback | Add resonant peaks. |
270
+ | Phase | Phase offset between left and right modulation. |
271
+ | Mix | Dry/wet mix. |
272
+
273
+ ## Bus Effect: Frequency Shifter
274
+ Bode frequency shift (inharmonic shift in Hertz, not pitch).
275
+ | Parameter | Description |
276
+ | --------- | ----------- |
277
+ | Bypass | Disable the module. |
278
+ | EffectMods | [EffectMod](#Effect-Mod) |
279
+ | Mode | Shift frequencies up, down, or left and right channels in opposite directions. |
280
+ | Range | Frequency shift in Hertz. Low values result in barber's pole phasing when Mix is set to 50%. |
281
+ | Depth | Linear scaling of shift amount, can also be inverted. Useful as a mod destination. |
282
+ | Feedback | Add feedback to add overtones or increase depth of phasing. |
283
+ | Mix | Dry/wet mix. |
284
+ | Balance | Fade between selected direction (100%) to the opposite direction through ring modulation (0%). |
285
+
286
+ ## Bus Effect: Gate
287
+ Noise gate with duck mode and optional sidechain.
288
+ | Parameter | Description |
289
+ | --------- | ----------- |
290
+ | Bypass | Disable the effect. |
291
+ | EffectMods | [EffectMod](#Effect-Mod) |
292
+ | Mode | Gate (attenuate when signal below threshold) or Duck (attenuate when signal above threshold). |
293
+ | Sidechain | Trigger input. Possible values are: <br />`Off`: No sidechain - use effect input level.<br />`Env Follower`: Use envelope follower in effect bus as sidechain input.<br />`Next Bus`: Use signal in next effect bus as sidechain input.<br />`Manual Only`: Only respond to Manual Trigger parameter. |
294
+ | Manual Trigger | Trigger the gate manually or from the instrument script. |
295
+ | Threshold | Adjust the audio level that causes the gate to open. |
296
+ | Range | Adjust the attenuation when the gate is closed. |
297
+ | Attack | Time the gate takes to open. |
298
+ | Hold | Minimum time the gate will stay open for. |
299
+ | Release | Time the gate takes to close. |
300
+
301
+ ## Bus Effect: Grain Pitch
302
+ Granular Pitch-Shift and Delay.
303
+ | Parameter | Description |
304
+ | --------- | ----------- |
305
+ | Bypass | Disable the effect. |
306
+ | EffectMods | [EffectMod](#Effect-Mod) |
307
+ | Delay | Delay time before grains play. |
308
+ | Sync | Sets the delay time in seconds or quarternote beats. |
309
+ | Random Delay | Randomize grain position in the delay line (100% = anywhere from zero to delay time). |
310
+ | Feedback | Feedback from grain output back to delay input. |
311
+ | Grain Size | Grain duration in milliseconds. |
312
+ | Tempo Track | Adjust grain size relative to the tempo. |
313
+ | Random Size | Random variation in grain size. |
314
+ | Density | Overlap between grains. Set below 1.0 for sparse blips, 2.0 or above for a thicker sound or if alternating between two pitches (uses more CPU). |
315
+ | Snap To Grid | Quantizes the next grain to the specified beat grid (and therefore limits the grain density to not more than one per grid). |
316
+ | Direction | Set the grain playback direction to forwards, reverse, alternating forward/reverse, or random for each grain. |
317
+ | Pitch | Playback speed for each grain, to vary the pitch up to 2 octaves. |
318
+ | De-Glitch | Phase-align grains for smoother pitch shifting (disable if not needed to reduce CPU load). |
319
+ | Alt. Pitch | Even grains have this value added to their pitch, odd grains have it subtracted. |
320
+ | Random Pitch | Random pitch variation for each grain. |
321
+ | Alt. Pan | Alternating pan for each grain. Use with Alt Pitch to tune one side up and the other side down. |
322
+ | Random Pan | Random pan for each grain. |
323
+ | Low Cut | Highpass filter before output and delay feedback. |
324
+ | Limiter | Release time of limiter before output and delay feedback. Set to low values for saturation/distortion. |
325
+ | Dry | Level of the unprocessed input signal sent to the output. |
326
+ | Wet | Level of the effected signal. |
327
+ | Mix | Mix between dry and wet signal (both unaffected at 50% mix). |
328
+
329
+ ## Bus Effect: Guitar Amp
330
+ Models of three classic guitar amplifiers. Mono output.
331
+ | Parameter | Description |
332
+ | --------- | ----------- |
333
+ | Bypass | Disable the effect. |
334
+ | EffectMods | [EffectMod](#Effect-Mod) |
335
+ | Model | Select the amp model |
336
+ | Gain | Input gain. |
337
+ | Bass | Bass tone control. |
338
+ | Mid | Mid tone control. |
339
+ | Treble | Treble tone control. |
340
+ | Volume | Amp volume control. |
341
+ | Output | Output level trim. |
342
+ | Mode | Optionally process the left or right channel only. |
343
+
344
+ ## Bus Effect: Isolator EQ
345
+ DJ-style EQ that can be used to eliminate the low mid or high frequencies.
346
+ | Parameter | Description |
347
+ | --------- | ----------- |
348
+ | Bypass | Disable the effect. |
349
+ | EffectMods | [EffectMod](#Effect-Mod) |
350
+ | Low | Level of low frequencies. |
351
+ | Mid | Level of mid frequencies. |
352
+ | High | Level of high frequencies. |
353
+ | Low Freq | Crossover frequency between low and mid bands. |
354
+ | High Freq | Crossover frequency between mid and high bands. |
355
+
356
+ ## Bus Effect: Limiter
357
+ Low-CPU safety limiter to keep levels in check, with a fixed 0 dBFS threshold.
358
+ | Parameter | Description |
359
+ | --------- | ----------- |
360
+ | Bypass | Disable the effect. |
361
+ | EffectMods | [EffectMod](#Effect-Mod) |
362
+ | Release | Recovery time. |
363
+ | Mode | Soft knee, hard knee, or hard clipping. |
364
+ | Maximize | Enable maximizer mode which boosts and compresses the input to the limiter. |
365
+ | Drive | Maximizer input level (only has an effect when Maximize is On). |
366
+
367
+ ## Bus Effect: Lo-Fi
368
+ Sample rate and bit depth reduction.
369
+ | Parameter | Description |
370
+ | --------- | ----------- |
371
+ | Bypass | Disable the effect. |
372
+ | EffectMods | [EffectMod](#Effect-Mod) |
373
+ | Sample Rate | Downsampling rate. |
374
+ | Jitter | Random modulation of downsampling rate. |
375
+ | Mix | Dry/wet mix. |
376
+ | Bit Depth | Bit reduction. |
377
+ | Bit Bias | Offset to adjust the quietest audio that jumps from one bit level to the next. |
378
+ | Slew Rate | Limit the change from one sample to the next. Simulates ADPCM/companding converters. |
379
+
380
+ ## Bus Effect: Master Filter
381
+ Master EQ and high/low filter.
382
+ | Parameter | Description |
383
+ | --------- | ----------- |
384
+ | Bypass | Disable the effect. |
385
+ | EffectMods | [EffectMod](#Effect-Mod) |
386
+ | Cutoff | Turn left for lowpass, right for highpass. Set to exactly 0.0 to save CPU. |
387
+ | Low Reso | Resonance of lowpass filter. |
388
+ | Low Reso Track | Adjust resonance at high versus low cutoffs. |
389
+ | High Reso | Resonance of highpass filter. |
390
+ | High Reso Track | Adjust resonance at high versus low cutoffs. |
391
+ | Low Boost | Psycho-acoustic low shelf filter. |
392
+ | Low Freq | Adjust the frequency of the low boost. |
393
+ | High Boost | Psycho-acoustic high shelf filter. |
394
+ | High Freq | Adjust the frequency of the high boost. |
395
+
396
+ ## Bus Effect: Multi-Band Compressor
397
+ Separate compression of low, mid and high frequencies.
398
+ | Parameter | Description |
399
+ | --------- | ----------- |
400
+ | Bypass | Disable the effect. |
401
+ | EffectMods | [EffectMod](#Effect-Mod) |
402
+ | Low Drive | Low frequency input gain. |
403
+ | Mid Drive | Mid frequency input gain. |
404
+ | High Drive | High frequency input gain. |
405
+ | Low Out | Low frequency output level trim. |
406
+ | Mid Out | Mid frequency output level trim. |
407
+ | High Out | High frequency output level trim. |
408
+ | Low Attack | Low frequency compression onset time. |
409
+ | Mid Attack | Mid frequency compression onset time. |
410
+ | High Attack | High frequency compression onset time. |
411
+ | Low Release | Low frequency compression recovery time. |
412
+ | Mid Release | Mid frequency compression recovery time. |
413
+ | High Release | High frequency compression recovery time. |
414
+ | Low Freq | Crossover frequency between low and mid bands. |
415
+ | High Freq | Crossover frequency between mid and high bands. |
416
+ | Slope | Crossover roll-off. Higher values give more separation between the bands. |
417
+ | Soft Knee | Gradual increase in ratio as signal level crosses threshold. |
418
+ | Overshoot | When active, knee is extra hard at minimum setting. |
419
+
420
+ ## Bus Effect: Multi-Band Distortion
421
+ Stereo mix of four distortions each preceded by a multi-mode filter.
422
+ | Parameter | Description |
423
+ | --------- | ----------- |
424
+ | Bypass | Disable the effect. |
425
+ | EffectMods | [EffectMod](#Effect-Mod) |
426
+ | Band 1 | Switch band 1 on and off. |
427
+ | 1 Curve | Select different distortion curves. |
428
+ | 1 Cutoff | Adjust cutoff frequency of pre-distortion filter |
429
+ | 1 Resonance | Adjust filter resonance (values below 11% result in a notch rather than a peak). |
430
+ | 1 Tilt | Adjust filter mode from highpass, through notch or bandpass, to highpass. |
431
+ | 1 Drive | Distortion input drive. |
432
+ | 1 Level | Distortion output volume. |
433
+ | 1 Pan | Stereo position of the distorted signal. Also fades the distortion input between the left and right inputs to allow true stereo processing. |
434
+ | Band 2 | Switch band 2 on and off. |
435
+ | 2 Curve | Select different distortion curves. |
436
+ | 2 Cutoff | Adjust cutoff frequency of pre-distortion filter |
437
+ | 2 Resonance | Adjust filter resonance (values below 11% result in a notch rather than a peak). |
438
+ | 2 Tilt | Adjust filter mode from highpass, through notch or bandpass, to highpass. |
439
+ | 2 Drive | Distortion input drive. |
440
+ | 2 Level | Distortion output volume. |
441
+ | 2 Pan | Stereo position of the distorted signal. Also fades the distortion input between the left and right inputs to allow true stereo processing. |
442
+ | Band 3 | Switch band 3 on and off. |
443
+ | 3 Curve | Select different distortion curves. |
444
+ | 3 Cutoff | Adjust cutoff frequency of pre-distortion filter |
445
+ | 3 Resonance | Adjust filter resonance (values below 11% result in a notch rather than a peak). |
446
+ | 3 Tilt | Adjust filter mode from highpass, through notch or bandpass, to highpass. |
447
+ | 3 Drive | Distortion input drive. |
448
+ | 3 Level | Distortion output volume. |
449
+ | 3 Pan | Stereo position of the distorted signal. Also fades the distortion input between the left and right inputs to allow true stereo processing. |
450
+ | Band 4 | Switch band 4 on and off. |
451
+ | 4 Curve | Select different distortion curves. |
452
+ | 4 Cutoff | Adjust cutoff frequency of pre-distortion filter |
453
+ | 4 Resonance | Adjust filter resonance (values below 11% result in a notch rather than a peak). |
454
+ | 4 Tilt | Adjust filter mode from highpass, through notch or bandpass, to highpass. |
455
+ | 4 Drive | Distortion input drive. |
456
+ | 4 Level | Distortion output volume. |
457
+ | 4 Pan | Stereo position of the distorted signal. Also fades the distortion input between the left and right inputs to allow true stereo processing. |
458
+ | Low Bypass | Cuts distorted low frequencies and lets dry lows pass through. |
459
+ | High Bypass | Cuts distorted high frequencies and lets dry highs pass through. |
460
+ | Mix | Dry/wet mix. |
461
+
462
+ ## Bus Effect: Multi-Tap Delay
463
+ Delay effect with up to 16 configurable taps and smoothing of delay time changes.
464
+ | Parameter | Description |
465
+ | --------- | ----------- |
466
+ | Bypass | Disable the effect. |
467
+ | EffectMods | [EffectMod](#Effect-Mod) |
468
+ | Time | Delay time. |
469
+ | Sync | Sets Time parameter to seconds or quarternote beats. |
470
+ | Input Width | Reduce (or flip for negative values) the stereo width of the delay input and each feedback repeat. |
471
+ | Feedback | Feedback to the delay input to create multiple repeats. |
472
+ | Feedback Tap | Select which output tap the feedback is taken from. |
473
+ | Tap Time | Delay time for each tap, as a percentage of the Time parameter. |
474
+ | Tap level | Volume for each tap. Set to zero to disable the tap, saving CPU. |
475
+ | Tap Pan | Stereo pan position for each tap. |
476
+ | Tap Filter | Filter center frequency for each tap. Filters are bypassed at 0% if Resonance is also 0%. |
477
+ | Resonance | Filter resonance for all taps. Morphs from a gentle tone control to a narrow bandpass. |
478
+ | Low Cut | Highpass filter for progressive thinning of each delay repeat. |
479
+ | High Cut | Lowpass filter for progressive damping of each delay repeat. |
480
+ | Dry | Level of the unprocessed input signal sent to the output. |
481
+ | Wet | Level of the effected signal. |
482
+ | Mix | Mix between dry and wet signal (both unaffected at 50% mix). |
483
+ | Saturation | Add dirt to the delay/feedback signal. |
484
+
485
+ ## Bus Effect: Non-Linear Reverb
486
+ Reverberation with a hard 'gated' cutoff after the reverb time.
487
+ | Parameter | Description |
488
+ | --------- | ----------- |
489
+ | Bypass | Disable the effect. |
490
+ | EffectMods | [EffectMod](#Effect-Mod) |
491
+ | Time | Length of reverb tail before it is cut off. |
492
+ | Low Cut | Highpass filter cutoff frequency. |
493
+ | High Cut | Lowpass filter cutoff frequency. |
494
+ | Dry | Level of the unprocessed input signal sent to the output. |
495
+ | Wet | Level of the effected signal. |
496
+ | Mix | Mix between dry and wet signal (both unaffected at 50% mix). |
497
+
498
+ ## Bus Effect: Overdrive
499
+ Mono overdrive effect with algorithms taken from the Scream 4 device in Reason. Only available in Rack Extensions.
500
+ | Parameter | Description |
501
+ | --------- | ----------- |
502
+ | Bypass | Disable the effect. |
503
+ | EffectMods | [EffectMod](#Effect-Mod) |
504
+ | Drive | Increase input gain to add distortion. |
505
+ | Mode | Choose between Overdrive, Scream or Fuzz emulations. |
506
+ | Tone | Adjust tone (result depends on selected mode). |
507
+ | Presence | Adjust high frequencies (result depends on selected mode). |
508
+
509
+ ## Bus Effect: Pan
510
+ Pan, stereo width and phase adjustment.
511
+ | Parameter | Description |
512
+ | --------- | ----------- |
513
+ | Bypass | Disable the effect. |
514
+ | EffectMods | [EffectMod](#Effect-Mod) |
515
+ | Width | Adjust stereo width using an M-S matrix (has no effect on mono signals). |
516
+ | Pan | Move the right channel left or the left channel right (different to Group panning which does not move the channels but adjusts their relative levels). |
517
+ | Swap Channels | Swap left and right inputs. |
518
+ | Invert Phase | Invert the phase of one or both channels. |
519
+ | Gain | Output level. |
520
+
521
+ ## Bus Effect: Phaser
522
+ Phaser effect with up to 8 poles (4 peaks/notches).
523
+ | Parameter | Description |
524
+ | --------- | ----------- |
525
+ | Bypass | Disable the effect. |
526
+ | EffectMods | [EffectMod](#Effect-Mod) |
527
+ | Rate | Modulation rate. |
528
+ | Depth | Center frequency modulation. |
529
+ | Feedback | Add resonant peaks between the notches. |
530
+ | Center | Center frequency. |
531
+ | Spread | Offset between left and right center frequencies |
532
+ | Mix | Dry/wet mix. |
533
+ | Poles | Number of stages (more stages = more peaks and notches). |
534
+ | Invert Feedback | Flip feedback polarity for a different sound character. |
535
+
536
+ ## Bus Effect: Resonators
537
+ Tuned resonators for emulating sympathetic resonance of pianos and other instruments.
538
+ | Parameter | Description |
539
+ | --------- | ----------- |
540
+ | Bypass | Disable the effect. |
541
+ | EffectMods | [EffectMod](#Effect-Mod) |
542
+ | Decay | Resonance decay time. |
543
+ | Keytrack | Faster decay at higher frequencies. |
544
+ | Width | Stereo spread of the individual resonators. |
545
+ | Dry | Level of the unprocessed input signal sent to the output. |
546
+ | Wet | Level of the effected signal. |
547
+ | Mix | Mix between dry and wet signal (both unaffected at 50% mix). |
548
+
549
+ ## Bus Effect: Reverb
550
+ Algorithmic reverb emulating a digital reverb unit. For convolution reverb, please use the Convolution module.
551
+ | Parameter | Description |
552
+ | --------- | ----------- |
553
+ | Bypass | Disable the effect. |
554
+ | EffectMods | [EffectMod](#Effect-Mod) |
555
+ | Time | Length of reverb tail. |
556
+ | Pre Delay | Initial delay before reverb. |
557
+ | Low Cut | Highpass filter cutoff frequency. |
558
+ | High Cut | Lowpass filter cutoff frequency. |
559
+ | Damping | Progressive loss of high frequencies in reverb tail. |
560
+ | Dry | Level of the unprocessed input signal sent to the output. |
561
+ | Wet | Level of the effected signal. |
562
+ | Low Damping | Progressive loss of low frequencies in reverb tail. |
563
+ | Mix | Mix between dry and wet signal (both unaffected at 50% mix). |
564
+
565
+ ## Bus Effect: Rotary
566
+ Simulates a rotary speaker. Does not contain any overdrive distortion or cabinet simulation, so you might want to combine this effect with the Distortion and Convolution effects.
567
+ | Parameter | Description |
568
+ | --------- | ----------- |
569
+ | Bypass | Disable the effect. |
570
+ | EffectMods | [EffectMod](#Effect-Mod) |
571
+ | Speed | Stop, Slow, Fast |
572
+ | Crossover | Crossover frequency between Bass and Horn. |
573
+ | Balance | Volume balance between Bass and Horn. |
574
+ | Mic Angle | The simulated microphone angle towards the simulated rotary speaker cabinet. |
575
+ | Bass Accel | Acceleration and deceleration time of the Bass rotor. |
576
+ | Bass Slow | Rotation speed of the Bass rotor at 'Slow' speed. |
577
+ | Bass Fast | Rotation speed of the Bass rotor at 'Fast' speed. |
578
+ | Bass Amp Mod | Amplitude modulation of the Bass signal. |
579
+ | Horn Accel | Acceleration and deceleration time of the Horn. |
580
+ | Horn Slow | Rotation speed of the Horn at 'Slow' speed. |
581
+ | Horn Fast | Rotation speed of the Horn at 'Fast' speed. |
582
+ | Horn Amp Mod | Amplitude modulation of the Horn signal. |
583
+ | Horn Freq Mod | Frequency modulation of the Horn signal. |
584
+
585
+ ## Bus Effect: Saturation
586
+ Gradual distortion of the signal.
587
+ | Parameter | Description |
588
+ | --------- | ----------- |
589
+ | Bypass | Disable the effect. |
590
+ | EffectMods | [EffectMod](#Effect-Mod) |
591
+ | Thresh | The audio level at which saturation occurs. Reduce for more distortion without more level. |
592
+ | Drive | Increases the input level resulting in more saturation and more level. |
593
+ | Low Drive | Increase the distortion of low frequencies. |
594
+ | High Drive | Increase the distortion of high frequencies. |
595
+ | Density | Adjust the distortion curve from concave to convex. |
596
+ | High Bypass | Crossover to allow high frequencies through unprocessed. |
597
+
598
+ ## Bus Effect: Send
599
+ Sends a copy of the signal to another Effect Bus or to an audio output.
600
+ | Parameter | Description |
601
+ | --------- | ----------- |
602
+ | Bypass | Disable the effect. |
603
+ | EffectMods | [EffectMod](#Effect-Mod) |
604
+ | Output | Select an output or another Effect Bus to send to. |
605
+ | Send Level | Volume of sent signal. |
606
+ | Source Chan L | Optionally choose a different channel to send to the left channel of the destination. |
607
+ | Source Chan R | Optionally choose a different channel to send to the right channel of the destination. |
608
+ | Mute Source | Mute the source channels after sending them. This can be used for splitting a multi-channel signal across more than one bus, which can be useful as most effects only process the first two channels. |
609
+
610
+ ## Bus Effect: Sub Bass
611
+ Generate a sub-octave signal (like an octave divider pedal).
612
+ | Parameter | Description |
613
+ | --------- | ----------- |
614
+ | Bypass | Disable the effect. |
615
+ | EffectMods | [EffectMod](#Effect-Mod) |
616
+ | Max Freq | Maximum input frequency a sub octave will be generated for. |
617
+ | Tone | Adjust harmonic content of generated sub octave. |
618
+ | Dry | Level of the unprocessed input signal sent to the output. |
619
+ | Wet | Level of the effected signal. |
620
+ | Mix | Mix between dry and wet signal (both unaffected at 50% mix). |
621
+
622
+ ## Bus Effect: Transient
623
+ Accentuate or reduce the level of signal transients, independent of audio level.
624
+ | Parameter | Description |
625
+ | --------- | ----------- |
626
+ | Bypass | Disable the effect. |
627
+ | EffectMods | [EffectMod](#Effect-Mod) |
628
+ | Attack | Boost or cut the attack transients. |
629
+ | Hold | Length of the attack boost/cut. |
630
+
631
+ ## Bus Effect: Tremolo/Pan
632
+ Apply tremolo and/or auto-pan effects.
633
+ | Parameter | Description |
634
+ | --------- | ----------- |
635
+ | Bypass | Disable the effect. |
636
+ | EffectMods | [EffectMod](#Effect-Mod) |
637
+ | Rate | Adjust the modulation rate. |
638
+ | Sync | Switch the modulation rate between cycles per second (Hz) or cycles per beat. |
639
+ | Depth | Adjust the amplitude modulation depth. |
640
+ | Symmetry | Adjust the 'on' time relative to the 'off' time. |
641
+ | Attack | Adjust the attack length as a percentage of the 'on' time. |
642
+ | Attack Curve | Adjust the attack curve (slow...linear...fast...S-curve). |
643
+ | Release | Adjust the release length as a percentage of the 'off' time. |
644
+ | Release Curve | Adjust the release curve (slow...linear...fast...S-curve). |
645
+ | Phase | Adjust the initial phase of the modulation (relative to beat positions when sync is on). |
646
+ | Spread | Adjust the phase of the right channel relative to the left, to add stereo width and create auto-pan effects. |
647
+
648
+ ## Bus Effect: Vocoder
649
+ Apply the spectrum of one sound to another using a filter bank.
650
+ | Parameter | Description |
651
+ | --------- | ----------- |
652
+ | Bypass | Disable the effect. |
653
+ | EffectMods | [EffectMod](#Effect-Mod) |
654
+ | Mod Input | Use the right audio channel or the signal from the next effect bus as modulator input. |
655
+ | Bands | Number of frequency bands in the filter bank. |
656
+ | Low Freq | Center frequency of the lowest band. |
657
+ | High Freq | Center frequency of the highest band. |
658
+ | Resonance | Adjust the width of each band. |
659
+ | Band Shape | Resonant bell shape or flat top. |
660
+ | Smoothing | How fast the envelope of the modulator signal is tracked. |
661
+ | Stereo Spread | Pan alternate band outputs left and right. |
662
+ | Gain | Level trim for vocoded signal. |
663
+ | Mix | Output mix between modulator at 0%, vocoded signal at 50% and carrier signal at 100% |