🔊
MIDI Mixer Help
  • 👋Introduction
  • 🏃‍♂️ Getting started
  • ❓FAQ
  • 💬Terminology
  • ⚙️Settings
  • 🎹Profiles
    • Use a preset
    • Create a profile
    • Share a profile
  • 🔌Plugins
    • Overview
    • Use a plugin
    • Create a plugin
      • 💻Development environment
      • ✨Creating a plugin
      • 📄plugin.json
      • 🎚️Assignments
      • 🔘Buttons
      • 🎛️Settings
      • 🚚Releasing
      • 🐛Debugging and common issues
    • Troubleshooting
  • 😀Accounts
    • Overview
    • Contribution
  • 🔗Links
    • 💬Discord
    • 💬Forums
    • 🛣️Roadmap
    • 📣Release notes
    • ☕Ko-fi
    • ❤️Patreon
    • ⬇️Download
Powered by GitBook
On this page

Was this helpful?

  1. Plugins
  2. Create a plugin

Creating a plugin

Get started with a MIDI Mixer Template plugin.

PreviousDevelopment environmentNextplugin.json

Last updated 3 years ago

Was this helpful?

MIDI Mixer provides a template plugin repository on GitHub which can be used to quickly bootstrap a new plugin and get started on the functionality.

The template above guides you through the steps. Once you've cloned and built your plugin with npm install and npm run build:watch, you should be able to refresh your MIDI Mixer plugins list and see your new plugin!

Continue with the following pages to see some information about some of the key files within the template plugin.

🔌
✨
LogoGitHub - midi-mixer/plugin-template: A template for a MIDI Mixer plugin.GitHub
The MIDI Mixer Template Plugin
The MIDI Mixer Template Plugin, viewed in the UI