Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support dynamic port changes in AAP-JUCE (and AAP itself) #13

Open
atsushieno opened this issue Apr 23, 2020 · 3 comments
Open

support dynamic port changes in AAP-JUCE (and AAP itself) #13

atsushieno opened this issue Apr 23, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@atsushieno
Copy link
Owner

From #10 (comment):

Now Dexed crashes here:

9935-9958/com.digitalsuburban.dexed I/JUCE: JUCE Assertion failure in juce_AudioSampleBuffer.h:275

(snip)

It is most likely related to atsushieno/aap-core#44 i.e. inconsistency between list of "defined" ports vs. the actual JUCE channels. While supporting dynamic ports with static known ports is doable, it must be properly distinguished at implementation.

@atsushieno
Copy link
Owner Author

In juce6 branch, Dexed does not crash anymore. But it is just that it has nothing to do with dynamic ports.

We would still need investigation, but priority is not very high now.

@atsushieno atsushieno added the enhancement New feature or request label Jul 9, 2020
@atsushieno
Copy link
Owner Author

AAP 0.7.3 supports instance-based port enumeration, so it is possible to get dynamic ports working.

@atsushieno
Copy link
Owner Author

We need some JUCE plugin example that actually changes port configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant