Skip to content

ktwrd/MIDIAdapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIDIAdapter

Software made to sit in-between OBS and a MIDI device for automation.

Tested Devices

  • Novation
    • Launchpad MK2

Technically it can work with any MIDI device but we cannot ensure that it will work, if anything goes wrong the developers are not at fault since (we assume) you are using a unsupported/untested device.

Building

Install Dependencies

$ npm install

Run from code

$ npm start

Create Portable Executable

$ npm make

Build Installer

$ npm run build-installer