Beads in PraxisLIVE? #130
antonlapov
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
Well, anything is possible. Not necessarily easy! PraxisLIVE uses a UGen library called Pipes that is somewhat similar to Beads - https://github.com/jaudiolibs/pipes It can also be used as a standalone library. One option is possibly to wrap various Bead UGens in a Pipe UGen. The FFT component in the examples projects (eg. live coder) uses a custom Pipe class, that is actually calling FFT code ported from Beads. It might be a starting point. What is missing from Pipes that you might want to use from Beads? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I came across PraxisLIVE after having some experience of audio programing using Beads library (in fact I learnt about existence of this project from Ollie Bown in beads google group forum). I am curious is it a relevant idea, in general, to code using Beads as a third-party library inside (audio?) patch/root custom component ? Is it possible to pass along audio (and control) signal generated by Beads from components outputs? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions