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?
clip names bug?
-
- KVRer
- 10 posts since 14 Jan, 2017
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...
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...
- KVRAF
- 4896 posts since 13 May, 2004
Seems to be broken. I created a bug report:
https://github.com/teotigraphix/Framewo ... issues/178
https://github.com/teotigraphix/Framewo ... issues/178
