Aether is not your typical panning plugin; it allows you to control the left and right channels independently.
-
Download the Plugin: Download Aether.vst3 from releases.
-
Install the Plugin:
- Copy the file into your DAW's plugin directory.
- Rescan Plugins: Follow your DAW's instructions to rescan plugins or manually add the plugin if necessary.
To build Aether from source:
-
Clone the Repository:
git clone https://github.com/enter-opy/aether.git cd aether -
Install Dependencies:
- Windows: Make sure you have Visual Studio installed with the necessary components for C++ development.
- Mac: Make sure you have Xcode installed with the command line tools.
-
Build the Plugin:
Windows:
- Open the project in Visual Studio.
- Set the build configuration to
Release. - Build the project by selecting
Build > Build Solution.
Mac:
- Open the project in Xcode.
- Set the scheme to
Release. - Build the project by selecting
Product > Build.
- Insert Plugin: Load Aether plugin into your preferred digital audio workstation (DAW).
- Move the L and R thumbs around in the XY Pad:
- Panning: Set the panning by moving the thumb along the X-axis.
- Gain: Set the gain of the channel by moving the thumb along the Y-axis.
Contributions to Sound of music are welcome! If you'd like to contribute, follow these steps:
- Fork the Repository: Start by forking the Aether repository.
- Make Changes: Create a new branch, make your changes, and commit them to your branch.
- Create a Pull Request: Push your changes to your fork and submit a pull request to the original repository.
This project is licensed under the GNU General Public License. See the LICENSE for details.
