obs-midi/config/default.ts
Alice Gaudon 29bd7822a3 Add support for basic led feedback
Current configuration is only tested with Novation Launchkey Mini mk1. Wider support will come through extended configuration files.
2020-07-19 10:08:45 +02:00

14 lines
292 B
TypeScript

export default {
obs: {
address: '127.0.0.1:4444',
password: 'secret',
audio_sources: [
'Desktop Audio',
'Mic/Aux',
],
},
midi: {
controller: 'Launchkey Mini MIDI 2',
output: 'Launchkey Mini MIDI 2',
}
};