Search found 3 matches
- Thu Jan 17, 2019 10:34 am
- Forum: VST 3 SDK
- Topic: VST3 HOA Support > 3rd order
- Replies: 4
- Views: 668
Re: VST3 HOA Support > 3rd order
Opened an issue regarding this matter here: https://github.com/steinbergmedia/vst3sdk/issues/28 With spatial audio technologies like Ambisonics or even WFS, the lack of an arbitrary discrete channel layout is a big problem for plug-in developers, making VST3 not suitable for that. Porting from VST2 ...
- Fri Dec 14, 2018 9:05 am
- Forum: VST 3 SDK
- Topic: VST3 HOA Support > 3rd order
- Replies: 4
- Views: 668
Re: VST3 HOA Support > 3rd order
Hi I think we need to adapt a different approach for more than 64 channels, i will make a proposal where the bitset arragement will get a new mode which will define a configuration directly with number of used channels. For now we keep the bitset like it is...and support only 3rd order for HOA... s...
- Thu Dec 06, 2018 8:54 am
- Forum: VST 3 SDK
- Topic: VST3 Bus Layout Issue
- Replies: 1
- Views: 163
VST3 Bus Layout Issue
Hi there, I am currently trying to port VST2 plug-ins to VST3. I am using JUCE and I test with REAPER. The plug-ins are Ambisonic plug-ins up to 7th order (64 channels of audio), and one of them also supports encoding up to 64 audio signals into Ambisonics. So what I did with VST was creating a bus ...