Page 1 of 1
Ill keep it as easy i can
Posted: 26 Mar 2014 12:42
by Liko
I would like to use a "grid" ( by grid i mean the red thing you can see in this project pic)
I think this is made by an Apc 40
But i dont have the apc 40
The same way when you connect lemur livecontrol2 you can see this grid in green
And with touchable you can see it in orange as you see in the pic
Can i use one grid of a scene high tho scroll in to scenes? With a rotatory like (cc 22) for example ????
Hope i explained well and sorry for my english
Thank you!
Re: Ill keep it as easy i can
Posted: 26 Mar 2014 14:11
by Softcore
For a controller to "cause" Ableton Live to display such a rectangle (in any dimensions of height and width) you need to create a Py script for it. If you search Ableton Live's resources directory you will find scripts there for controllers like Launchpad, APC 40, Push to name a few.
One could possibly, then make a "replica" of such a controller in Lemur and then "trick" Live into thinking its the original, script intended controller so display that rectangle. BUT its not as easy as it sounds, because most of these controllers feature a so called "secret handshake" meaning, Live sends a (sysex usually) midi message to the device, the device "replies" and if the "discussion is fruitful" Live will "accept" to show the rectangle and work as intended.
So, in simple words, one has to dive deep into PY scripting or have one of these devices and try to "guess" the "request-reply" function. As newer the device though, the harder this "handshake" code becomes - understandably as manufacturers wouldnt actually LOVE it if for example I made a simple customisable CC controller work like Push.
That said, there are many emulations of famous devices in the user library such as Mackie Control Pro, Launchpad, Push and others. Your other bet is to google the internet and see how how you can make your own PY script with the related rectangle and functions. There are some tutorials out there last time I checked, but in all honesty I cant be arsed at the moment - the release of Bitwig and its OPEN SOURCE API for controllers is how things SHOULD have been done in the first place.
Re: Ill keep it as easy i can
Posted: 26 Mar 2014 14:43
by Macciza
Hi
Also look up SelectedTrackControl on the net - it may help ...
Also check out ModernDJ - a website that helps you make your own scripts
Cheers
Re: Ill keep it as easy i can
Posted: 26 Mar 2014 14:56
by Softcore
ModernDJ was a good case indeed....but its creator stopped music business and the software generates only Live 8 compatible scripts.
some resources:
http://live8-app.moderndotdj.com/
https://github.com/datamafia/Baseline_s ... _modern_dj
Re: Ill keep it as easy i can
Posted: 27 Mar 2014 19:29
by Liko
Hi there! thanks for the answer...
but in "livecontrol2" you can do this but ith a grid of 12 scenes... here is a pic of a livecontrol2 template ith out anithing but the scroll bar that scrolls the grid in live... i think it might be possible just to change the size of this grid from 12 scenes to 1
or am i wrong?
Re: Ill keep it as easy i can
Posted: 28 Mar 2014 07:29
by Softcore
Noone said its not possible! LiveControl2 comes with its own set of PY scripts - look in the directory I mentioned above and you'll find them (they are automatically installed when you run the Live Control installer). Changing the grid to your liking is as simple (or as complex
) as editing those files to your liking.
Re: Ill keep it as easy i can
Posted: 28 Mar 2014 10:07
by Macciza
Hi
Live includes some generic scripts and tools/info for making your own instant mappings aka Red Box . . . etc
And there are a number of web resources that can help you along that path as well
LiveControl will have a lot of other stuff in it all that may not be needed or may cause unexpected issues
Basically like most computing things lots of different ways to achieve similar end results - it just depends on your skills and time etc . .
So really any of the ways mentioned will work in some way... go for it . ...
Cheers
MM
Re: Ill keep it as easy i can
Posted: 28 Mar 2014 18:32
by Liko
Well, Thanks for your answers.. But íts hard to me even to understand all the things You wrote on your answers .... Because im from Spain and my English is not that good...
Well i have nothing resolved, not because of You, You intención is great but íts for my bad English i tried to translate but even that way íts hard to take anything clear
Thanks any way!!