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

Audio connection arrays #496

Open
xgg69 opened this issue Feb 9, 2025 · 2 comments
Open

Audio connection arrays #496

xgg69 opened this issue Feb 9, 2025 · 2 comments

Comments

@xgg69
Copy link

xgg69 commented Feb 9, 2025

for simpler polysynth design I want to have the option to connect, for example, an array of oscillators (waveforms) to an array of filters or even a single noise generator to multiple separate mixers in an array

and if this exists already, I'm just too lazy to read the wiki :)

@h4yn0nnym0u5e
Copy link
Contributor

This may be some way towards what you want. The author is still active-ish on the forum, though development of this tool seems to have stalled a couple of years back. It just about works OK (I do use it on occasion), but is pretty rough around the edges with lots of experimental and unfinished features, and precious little documentation.

@xgg69
Copy link
Author

xgg69 commented Feb 10, 2025

sorry, didn't mention this, I was talking about in arduino code instead of having

AudioConnection connName(src, dest);
AudioConnection connName(src, nOut, dest, nInput);

as a single source and single destination but having for example

AudioConnectionArray connName(src[], dest[]);
AudioConnectionArray connName(src[], nOut, dest[], nInput);

multiple sources and destinations as arrays
or even connecting a single output to multiple inputs in an array

AudioConnectionArray connName(src, dest[]);
AudioConnectionArray connName(src, nOut, dest[], nInput);

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

No branches or pull requests

2 participants