nschmidtg/image_to_midi
Python program to generate MIDI notes and CC. The UI was implemented using PySimpleGUI and the MIDI messages are sent via MidiUtil python package. The Notes and their velocity are sampled from a probability distribution of the grey distribution of any inputed image. The CC are assigned to the X-position of any person detected by a webcam using cv2.
PythonMIT
No issues in this repository yet.