You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Hi @nlahmi, could you say more about the steps you'd be looking to accomplish? Would this be something like the below?
create a new audio track
load one or more audio clips onto that track
position those clips with the arrangement view
Currently, (1) is straightforward; (2) is not yet implemented as it requires implementation of the Live Browser, which is a significant and complex piece of work; (3) is not yet implemented, should be possible by adding a setter that modifies the Track arrangement_clips property, although this is labelled as const within the API docs so would need some investigation.
Thanks for the quick response :)
Yes that's exactly it! Though for my specific use case, I can do with the audio clip being the only one on the track, positioned at the very beginning.
Is the Browser implementation being worked on? If so, how much of it is done?
And what kind of knowlege would be required to contribute to it (or this project in general)?
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: