Skip to content

Commit 1d18ce8

Browse files
committed
Bump version to 0.3.0.
1 parent 6ab5f51 commit 1d18ce8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif()
5656

5757

5858
juce_add_plugin(${TARGET}
59-
VERSION "0.2.1"
59+
VERSION "0.3.0"
6060
PLUGIN_MANUFACTURER_CODE "Arbe"
6161
PLUGIN_CODE ${PLUGIN_CODE}
6262
PLUGIN_DESCRIPTION ${PLUGIN_DESCRIPTION}

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ To create the `organ_config.json` start with [default one embedded into the plug
5151

5252
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`).
5353

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+
5459
## Multibus output
5560
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.
5661

@@ -65,7 +70,7 @@ Corresponding pipe position jumps between left and right following the keys (C w
6570
> :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.
6671
6772
## 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).
6974

7075
When compiling, make sure to pull all the submodules recursively:
7176
```shell

0 commit comments

Comments
 (0)