🔥 Lifetime deal! Get Control Surface Studio for Just £67 👉 Click Here To Get It
Time left... mailtimers.com
⚠️ Lifetime licenses are ending soon, get yours before they're gone ⚠️
Your shopping cart is empty.

Reactions LOM example repository

Submitted by Image_Engine on Mon, 08/31/2020 - 23:10
Image_Engine
Control Surface Studio User

Would be so helpful in learning if there was just a simple list of eg 20 different basic reactions with the actual full paths to expedite learning
(and greatly reduce support ;-)

Topic Category: 

2 Responses

Comments

JohnC
Forum Admin
#1

I agree!! :D
Coming soon.

What kind of layout would be most useful?
The LOM is vast so trying to cram this into 20 patterns would be difficult.

Image_Engine
Control Surface Studio User
#2

Just some strings that show how to build the path from the LOM eg
self.song().tracks[self.track_num(0)].stop_all_clips
with a breakdown of where to find the stems and when to choose = vs () etc

eg atm, Im simply trying to do a cycle through the available outputs for a track...
self.song().tracks[0].available_output_routing_channels
So I can decipher how I can walk through the lists etc.

There is just so little info...that specifically shows this.