You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,23 @@ The rest and the most of the code (including voicing, spatialisation, reverb, et
23
23
The convolution reverb uses impulse responses from the [Open AIR](https://www.openair.hosted.york.ac.uk/) project database.
24
24
25
25
## MIDI Control
26
-
Sequencer steps are controlled via the program change messages sent on the control MIDI channel (program 0 corresponds to the first step of the sequencer, 1 - to the second and so on).
27
-
> In a DAW use `Program` parameter to control the sequencer steps.
-`CC 7` controls the global volume and the volume of each division which has `swell` enabled;
32
-
-`CC 91` controls the reverb output level;
26
+
Sequencer steps are controlled via the program change messages sent on the control MIDI channel (program `0 `corresponds to the first step of the sequencer, `1` - to the second and so on).
27
+
> In a DAW you may use `Program` parameter to control the sequencer steps.
-`CC 7` controls the global volume (on the control MIDI channel) and the volume of each division which has `swell` config flag enabled (on the swell MIDI channel)
32
+
-`CC 91` controls the reverb output level
33
+
-`CC 98` Stops control
34
+
35
+
> :point_right: The stops control follows the original Aeolus convention. The control mode is set by the message `01mm0ggg`, where `mm` is the control mode, and `ggg` is the control group (division number, counter from the top starting from `0`).
36
+
> Control modes are:
37
+
> -`00` Disable the division (all stops are off)
38
+
> -`01` Set stop off
39
+
> -`10` Set stop on
40
+
> -`11` Toggle
41
+
>
42
+
> Once the control message is received the value of the format `000bbbbb` will execute the selected control mode action on specified stop buton `bbbbb`, counted from `0`.
33
43
34
44
## Custom organ configuration
35
45
Custom organ configuration will be loaded by the plugin if found at `Documents/Aeolus/organ_config.json` location.
0 commit comments