-
Notifications
You must be signed in to change notification settings - Fork 80
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
Adding Audio Clips (importing audio files) #123
Comments
Hi @nlahmi, could you say more about the steps you'd be looking to accomplish? Would this be something like the below?
Currently, (1) is straightforward; (2) is not yet implemented as it requires implementation of the Live |
Thanks for the quick response :) |
Putting my vote in for this feature. Specifically I'm working on something that generates audio with AI (via our own external API which then downloads a .wav to the filesystem), and then it would need to be able to add that audio clip to a track. This is possible in Max for Live via calling I do see that AbletonOSC can create a clip and has a readonly property |
Unfortunately not @tobek, it's read-only because that is how it is implemented in the internal API. |
Got it, bummer, well godspeed and much appreciated if you decide to work on that! |
Hi, I wanted to use this project (actually pylive, which uses it) to bootstrap new recording sessions, and automatically include backing tracks from existing audio files.
From what I've seen in the documentation it doesn't seem to be possible, unless I'm missing something.
Is it even technically possible?
I don't know much about OSC but I have some Python background, willing to help with implementation if needed.
The text was updated successfully, but these errors were encountered: