AndrewRal
2016-04-18 10:04:10
What I'm trying to do sounds relatively simple. Using knobs on my midi controller (Traktor S4) I want to browse tracks in Ableton's Browser view. Once I find one I like I want to press a button and load the track to specific audio track (so I have 4 different buttons on the controller and Button A will load to an audio track named 'Deck A' and so on till Deck D).
Individually I am able to accomplish everything. I can browse tracks with knobs. By using mouse clicks/movements attached to a buttons I can get a track from the browser view to be dragged to a specific audio track. However, I can't accurately combine the 2 steps.
What I've been doing is assigning a variable that represents the mouses location. So when I move to the browser I set the mouse to a certain XY position on the screen, then with every movement down or up the mouse position changes to +/- 20 pixels. I then use that to calculate where the mouse should start and move to during the drag and drop portion of 'loading a track'. However the height of each track in the browser window is not consistently 20 pixels and there isn't any pattern to it, so when I select a track to load it rarely ends up in the proper place. It either will end up creating a new audio track entirely (Not what I want), or be placed in the slot below.
I'm sort of trying to emulate Madeon's set-up in which he seems to do this.
I'm hoping someone here might have a better idea to load tracks into Ableton like this. Let me know if you need any more information and thanks in advance.
- Andrew
Individually I am able to accomplish everything. I can browse tracks with knobs. By using mouse clicks/movements attached to a buttons I can get a track from the browser view to be dragged to a specific audio track. However, I can't accurately combine the 2 steps.
What I've been doing is assigning a variable that represents the mouses location. So when I move to the browser I set the mouse to a certain XY position on the screen, then with every movement down or up the mouse position changes to +/- 20 pixels. I then use that to calculate where the mouse should start and move to during the drag and drop portion of 'loading a track'. However the height of each track in the browser window is not consistently 20 pixels and there isn't any pattern to it, so when I select a track to load it rarely ends up in the proper place. It either will end up creating a new audio track entirely (Not what I want), or be placed in the slot below.
I'm sort of trying to emulate Madeon's set-up in which he seems to do this.
I'm hoping someone here might have a better idea to load tracks into Ableton like this. Let me know if you need any more information and thanks in advance.
- Andrew