Skip to main content

A program that allows controlling Philips Hue lights using a midi keyboard.

Project description

philips-hue-midi

Overview

Control your Philips Hue lights with your piano. This project is inspired by the perceptual phenomenon of Synesthesia. See it in action below:

Getting Started

What You'll Need

  • Philips Hue Lights & Bridge
  • A MIDI Keyboard

Installation & Setup

  1. Connect your MIDI Keyboard: Attach your MIDI keyboard to your computer and ensure it's powered on.

  2. Configuration: Copy the config.example.toml as config.toml. Set lights under channels.0 (master channel) to the list of Philips Hue Lights you want to control. See full-config.example.toml for a full list of configuration options.

  3. Run Program: Navigate to project root and install the necessary dependencies using uv:

    uvx philips-hue-midi [config.toml]
    

Technical Details

The program samples incoming MIDI events sixty times per second (defined by SAMPLE_RATE). Controllers are responsible for taking this list of midi events (of variable size, M) and converting them to a list of midi events of size N, where N is the number of channels. These channels are defined in the config.toml file and are collections of lights and their configurations.

Currently, the default controller is the note_controller which takes in M notes and maps to 12 channels, based on pitch class. For example, the first channel will be activated if the note C is played, the second channel for C#, and so forth. Therefore, your configuration should have 12 channels.

Note that channel 0 is the master channel and is used for turning lights on or off and is the default fallback channel if the controller outputs a channel not configured. All lights you wish to control should be included in this channel.

Notes

You may have to set the MIDO_DEFAULT_INPUT environment variable to the name of your MIDI device if the correct midi device is not automatically detected. You can find the name of your MIDI device by running: bash uv run mido-ports.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

philips_hue_midi-2.1.3.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

philips_hue_midi-2.1.3-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file philips_hue_midi-2.1.3.tar.gz.

File metadata

  • Download URL: philips_hue_midi-2.1.3.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.8

File hashes

Hashes for philips_hue_midi-2.1.3.tar.gz
Algorithm Hash digest
SHA256 e2f334679475d8b2307072ce8cc848c5e2f9c7e4822129f6cff36172143a384b
MD5 f2b9979613bde6bd12399b9b70692a38
BLAKE2b-256 04630e6f989b28692acf04823c58e9fb62a232b79cf61388f4f330f39dd2487b

See more details on using hashes here.

File details

Details for the file philips_hue_midi-2.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for philips_hue_midi-2.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bc671e99973b9a1fbb588d58d09bad1c4680e03bee540bda483656647fa3e98b
MD5 cd82df34bd9f6b3c2f90efffdacf646c
BLAKE2b-256 48e6ce848987dd26227afecc0291a54687b2431b9bdc5f2860ef99b173f52594

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page