Wilsonic MTS-ESP is an advanced audio plugin and standalone application for creative sound design and music production. It tunes up the software synthesizers in your DAW via MTS-ESP to the scale designs of Erv Wilson; it has a simple synth that you can use to confirm your synths are all in tune. The Wilsonic Controller target outputs MIDI, while also tuning up all soft synths in your DAW via MTS-ESP. You can use WilsonicController to perform on Wilson's generalized keyboard designs.
- Interactive musical scale design and visualization of the tuning systems of Erv Wilson
- Scale design parameters are automatable in your DAW, and therefore editable
- Standalone application and plugin formats (VST3, AU)
- MTS-ESP support for microtuning
- WilsonicController outputs MIDI, while also tuning up all soft synths in your DAW via MTS-ESP
- Cross-platform compatibility (macOS, Windows)
- Download the latest Wilsonic installer for macOS from the releases page.
- Open the downloaded
.zip
file and follow the installation wizard. - The standalone application will be installed in your Applications folder.
- Audio Unit (AU) and VST3 plugins will be installed in their respective system folders.
- Download the latest Wilsonic installer for Windows 10 from the releases page.
- Run the downloaded
.exe
file and follow the installation wizard. - The standalone application will be installed in the specified location (default: Program Files).
- VST3 plugins will be installed in the system VST3 folder.
- Projucer (part of the JUCE framework)
- C++17 compatible compiler
- Xcode (for macOS) or Visual Studio (for Windows)
-
Clone the repository:
git clone https://github.com/marcus-w-hobbs/Wilsonic-MTS-ESP.git cd Wilsonic-MTS-ESP
-
Open the Wilsonic.jucer or WilsonicController.jucer file in Projucer.
-
In Projucer, select your target IDE (Xcode for macOS or Visual Studio for Windows) and click "Save and Open in IDE".
-
Build the project in your IDE:
- For Xcode: Select the desired target and click "Build"
- For Visual Studio: Select the desired configuration and platform, then build the solution
-
The built standalone application and plugins will be in the "Builds" directory.
Refer to the User Manual for detailed instructions on how to use Wilsonic.
Wilsonic MTS-ESP is designed to enable professional music production with microtonal scale designs by Erv Wilson in the DAW of your choice, where all the parameters to the scale design are automatable in the DAW. See parameters for a list of the parameters that can be automated.
The source of truth for all state is therefore JUCE's AudioProcessorValueTreeState. The Processor owns the APVTS and all Models. The Model objects own the Tuning objects, and bind them to APVTS, and provide an interface for the UI objects. The Tuning objects are responsible for generating the MTS-ESP data. Tuning objects know how to draw themselves. Components delegate drawing to the Model objects, which pass the drawing on to the Tuning objects.
The Editor is only responsible for rendering the UI, which is implemented as a LookAndFeel and Component hierarchy. The Editor is not guaranteed to ever be created.
We welcome contributions to Wilsonic! Please read our Contributing Guidelines for details on how to submit pull requests, report issues, and suggest improvements.
Wilsonic is released under the MIT License.
For support or inquiries, please open an issue on this repository.