Mads Kjeldgaard
Mads Kjeldgaard
> Channel layer management is done dynamically in then C++ see https://github.com/grame-cncm/faust/blob/master-dev/architecture/juce/juce-plugin.cpp#L672. What would `pluginChannelConfigs` give more? Ah you might be right in assuming that it doesn't do more than...
If I just convert my multi channel project (1 input + 36 outputs) to juce and don't touch the .jucer file it results in a standalone that has 2 inputs...
I think this is the relevant documentation for the above multi channel problem with Juce (but I'm not sure because I haven't use Juce all that much as mentioned :)...
and oh, by the way I tested with Juce 6.0.7
> The`juce::AudioProcessor::BusesProperties`code uses `FAUST_INPUTS` and `FAUST_OUTPUTS` Faust compiler generated values. This code may still be incorrect. Feel free to fix it and prepare a PR. The strange thing is that...
I just spent 4 hours trying to fix an issue caused by this in a project and it took some deep and frustrating debugging to find the issue so I...
Should mutlichannel expansion in Pbinds maybe be discouraged generally ?
>I think that's a rather extreme conclusion to leap to. I would immediately, categorically reject any suggestion that it's undesirable to play chords from patterns! You're right, haha. Sorry about...
I guess this should also pertain to Git.pull so that Quark updating updates the submodules too
> + PathName { > deepFolders { > var out; > this.entries.do { | item | > if(item.isFolder) { > out = out.add(item); > out = out.addAll(item.deepFolders); > } >...