No internet connection
  1. Home
  2. Support

Ableton Integration: Reverse Audio Clip - Error

By Kaspar @Kaspar
    2025-06-17 13:42:35.491Z

    Title

    Ableton Integration: Reverse Audio Clip - Error

    What do you expect to happen when you run the script/macro?

    Reverse an audio clip

    Are you seeing an error?

    In logs:

    Error: Failed to read config file.
    (AbletonLiveModule line 133)

    What happens when you run this script?

    Log error pops up

    How were you running this script?

    I used a keyboard shortcut within the target app

    How important is this issue to you?

    4

    Details

    {
        "inputExpected": "Reverse an audio clip",
        "inputIsError": true,
        "inputError": "In logs:\n\nError: Failed to read config file.\n(AbletonLiveModule line 133) \n",
        "inputWhatHappens": "Log error pops up",
        "inputHowRun": {
            "key": "-Mpfwh4RkPLb2LPwjePT",
            "title": "I used a keyboard shortcut within the target app"
        },
        "inputImportance": 4,
        "inputTitle": "Ableton Integration: Reverse Audio Clip - Error"
    }

    Source

    
    // Bail out if Ableton is not running
    if (!sf.ui.abletonLive.isRunning) throw `Ableton Live is not running`;
    
    let clipViewTab = "Tool Tabs"
    let horizontalOrientationName = "Audio Utilities"
    let verticalOrientationName = "SampleTools"
    let buttonName = "Reverse"
    
    // Import functions from "abletonLiveModule"
    //@ts-ignore
    const { clickAudioClipViewButton, } = require('package:cmae8woh50000ou10arrd979a');
    
    // Click the Audio Clip View Button
    clickAudioClipViewButton({
        clipViewTab,
        horizontalOrientationName,
        verticalOrientationName,
        buttonName,
    })
    

    Links

    User UID: VsW63KQlOvQ4pS3VRklEUcKKQz42

    Feedback Key: sffeedback:VsW63KQlOvQ4pS3VRklEUcKKQz42:-OSy78e-NKhESZMqTqU7

    Feedback ZIP: mpfI4wlEOMt5gjCy4pidNK3sJUeELqW/1Zo8MK03hzchIWOLv2cGUb7TN8BUYWqfhcvY4d75In0es4vjnoiaOAGqUiHvPa/sxagdgnUo9XZHWM9/yfKewyV13/b3PcATaXRwPm6nTP81M/V8UpaY/Tu16OPHRVDx+PaH9JYV3kpXXYMxxADc29p/g/JGKEnXdK1tQtZl4mFsocqMRQxgktong9YSCysLjB+i95X0SqF3gkLg8lV2YSgX+BPC/mkX6evcol0/X6VgU7WU+IKSXWjPm8EgCbNrIN+ee/CPDjiK9oQOZaFM336dSGSQv9rCPINgi+Hak5iCTqmG7oRZT5E7N8WmYaoBH6i0JafRtnA=

    • 1 replies
    1. Chad Wahlbrink @Chad2025-06-17 14:07:33.738Z

      Thanks for reporting this, @Kaspar!

      It looks like you have both Ableton Live 11 and Ableton Live 12 installed on your machine. Were you using the Ableton command in Ableton 11 or 12 when this happened? The integration is only supported for Ableton 12.1 and above.

      Also, to confirm, were you able to set up the SoundFlow MIDI Control Surface in Ableton settings?

      Instructions on that are here:
      https://soundflow.org/docs/getting-started/ableton-live#installing-the-ableton-live-integration

      Thanks for checking out the Ableton Live Integration!