m4l-typescript-base1
Not a device, but a starting point for device developers who...
- Type
- Audio Effect
- Author
- zsteinkamp
- License
- AttributionNonCommercialShareAlike
- Live version
- 12.0.5
- Max version
- 8.6.2
- Downloads
- 0
- Updated
- 2024-10-30
Description
Not a device, but a starting point for device developers who want to use Typescript to write Javascript code for their Max for Live devices.
It also makes use of VSCode devcontainers or docker compose so that you don't need to bother with installing a node.js / typescript toolchain on your computer. You only need to have Docker Desktop installed, with VSCode optional.
After forking this repo, you can add the device located in Project/Device.amxd to your Live Set.
Then run "code ." to start VSCode in the repo directory. VSCode will offer to "Reopen in Container", which you should select. Editing *.ts files in the src/ directory will generate *.js files in the Project/ directory.