Has anyone managed to get ahold of a "Clip" object in any way?

Post Reply New Topic
RELATED
PRODUCTS

Post

There's a `Clip` object in the API that has a lot of cool functionality (transpose, stretch, quantize, etc).

The problem is, I can't find any way to get ahold of one. Getting ahold of a `ClipLauncherSlot` is easy, but the `Clip` itself.. I've found nothing. I have more details in a question I asked on StackOverflow (which has generally better SEO). If anyone knows a way of getting ahold of a `Clip` please share; I'm stumped!

Stack Overflow Link: https://stackoverflow.com/questions/715 ... uncherslot

Post

You need to create a cursor clip. The required method can be found on a cursor track:
cursorTrack.createLauncherCursorClip(...)

Post

SephReed wrote: Thu Mar 17, 2022 4:36 pm There's a `Clip` object in the API that has a lot of cool functionality (transpose, stretch, quantize, etc).

The problem is, I can't find any way to get ahold of one. Getting ahold of a `ClipLauncherSlot` is easy, but the `Clip` itself.. I've found nothing. I have more details in a question I asked on StackOverflow (which has generally better SEO). If anyone knows a way of getting ahold of a `Clip` please share; I'm stumped!

Stack Overflow Link: https://stackoverflow.com/questions/715 ... uncherslot
I don't imagine you'll get many responses on SO, much better to ask in Bitwig Discord if not here.

Post

Thanks!

Also, I know Bitwig isn't big on SO, this was the first tagged question. But might as well get it on there. Good SEO, and people can use "reputation" to look good to employers and such.

Post

Stack overflow is wack. I doubt any of us have the “rep” to post there anyways.
----------------------------------------------------------------------
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest

Post Reply

Return to “Controller Scripting”