asb2m10 / dexed

DX7 FM multi plaform/multi format plugin
GNU General Public License v3.0
2.8k stars 241 forks source link

Use buses API for channel configuration #337

Closed showlabor closed 2 years ago

showlabor commented 2 years ago

Without configuration the plugin would expose a multitude of input and output channels, at least when used in Carla. The projucer's pluginChannelConfigs option cannot be carried over to the cmake build system so, following [1], channel configuration is done using the buses API .

[1] https://github.com/juce-framework/JUCE/blob/master/docs/CMake%20API.md