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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,11 @@ To create the `organ_config.json` start with [default one embedded into the plug
51
51
52
52
It is also possible to use custom pipe configs in `.ae0` or `.json` format. These have to be placed to the `Documents/Aeolus` folder for then can be referenced from the `organ_config.json` (use pipe file name without the extension in the`"pipe"`attribute of the `organ_config.json`).
53
53
54
+
## MTS support
55
+
When enabled, use a MIDI Tuning Standard (MTS) master (like [MTS-ESP Mini](https://oddsound.com/mtsespmini.php)) to change the tuning.
56
+
> :point_right: Tuning change will affect newly played notes.
57
+
> All plugin instances are affected by the tuning change.
58
+
54
59
## Multibus output
55
60
When compiled with the `WITH_MULTIBUS_OUTPUT` CMake option enabled, the generated plugin will ouput to the `8` separate _monofonic_ buses. Each bus corresponds to the pipes groups placement in space according to the internal horizontal arrangement of the pipes.
56
61
@@ -65,7 +70,7 @@ Corresponding pipe position jumps between left and right following the keys (C w
65
70
> :point_right: This very same pipes spatial arrangement is used in the stereo version of the plugin to perform spatialized rendering followed by a stereo convolutional reverb.
66
71
67
72
## CLAP
68
-
CLAP plugn format currently uses the [JUCE7 Unofficial CLAP Plugin Support](https://github.com/free-audio/clap-juce-extensions).
73
+
CLAP plugn format currently uses the [JUCE Unofficial CLAP Plugin Support](https://github.com/free-audio/clap-juce-extensions).
69
74
70
75
When compiling, make sure to pull all the submodules recursively:
0 commit comments