Im readimg in some posts that Juce doesnt work with more than 2 inputs-outputs in standalone IOS app. thats true?
Thanks a lot for your work
Im readimg in some posts that Juce doesnt work with more than 2 inputs-outputs in standalone IOS app. thats true?
Thanks a lot for your work
I/O in Standalone can be adjusted to have more inputs, its just that the default is 2 I/O’s, since that is usually enough to support development, which is the intention of the Standalone target - but if you need more I/O’s, you can add them to the Standalone wrapper code.
Thanks a lot for the quick answer.
Im going to take a look and try.