Implement several multi-layout extensions for VST3#430
Implement several multi-layout extensions for VST3#430Quant1um wants to merge 1 commit intofree-audio:nextfrom
Conversation
|
OK this is a big change. We may want to drop 0.14 first (planned this week) and then put this on next after that. I also note that your diff changes |
56d9da9 to
8bd1902
Compare
|
@baconpaul The formatting change was not intentional, just fixed it! I think it would be a good idea to add |
|
Oh, and |
3fc23af to
3847506
Compare
|
Okay, I removed
|
|
I would think ghat suggested config is the current default config - which can be determined from audio-ports. Maybe I am thinking too simple. |
|
Thanks! Very good contribution! |
…-activation' extension support for vst3, implement the 'audio-ports-config' extension for the clap-first-example plugin remove 'audio-ports-config', change popcount64, move to util.h as suggested by @defiantnerd fix #include <bit> import
5f2efc3 to
2dd53fc
Compare
|
Just did a rebase, it should be mergeable now |
|
Thanks. We decided to hold this until after .14 for a couple of reasons
So while we don' have explicit changes to propose now we're going to wait until we stamp stable to merge this. |
This PR implements:
configurable-audio-portsandaudio-ports-config(whichever is present)audio-ports-activationspeakerArrFromPortType)audio-ports-configimplemented forclap-first-exampleso it could be validatedA similar feature probably needs to be implemented on the AUv2 side, but I don't have enough experience working with AUv2.