Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AustrianAudioGmbH/StereoCreator
Stereo plug-in allowing you to create different stereo set-ups with one or two OC818 microphones. Developed by Simon and AA.
https://github.com/AustrianAudioGmbH/StereoCreator
aax au-plugin austrianaudio juce projucer vst3-plugin
Last synced: 3 months ago
JSON representation
Stereo plug-in allowing you to create different stereo set-ups with one or two OC818 microphones. Developed by Simon and AA.
- Host: GitHub
- URL: https://github.com/AustrianAudioGmbH/StereoCreator
- Owner: AustrianAudioGmbH
- License: gpl-3.0
- Created: 2020-12-16T13:12:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T11:22:56.000Z (over 1 year ago)
- Last Synced: 2024-05-13T09:33:04.117Z (6 months ago)
- Topics: aax, au-plugin, austrianaudio, juce, projucer, vst3-plugin
- Language: C++
- Homepage:
- Size: 954 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: Changes.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - StereoCreator - ups with one or two OC818 microphones| GPL-3.0|6|Β 3Β years<sub><sup>π΄</sup></sub>| (Hardware)
README
# StereoCreator
Our open-source Stereo plug-in developed by [Simon](https://github.com/becksimon) and [AA](https://austrian.audio/).The StereoCreator allows you to create several different stereo set-ups with one or two OC818 microphones in dual output mode.
Installers for as VST3, AAX and AU are available at [austrian.audio](https://austrian.audio/).## Building StereoCreator
StereoCreator is based on [JUCE](https://juce.com/). To build StereoCreator, get a recent version of JUCE and open StereoCreator.jucer in Projucer. Select an exporter of your choice (e.g. Visual Studio or Xcode) to create and open a project file in your IDE.## Requirements
* For building AAX plugins you need to add the [AAX SDK](http://developer.avid.com/) location to your Projucer paths.## Related repositories
Parts of the code are based on the [IEM Plugin Suite](https://git.iem.at/audioplugins/IEMPluginSuite) - check it out, it's awesome!