LED Feedback for when track is playing
Hi, did you ever find a solution to do led blink during clip playing ?
Hi, did you ever find a solution to do led blink during clip playing ?
The devs have created some user-friendly mappings that can help you out: 1. Session Box Mapping Keeps track of its own offset which can then be used inside a Track Volume Mapping. I can’t find a tutorial about this mapping but most of the features seem easy to understand. I think you don’t even have […]
Am I understanding this correctly: – When playing a pad on your MIDI Controller, you want Ableton to jump automatically to a Track with a Drum Rack – While focused on that Drum Rack, you want to be able to tweak parameters using Macros Making a Reaction that selects a Device To focus on a […]
Hi, I made a Reaction that Loops through the Clip Slots of the Highlighted Track and logs if the Clip Slot has a Clip (see added json file). Following line of code was used: Image of the Track I used it on: Image of the logged output:
This would be a possible method. You can write loops and conditions inside the custom code of an Action. I added the Reaction from the picture to this comment. Here”s some info of the importance of indentation when writing Python code. You can even use an Action Block with the sole purpose of defining variables […]
Hi, I made a Reaction for you that uses the “Get value from ranges” feature. It took a while to get it set up as I haven’t used this feature a lot myself and there were some other hurdles Getting it to run It was made using a MIDI Fighter Twister and the default Remotify […]
For the Session Box Movement, see the added json file. You’ll need to adjust the Listeners in the 3 Mappings to those of your device. The Mapping “Up/Down” expects a knob. The other 2 expect a button. Additionally, in the “Left” and “Right” mapping, you’ll need to change the Condition of the first Action Block: […]
This post about LED Feedback Values by John may be useful to get you started. You’ll be able to use these values in the Session Box Mapping: However, when it comes to showing clip colors on the pads, there’s currently no feature installed for that (that I’m aware of). It is kind of do-able with […]
Using the Path Menu you can select Highlighted Clip Slot. The button for the Path Menu looks like a gray upwards pointing hand, and is visible next to a selected menu option where it is usable, i.e. where a path needs to be defined to point to the object you want to manipulate. The Path […]
I can’t seem to find a way to highlight a parameter via the Remote Script. I also can’t find a way to change the colors of a macro parameter, which would’ve been my suggestion as an alternative (to temporarily recolor a macro, I mean). You can however bring a Device into focus (i.e. Select/Highlight a […]