{"id":23120857,"url":"https://github.com/bvalosek/ableton-live-scripts","last_synced_at":"2025-08-17T00:32:25.975Z","repository":{"id":35275793,"uuid":"39536586","full_name":"bvalosek/ableton-live-scripts","owner":"bvalosek","description":"Performance-oriented Ableton Live controller scripts and notes","archived":false,"fork":false,"pushed_at":"2017-06-01T01:25:28.000Z","size":164,"stargazers_count":17,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T21:44:09.673Z","etag":null,"topics":["ableton","midi","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bvalosek.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-23T00:15:00.000Z","updated_at":"2024-07-19T07:54:07.000Z","dependencies_parsed_at":"2022-09-07T14:31:21.200Z","dependency_job_id":null,"html_url":"https://github.com/bvalosek/ableton-live-scripts","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/bvalosek/ableton-live-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvalosek%2Fableton-live-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvalosek%2Fableton-live-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvalosek%2Fableton-live-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvalosek%2Fableton-live-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bvalosek","download_url":"https://codeload.github.com/bvalosek/ableton-live-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvalosek%2Fableton-live-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270791255,"owners_count":24645781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ableton","midi","python"],"created_at":"2024-12-17T06:14:09.745Z","updated_at":"2025-08-17T00:32:25.677Z","avatar_url":"https://github.com/bvalosek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MIDI Remote Scripts for Ableton Live 9\n\nMy personal MIDI Remote Scripts for Ableton 9 (tested on Ableton Live Suite\n9.7.2)\n\n\u003e I frequently iterate on this repo as my gear / setup changes. See the [v2\n\u003e iteration circa early\n\u003e 2017](https://github.com/bvalosek/ableton-live-scripts/tree/v2.6.0) or the\n\u003e [v1 iteration circa\n\u003e 2015](https://github.com/bvalosek/ableton-live-scripts/tree/v1.0.0) for\n\u003e previous incarnations of my custom scripts\n\n## Devices\n\n* DJ TechTools Midi Fighter Twister\n\n## Installation\n\n* Download a release from [latest releases](https://github.com/bvalosek/ableton-live-scripts/releases)\n  (most recent version [here](https://github.com/bvalosek/ableton-live-scripts/releases/latest))\n* Copy **ALL** directories prefixed with `bvalosek_` into the MIDI Remote Scripts\n  directory for Ableton Live (see the [official documentation](https://www.ableton.com/en/help/article/install-third-party-remote-script/))\n* You may need to restart Ableton or at least reload your current Set to see\n  the newly added scripts\n\n\u003e You should copy ALL directories even if you only have a specific controller,\n\u003e as code is shared between the scripts.\n\nAlternatively, if you are familiar with git and want to run the absolute latest\n(potentially unreleased) code, you could clone this repo right into the MIDI\nRemote Scripts directory:\n\n```bash\n# in your MIDI Remote Scripts directory\n$ git init\n$ git remote add origin git@github.com:bvalosek/ableton-live-scripts.git\n$ git fetch\n$ git checkout -t origin/master\n```\n\n## Setup\n\nOnce the scripts are installed via the above instructions, open Live and go to\nPreferences -\u003e Link / MIDI and set the Control Surface, Input, and Output\nsections for the corresponding controllers you are using.\n\nFor example, for the DJTT MIDI Fighter Twister:\n\n* Select `bvalosek Midi Fighter Twister` for the Control Surface\n* Select `Midi Fighter Twister` for the input\n* Select `Midi Fighter Twister` for the output\n\nAll of the Control Surface scripts in this repo will be prefixed with\n`bvalosek`.\n\nSelecting input/output `track`, `sync`, and `remote` are not required to get\nthe custom scripts working, although you'll likely want to select some of these\ndepending on how you're using your hardware.\n\n## Controllers\n\nDetailed information about each controller's customization\n\n### DJ TechTools Midi Fighter Twister\n\n\u003e Make sure to update your Twister to the latest firmware via the [Midi Fighter\n\u003e Utility\n\u003e app](https://store.djtechtools.com/products/midi-fighter-twister#downloads_and_support)\n\u003e from DJ Tech Tools\n\n## License\n\n[MIT](https://github.com/bvalosek/ableton-live-scripts/blob/master/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvalosek%2Fableton-live-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbvalosek%2Fableton-live-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvalosek%2Fableton-live-scripts/lists"}