clip names bug?

Post Reply New Topic
RELATED
PRODUCTS

Post

Im trying to get the names of a clips in the clip launcher of a track:

tracks = host.createMainTrackBank(1,5,5);
tracks.getTrack(0).getClipLauncher().addNameObserver(function(i,name){
println(i,name);
});

The clipnames aren't reported using this observer.
Am I missing something?

Post

Actually I'm trying to figure this out too. But it looks like you cannot get the name of a clip. Can somebody confirm this?
Clip objects can make use of a setName(String name) function however. And the name of the Scene object can be retrieved by name(). I hope it's possible for clip names too though...

Post

Seems to be broken. I created a bug report:
https://github.com/teotigraphix/Framewo ... issues/178

Post Reply

Return to “Controller Scripting”