I found a more elegant solution to stick the red box to the Line 6 FBV Shortboard. Now it launches the clips in the grid and the highlighted scene. Still haven't figured out how to get the master/scene to follow the red box.
# FBV Shortboard Mk II, Karl J Samuelsson, January 2017
# Original ...
Search found 8 matches
- Sat Jan 14, 2017 10:51 pm
- Forum: Ableton Live
- Topic: Jump multiple scenes with foot controller
- Replies: 9
- Views: 3254
- Sat Jan 14, 2017 9:23 am
- Forum: Ableton Live
- Topic: Jump multiple scenes with foot controller
- Replies: 9
- Views: 3254
Re: Jump multiple scenes with foot controller
I downloaded Follow. It seems to be a very good tool. I can't really get how to scroll between songs though. It would be very nice if the text/song title and bpm from the Master Scene clip was visible in the window. Guess that could be achieved by triggering dummy clips to control a text/lyrics ...
- Wed Jan 11, 2017 9:49 am
- Forum: Ableton Live
- Topic: Jump multiple scenes with foot controller
- Replies: 9
- Views: 3254
Re: Jump multiple scenes with foot controller
Everything would be solved if there was an easy way for relative mapping. I'm sure it's possible to modify the red box script or build a device in M4L but the threshold is quite high and I'd rather focus on making music. I've already spent too many hours peeking into various .py files, copy, pasting ...
- Wed Jan 11, 2017 8:16 am
- Forum: Ableton Live
- Topic: Jump multiple scenes with foot controller
- Replies: 9
- Views: 3254
Re: Jump multiple scenes with foot controller
I'm using the highlighted red box/grid for clip launching but the scene highlight does not follow, meaning no I'm not able to use the uppermost scene of the highlighted red box/grid. I can not access the highlighted red box/grid of the master section to launch scenes. That would have done the trick ...
- Tue Jan 10, 2017 11:34 pm
- Forum: Ableton Live
- Topic: Jump multiple scenes with foot controller
- Replies: 9
- Views: 3254
Jump multiple scenes with foot controller
I'm using a quite extensive Audio Effects rack with the Line 6 Pod Farm plug in for my guitar set up. I control this with the sturdy Line 6 FBV Shortboard Mk 2 via USB. Due to the layout of the pedal it is limited to 4 amp patches per song(usually more than enough).I have a red box/grid script of 4 ...
- Mon Jan 09, 2017 3:38 pm
- Forum: Ableton Live
- Topic: Creating "red box" scripts for clip launch in Live 9
- Replies: 19
- Views: 9465
Re: Creating "red box" scripts for clip launch in Live 9
OK got it to move.
from __future__ import with_statement
import Live
from _Framework.ControlSurface import ControlSurface
from _Framework.ControlSurfaceComponent import ControlSurfaceComponent
from _Framework.InputControlElement import *
from _Framework.ButtonElement import ButtonElement
from ...
from __future__ import with_statement
import Live
from _Framework.ControlSurface import ControlSurface
from _Framework.ControlSurfaceComponent import ControlSurfaceComponent
from _Framework.InputControlElement import *
from _Framework.ButtonElement import ButtonElement
from ...
- Sun Jan 08, 2017 11:03 pm
- Forum: Ableton Live
- Topic: Creating "red box" scripts for clip launch in Live 9
- Replies: 19
- Views: 9465
Re: Creating "red box" scripts for clip launch in Live 9
Wonderful and simple script. I'm trying to use it with my Line 6 FBV Shortboard MkII to trigger dummy clips for four different guitar patches for each song(scene).
Problem is that I can't get the box to move up and down. Ideally it should move together with the scene selection. Is there a code to ...
Problem is that I can't get the box to move up and down. Ideally it should move together with the scene selection. Is there a code to ...
- Sun Dec 09, 2007 11:54 am
- Forum: Ableton Live
- Topic: Possible to assigne one button to play/pause?
- Replies: 3
- Views: 1675