interfacing with Carla #1453
Unanswered
coderofsalvation
asked this question in
Q&A
Replies: 1 comment
-
You can do this for sure. See https://github.com/falkTX/kuriborosu/blob/main/src/kuriborosu.c for example of Carla's API being used in another project, with PS: I am converting this ticket as a "discussion" since it is more suitable that way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there a way to connect to a carla instance (OSC?) and receive the audiodata (floats) for a particular note/channel?
REASON: I'd like to add plugin-support for an opensource (samplebased) tracker software, but I'd rather interface with superior plugin-hosting software like Carla, instead of implementing/maintaining some kind of inferior pluginhost.
Also, on many platforms the 'easiest' way is by setting up virtual soundcards & mididevices etc, which is pretty non-straightforward compared to 'hey just run Carla if you want pluginsupport'.
Beta Was this translation helpful? Give feedback.
All reactions