Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConfigurable plug-in buses (aka channel matrix) #287
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Starting from v0.15.4, Giada supports a primitive form of mono/stereo plug-ins. Full support is welcome, where the user can customize the channels layout through the channel matrix (see Reaper for example).
Useful JUCE classes:
https://docs.juce.com/master/classAudioProcessorGraph.html
https://docs.juce.com/master/classAudioProcessorPlayer.html
Readings:
https://forum.juce.com/t/audioprocessorgraph-vs-processorchain/31019