8000 GitHub - loveJesus/midisocket_chirho: Control OBS using Midi via obs-websocket - For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Control OBS using Midi via obs-websocket - For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life

Notifications You must be signed in to change notification settings

loveJesus/midisocket_chirho

Repository files navigation

For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life

Midi Socket ChiRho

Python program to control things like OBS using midi via obs-websocket version 5.x

Notes:

This is in early stages of development.

To interface with obs-websocket in python we are using Simple Obs WS.

For Midi in Python we are using mido by default uses python-rtmidi. Can also use pygame.midi as the backend for example which uses portmidi internally.

Installation

# MacOS
brew install rtmidi jack2 portmidi

python3.10 -m venv venv_chirho
source venv_chirho/bin/activate
pip install --upgrade pip
pip install simpleobsws
pip install --upgrade -r requirements_chirho.txt --global-option=build_ext --global-option="-L/opt/homebrew/lib/" --global-option=build_ext --global-option="-I/opt/homebrew/include/"
./midisocket_chirho.py

About

Control OBS using Midi via obs-websocket - For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0