edit selection ring

Connect with the LiveControl 2 community.
Post Reply
Zubben
Newbie
Posts:6
Joined:31 Oct 2011 14:42
edit selection ring

Post by Zubben » 31 Oct 2011 14:44

Hi,

I am looking to reduce my selection ring from 8 to 4 clips showing vertically. I would like to know if anyone knows where I can edit that?

Cheers!

shanekoss
Newbie
Posts:26
Joined:27 Jun 2012 13:27

Re: edit selection ring

Post by shanekoss » 30 Jan 2013 16:57

Hi - any luck with this - wanting to do exactly the same thing!

Zubben
Newbie
Posts:6
Joined:31 Oct 2011 14:42

Re: edit selection ring

Post by Zubben » 31 Jan 2013 01:19

Nop, this section of the forum is very quiet, never managed to get it reduced, but well now I am waiting for livecontrol 2 to see.

shanekoss
Newbie
Posts:26
Joined:27 Jun 2012 13:27

Re: edit selection ring

Post by shanekoss » 01 Feb 2013 14:53

Hmmm - that's a shame. This should be easy to do... Moderators - any idea?

shanekoss
Newbie
Posts:26
Joined:27 Jun 2012 13:27

Re: edit selection ring

Post by shanekoss » 01 Feb 2013 15:22

hey - figured it out. I am not using this in Touch OSC - so you may have to reconfigure that for it to make sense.

however, in the LiveControl.py file:

if msg[2] == 1:
self.width = 9
self.height = 8

Edit width and height accordingly.

Seems like the width should be your desired width +1 and height should be your desired height +2

Then send OSC /ipad 1 to port 4000 on launch (if you aren't using the LiveControl app)

Zubben
Newbie
Posts:6
Joined:31 Oct 2011 14:42

Re: edit selection ring

Post by Zubben » 04 Feb 2013 17:49

Cool stuff man! Thanks!

Post Reply