Read and Process data from MIDI devices inside of ComfyUI.
<a href="https://github.com/comfyanonymous/ComfyUI">COMFYUI</a> Nodes for Reading and Processing data from MIDI devices
</div> <div align="center">
Please consider sponsoring me if you enjoy the results of my work, code or documentation or otherwise. A good way to keep code development open and free is through sponsorship.
<div align="center"> </div>MIDI READER
Captures MIDI messages from an external MIDI device or controllerMIDI MESSAGE
Processes MIDI messages received from an external MIDI controller or deviceMIDI FILTER
(advanced filter) to select messages from MIDI streams and devicesMIDI FILTER EZ
simpler interface to filter single messages from MIDI streams and devicesMIDI LOADER
Load MIDI files and convert their events into a ComfyUI parameter list2024/02/01 @1.0.1:
MIDI FILTER EZ
to work for all filters not just the first found2024/02/01 @1.0.0:
If you have ComfyUI Manager installed, simply search for Jovi_MIDI and install from the manager's database.
Clone the repository into your ComfyUI custom_nodes directory. You can clone the repository with the command:
git clone https://github.com/Amorano/Jovi_MIDI.git
You can then install the requirements by using the command:
.\python_embed\python.exe -s -m pip install -r requirements.txt
If you are using a <code>virtual environment</code> (<code><i>venv</i></code>), make sure it is activated before installation. Then install the requirements with the command:
pip install -r requirements.txt