Hotswapping a clip without creating a new track?
Posted: Tue Jun 27, 2017 10:19 pm
Hi there!
When I'm DJing in live, I have an enormous set of 1000+ clips. This obviously bloats the session size and makes loading take quite a while (20+ seconds).
I'd love it if I could use my controller to add saved clips from the browser to existing tracks. As of now, if I double click a saved clip, it *always* creates a new track, which takes ~1 second. Since I have existing tracks set up and routed precisely how I want, I wish I could load a clip directly onto an existing track without dragging and dropping.
My suggestion for implementing this (if it doesn't already exist) would be to make a clip slot a possible hot-swap target, so when load_item is called on a BrowserItem, it's just added to that clip slot.
My motivation for not just dragging and dropping is that I use an external controller, so I would write a RemoteScript to add the clip to right track when a button was pressed.
This is so close to working being possible! Any tips?
When I'm DJing in live, I have an enormous set of 1000+ clips. This obviously bloats the session size and makes loading take quite a while (20+ seconds).
I'd love it if I could use my controller to add saved clips from the browser to existing tracks. As of now, if I double click a saved clip, it *always* creates a new track, which takes ~1 second. Since I have existing tracks set up and routed precisely how I want, I wish I could load a clip directly onto an existing track without dragging and dropping.
My suggestion for implementing this (if it doesn't already exist) would be to make a clip slot a possible hot-swap target, so when load_item is called on a BrowserItem, it's just added to that clip slot.
My motivation for not just dragging and dropping is that I use an external controller, so I would write a RemoteScript to add the clip to right track when a button was pressed.
This is so close to working being possible! Any tips?