insert scene from playing in the api?

Post Reply New Topic
RELATED
PRODUCTS

Post

hey I am updating the touch osc controller that was updated by chronic engineering and tom hazel and i forget the first author. I am using an iPad pro 10.5 so there is more room for buttons and clip launcher and transport functionality on home page etc.

I am a scripting noob but am trying.

I want to add insert scene from playing button to my new home page but I can't find it in the api any pointers?

here is what I want to do touch oscillator front page, and is what I do in my single scene clip launcher in my touchbar built in better touch tool.

I build a scene in the first scene of session
then hit insert scene from playing
then launch that scene so the new scene is playing
then I in the touchbar I have a button that deletes all the clips in scene one
So basically I can just use scene one over and over for recording.

also how do I add pictures here? never really posted to this forum

thanks :-) will upload my updated touch osc controller when I am done

Post

It is: Project.createSceneFromPlayingLauncherClips ();

Post

Thanks. Your the best. Man reading through api is tuff for me. Getting faster though. Learning as I go. I actually got a metronome volume control fader programmed first try. Lol.

More questions to come. Cheers

Post

He so when I put

case 64:
tOSC.createSceneFromPlayingLauncherClips();
break;

I get this message in bitwig
type error: createFromPlaying is not a function

if I put this
case 64:
tOSC.project.createSceneFromPlayingLauncherClips();
break;

I get "cannot read property "createSceneFromPlayingLauncherClips" from undefined.

Do i need to define property the way transport is at the top of the script?

thanks

Post Reply

Return to “Controller Scripting”