Add 2 Device Parameter mappings. Set both of the them to the same Controller Input Then set the “Input Control Override” section to “custom” Set “Control Type” to Custom Set ‘On’ to the velocity value which the encoder sends when turning right Then do the same for the second mapping but set the ‘On’ value […]
Is there a work around for this John ? It’s definitely getting clipp feedback with all switch to none. I can send 0 which obviously switch them off but too over rides the reactions .
My approach is much simplier just toggling mute and cue buttons with LED feedback and custom colors but I totally support your request.
Hi John I have tried your suggestion. I’ve spent day trying to figure this out and have had no luck. I have made a new script with only the session box. All led feedback is off and I’ve unchecked the modes led feedback. Still the LEDs come on so it’s getting messages from somewhere. I […]
If the LED settings in the “Clip state LED feedback” section of the Session Box mapping are set all set to None, then it shouldn’t be sending any Feedback. One thing to also check, Each Mode has the setting “Turn off LEDs when mode is removed”, uncheck this for each mode as it could be […]
You would need to create 2 separate scripts in CSS and assign them both to the same midi controller in Ableton. This would also require having 2 separate Controller Templates in CSS. Each template should contain only the inputs needed for each script, assign 1 Controller Template to 1 Script. So for example, for the […]
Hi, MIDI type, channel and value are available for bulk edit in controller templates. Could you consider to add “MIDI Input Velocity” settings also ? Is it possible to select several control elements with mouse drag (only cmd + click seem to work) ? Regards, mj
The current state of the Looper can be got from parameter 1 of the device. 0.0 = stopped / empty 1.0 = recording 2.0 = playing back 3.0 = overdub Use the condition section of the Action block to the check for each state, i.e. if looper state is equal to 1.0, send red velocity […]
The session box itself has no listener for when it changes position. The ‘session box position changed’ listener is triggered within the script when the navigation buttons are triggered or the reaction actions are used. Meaning the attached script’s session box is unable to trigger a position change when this comes from a separate script.
Here is what I was able to do, all exported from Css3, there was no manual coding. The triggering of modifier 1 is ok, now i just need to know how to have the Delete Clip functionality work on any specific clip slot I press on the controller. I tried using AI for that, but […]