Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update packages to allow building a .midiMixerPlugin file #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ typings/

# TernJS port file
.tern-port

# Midi-mixer plugin files
*.midiMixerPlugin
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Currently this is a proof-of-concept plugin to show some practical usage of [mid
## Usage

1. Follow the [Philips Hue Get Started](https://developers.meethue.com/develop/get-started-2/) guide to get the IP and user for your hub
2. [Download the plugin](https://github.com/midi-mixer/plugin-hue/archive/main.zip)
3. Extract the `plugin-hue-main` folder to `%appdata%/midi-mixer-app/plugins` (create `plugins` if it doesn't exist)
2. [Download the plugin](https://github.com/midi-mixer/plugin-hue/releases/latest)
3. Open the `.midiMixerPlugin` file with MIDI Mixer
4. Enter your IP and bridge user from step 1 in the plugin's settings in-app

For more information on how this plugin was made (or to make your own) check out [midi-mixer-plugin](https://github.com/midi-mixer/midi-mixer-plugin) and the [midi-mixer/plugin-template](https://github.com/midi-mixer/plugin-template) repository.
Loading