Development environment
Set up your development environment ready to create MIDI Mixer plugins.
Last updated
Was this helpful?
Set up your development environment ready to create MIDI Mixer plugins.
Last updated
Was this helpful?
MIDI Mixer supports loading JavaScript plugins as a separate process that can communicate with .
To get started, you'll need to set up a development environment. It's recommended that you build your plugin using (JavaScript with types), giving you much better developer tooling and quality-of-life helpers such as autocomplete and static error checking.
If you don't have Node.js installed on your system, I'd recommend installing , a toolchain manager for JavaScript that allows you to easily download and use any version of Node, NPM, or Yarn across multiple platforms.
Follow the
is a very popular code editor that has fantastic support for TypeScript. If you don't get yet a code editor, I'd recommend downloading and using VSCode for getting started.
I'll be using VSCode in any demonstrations throughout this guide.
Install
If you've done the above or already have your development environment set up, let's get started!