Use MIDI devices to trigger events in OBS and visa versa.
-
Grab the zip from the OBS-Midi Releases Page
-
Copy the files in the zip to your obs plugins directory.
- By Default this is C:\Program Files\obs-studio\obs-plugins\64bit
- Launch OBS
-
The Configuration is under Tools-> OBS Midi Settings
-
Select your controller, hit configure, Toggle a button and fader, remap it to an action and hit save!
Currently runs on Windows and Linux, and is untested on MAC
In your obs-studio/plugins folder
git clone --recursive https://github.com/Alzy/obs-midi.git
- Append to CMakeLists.txt
add_subdirectory(obs-midi)
Go back to your OBS Build directory
- run
cmake-gui.exe
- click
configure
- click
generate
- click
open project
- In visual studio, right click on the obs-studio solution and click build
- Rerun cmake using your normal options
- rerun
make -j4
- rerun
sudo make install
/sudo checkinstall
depending on which you normally use.
- RTMidi17 An amazing modernized RTMIDI library
- OBSWebsocket from which much code was borrowed for interfacing with OBS
- Midi2OBS Where I got my start playing with this